home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 235 / Issue 235 - September 2007 - DPCS0907DVD.ISO / Microsoft / Expression Blend / Blend.en.msi / Sparkle.Viewer3D.Viewer3D.xaml.en < prev    next >
Encoding:
Extensible Markup Language  |  2007-02-16  |  943.0 KB  |  5,084 lines

  1. <Window
  2.     xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3.     xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4.     xml:lang="en-US"
  5.     xmlns:d="http://schemas.microsoft.com/expression/blend/2006" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"
  6.     x:Class="Viewer3D.Viewer3DWindow"
  7.     x:Name="Viewer3D"
  8.     Title="Viewer 3D"
  9.     Width="1024" Height="768" Background="#FF000000" ResizeMode="NoResize" FontSize="11" FontFamily="Tahoma">
  10.  
  11.   <Window.Resources>
  12.     <Style x:Key="MenuButtonStyle" BasedOn="{x:Null}" TargetType="{x:Type Button}">
  13.       <Setter Property="Template">
  14.         <Setter.Value>
  15.           <ControlTemplate TargetType="{x:Type Button}">
  16.             <Grid>
  17.               <Rectangle Opacity="0" Fill="#66FFFFFF" Stroke="{x:Null}" StrokeThickness="0.5" HorizontalAlignment="Stretch" Margin="0,2,2,2" x:Name="rectangle" VerticalAlignment="Stretch"/>
  18.               <Path Fill="{x:Null}" Stretch="Fill" Stroke="#7FFFFFFF" StrokeThickness="1" HorizontalAlignment="Right" Margin="0,4,0.5,4" Width="1" Height="17" Grid.RowSpan="1" Data="M-87.28,4 L-87.28,17"/>
  19.               <ContentPresenter SnapsToDevicePixels="{TemplateBinding SnapsToDevicePixels}" HorizontalAlignment="{TemplateBinding HorizontalContentAlignment}" Margin="10,0,10,0" VerticalAlignment="{TemplateBinding VerticalContentAlignment}" TextElement.Foreground="#FFFFFFFF" RecognizesAccessKey="True"/>
  20.             </Grid>
  21.             <ControlTemplate.Triggers>
  22.               <Trigger Property="IsFocused" Value="True"/>
  23.               <Trigger Property="IsDefaulted" Value="True"/>
  24.               <Trigger Property="IsMouseOver" Value="True">
  25.                 <Setter Property="Opacity" TargetName="rectangle" Value="0.5"/>
  26.               </Trigger>
  27.               <Trigger Property="IsPressed" Value="True">
  28.                 <Setter Property="Opacity" TargetName="rectangle" Value="1"/>
  29.                 <Setter Property="Fill" TargetName="rectangle" Value="#FF000000"/>
  30.               </Trigger>
  31.               <Trigger Property="IsEnabled" Value="False"/>
  32.             </ControlTemplate.Triggers>
  33.           </ControlTemplate>
  34.         </Setter.Value>
  35.       </Setter>
  36.     </Style>
  37.     <Storyboard x:Key="frontLight">
  38.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)">
  39.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-1002"/>
  40.       </DoubleAnimationUsingKeyFrames>
  41.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)">
  42.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="699"/>
  43.       </DoubleAnimationUsingKeyFrames>
  44.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  45.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  46.           <SplineRotation3DKeyFrame.Value>
  47.             <AxisAngleRotation3D Angle="40.999999999999993" Axis="0,-1,0"/>
  48.           </SplineRotation3DKeyFrame.Value>
  49.         </SplineRotation3DKeyFrame>
  50.       </Rotation3DAnimationUsingKeyFrames>
  51.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)">
  52.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-15"/>
  53.       </DoubleAnimationUsingKeyFrames>
  54.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model3" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  55.         <SplineRotation3DKeyFrame KeyTime="00:00:00">
  56.           <SplineRotation3DKeyFrame.Value>
  57.             <AxisAngleRotation3D Angle="92.218710815195479" Axis="-0.712857223177902,0.290200835691211,0.638449727329579"/>
  58.           </SplineRotation3DKeyFrame.Value>
  59.         </SplineRotation3DKeyFrame>
  60.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  61.           <SplineRotation3DKeyFrame.Value>
  62.             <AxisAngleRotation3D Angle="92.218710815195479" Axis="-0.712857223177902,0.290200835691211,0.638449727329579"/>
  63.           </SplineRotation3DKeyFrame.Value>
  64.         </SplineRotation3DKeyFrame>
  65.         <SplineRotation3DKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02">
  66.           <SplineRotation3DKeyFrame.Value>
  67.             <AxisAngleRotation3D Angle="60.897174867665704" Axis="0.07311884295164,0.892101039498326,0.445880443764268"/>
  68.           </SplineRotation3DKeyFrame.Value>
  69.         </SplineRotation3DKeyFrame>
  70.       </Rotation3DAnimationUsingKeyFrames>
  71.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  72.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  73.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="0"/>
  74.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.2000000" Value="1"/>
  75.       </DoubleAnimationUsingKeyFrames>
  76.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock6" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  77.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  78.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0.1"/>
  79.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  80.       </DoubleAnimationUsingKeyFrames>
  81.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock6" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  82.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  83.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0.1"/>
  84.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  85.       </DoubleAnimationUsingKeyFrames>
  86.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock7" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  87.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="92"/>
  88.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="92"/>
  89.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="0"/>
  90.       </DoubleAnimationUsingKeyFrames>
  91.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock7" Storyboard.TargetProperty="(UIElement.Opacity)">
  92.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  93.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0"/>
  94.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="0.595"/>
  95.       </DoubleAnimationUsingKeyFrames>
  96.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse13" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  97.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  98.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  99.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1"/>
  100.       </DoubleAnimationUsingKeyFrames>
  101.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse14" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  102.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  103.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  104.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="1"/>
  105.       </DoubleAnimationUsingKeyFrames>
  106.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse15" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  107.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  108.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  109.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="1"/>
  110.       </DoubleAnimationUsingKeyFrames>
  111.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse16" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  112.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  113.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0.1"/>
  114.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  115.       </DoubleAnimationUsingKeyFrames>
  116.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse13" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  117.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  118.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  119.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1"/>
  120.       </DoubleAnimationUsingKeyFrames>
  121.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse14" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  122.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  123.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  124.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="1"/>
  125.       </DoubleAnimationUsingKeyFrames>
  126.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse15" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  127.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  128.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  129.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="1"/>
  130.       </DoubleAnimationUsingKeyFrames>
  131.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse16" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  132.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  133.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0.1"/>
  134.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  135.       </DoubleAnimationUsingKeyFrames>
  136.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse13" Storyboard.TargetProperty="(UIElement.Opacity)">
  137.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  138.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0"/>
  139.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1"/>
  140.       </DoubleAnimationUsingKeyFrames>
  141.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse14" Storyboard.TargetProperty="(UIElement.Opacity)">
  142.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  143.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0"/>
  144.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="1"/>
  145.       </DoubleAnimationUsingKeyFrames>
  146.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse15" Storyboard.TargetProperty="(UIElement.Opacity)">
  147.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  148.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  149.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="1"/>
  150.       </DoubleAnimationUsingKeyFrames>
  151.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse16" Storyboard.TargetProperty="(UIElement.Opacity)">
  152.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  153.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0"/>
  154.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  155.       </DoubleAnimationUsingKeyFrames>
  156.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image3" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  157.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  158.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="0.1"/>
  159.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.2000000" Value="1"/>
  160.       </DoubleAnimationUsingKeyFrames>
  161.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image3" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  162.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  163.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="0.1"/>
  164.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.2000000" Value="1"/>
  165.       </DoubleAnimationUsingKeyFrames>
  166.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image3" Storyboard.TargetProperty="(UIElement.Opacity)">
  167.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  168.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0"/>
  169.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="1"/>
  170.       </DoubleAnimationUsingKeyFrames>
  171.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  172.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  173.       </DoubleAnimationUsingKeyFrames>
  174.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  175.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  176.       </DoubleAnimationUsingKeyFrames>
  177.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWheel" Storyboard.TargetProperty="(UIElement.Opacity)">
  178.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  179.       </DoubleAnimationUsingKeyFrames>
  180.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  181.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  182.       </DoubleAnimationUsingKeyFrames>
  183.     </Storyboard>
  184.     <Storyboard x:Key="Wheels">
  185.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)" Storyboard.TargetName="FrontOR14">
  186.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-1272"/>
  187.       </DoubleAnimationUsingKeyFrames>
  188.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)" Storyboard.TargetName="FrontOR14">
  189.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="191"/>
  190.       </DoubleAnimationUsingKeyFrames>
  191.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)" Storyboard.TargetName="FrontOR14">
  192.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  193.           <SplineRotation3DKeyFrame.Value>
  194.             <AxisAngleRotation3D Angle="14" Axis="0,-1,0"/>
  195.           </SplineRotation3DKeyFrame.Value>
  196.         </SplineRotation3DKeyFrame>
  197.       </Rotation3DAnimationUsingKeyFrames>
  198.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)" Storyboard.TargetName="FrontOR14">
  199.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-16"/>
  200.       </DoubleAnimationUsingKeyFrames>
  201.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model1" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  202.         <SplineRotation3DKeyFrame KeyTime="00:00:00">
  203.           <SplineRotation3DKeyFrame.Value>
  204.             <AxisAngleRotation3D Angle="94.831352328135935" Axis="-0.682318343250128,0.425304922779232,0.594606929932836"/>
  205.           </SplineRotation3DKeyFrame.Value>
  206.         </SplineRotation3DKeyFrame>
  207.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  208.           <SplineRotation3DKeyFrame.Value>
  209.             <AxisAngleRotation3D Angle="94.831352328135935" Axis="-0.682318343250128,0.425304922779232,0.594606929932836"/>
  210.           </SplineRotation3DKeyFrame.Value>
  211.         </SplineRotation3DKeyFrame>
  212.         <SplineRotation3DKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02">
  213.           <SplineRotation3DKeyFrame.Value>
  214.             <AxisAngleRotation3D Angle="71.949364181575575" Axis="0.400481096040079,0.915936530690428,0.0259839077376738"/>
  215.           </SplineRotation3DKeyFrame.Value>
  216.         </SplineRotation3DKeyFrame>
  217.       </Rotation3DAnimationUsingKeyFrames>
  218.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWheel" Storyboard.TargetProperty="(UIElement.Opacity)">
  219.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  220.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="0"/>
  221.         <SplineDoubleKeyFrame KeyTime="00:00:01.2000000" Value="1"/>
  222.       </DoubleAnimationUsingKeyFrames>
  223.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock2" Storyboard.TargetProperty="(UIElement.Opacity)">
  224.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  225.         <SplineDoubleKeyFrame KeyTime="00:00:01.2000000" Value="0"/>
  226.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  227.       </DoubleAnimationUsingKeyFrames>
  228.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock2" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  229.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  230.         <SplineDoubleKeyFrame KeyTime="00:00:01.2000000" Value="0.1"/>
  231.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  232.       </DoubleAnimationUsingKeyFrames>
  233.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock2" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  234.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  235.         <SplineDoubleKeyFrame KeyTime="00:00:01.2000000" Value="0.1"/>
  236.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  237.       </DoubleAnimationUsingKeyFrames>
  238.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock3" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  239.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="97"/>
  240.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="97"/>
  241.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="0"/>
  242.       </DoubleAnimationUsingKeyFrames>
  243.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock3" Storyboard.TargetProperty="(UIElement.Opacity)">
  244.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  245.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  246.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="0.6"/>
  247.       </DoubleAnimationUsingKeyFrames>
  248.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse5" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  249.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  250.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  251.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  252.       </DoubleAnimationUsingKeyFrames>
  253.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse6" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  254.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  255.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  256.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  257.       </DoubleAnimationUsingKeyFrames>
  258.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse7" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  259.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  260.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  261.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  262.       </DoubleAnimationUsingKeyFrames>
  263.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse8" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  264.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  265.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  266.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  267.       </DoubleAnimationUsingKeyFrames>
  268.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse5" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  269.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  270.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  271.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  272.       </DoubleAnimationUsingKeyFrames>
  273.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse6" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  274.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  275.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  276.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  277.       </DoubleAnimationUsingKeyFrames>
  278.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse7" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  279.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  280.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  281.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  282.       </DoubleAnimationUsingKeyFrames>
  283.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse8" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  284.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  285.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  286.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  287.       </DoubleAnimationUsingKeyFrames>
  288.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse5" Storyboard.TargetProperty="(UIElement.Opacity)">
  289.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  290.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0"/>
  291.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  292.       </DoubleAnimationUsingKeyFrames>
  293.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse6" Storyboard.TargetProperty="(UIElement.Opacity)">
  294.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  295.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0"/>
  296.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  297.       </DoubleAnimationUsingKeyFrames>
  298.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse7" Storyboard.TargetProperty="(UIElement.Opacity)">
  299.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  300.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0"/>
  301.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  302.       </DoubleAnimationUsingKeyFrames>
  303.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse8" Storyboard.TargetProperty="(UIElement.Opacity)">
  304.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  305.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  306.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  307.       </DoubleAnimationUsingKeyFrames>
  308.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  309.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  310.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="0.1"/>
  311.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.3000000" Value="1"/>
  312.       </DoubleAnimationUsingKeyFrames>
  313.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  314.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  315.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="0.1"/>
  316.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.3000000" Value="1"/>
  317.       </DoubleAnimationUsingKeyFrames>
  318.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image1" Storyboard.TargetProperty="(UIElement.Opacity)">
  319.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.005"/>
  320.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="0"/>
  321.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="1"/>
  322.       </DoubleAnimationUsingKeyFrames>
  323.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  324.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  325.       </DoubleAnimationUsingKeyFrames>
  326.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  327.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  328.       </DoubleAnimationUsingKeyFrames>
  329.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  330.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  331.       </DoubleAnimationUsingKeyFrames>
  332.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  333.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  334.       </DoubleAnimationUsingKeyFrames>
  335.     </Storyboard>
  336.     <Storyboard x:Key="windShield">
  337.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  338.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  339.           <SplineRotation3DKeyFrame.Value>
  340.             <AxisAngleRotation3D Angle="61.999999999999993" Axis="-1,0,0"/>
  341.           </SplineRotation3DKeyFrame.Value>
  342.         </SplineRotation3DKeyFrame>
  343.       </Rotation3DAnimationUsingKeyFrames>
  344.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)">
  345.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-973"/>
  346.       </DoubleAnimationUsingKeyFrames>
  347.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)">
  348.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-530"/>
  349.       </DoubleAnimationUsingKeyFrames>
  350.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)">
  351.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-3"/>
  352.       </DoubleAnimationUsingKeyFrames>
  353.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model2" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  354.         <SplineRotation3DKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00">
  355.           <SplineRotation3DKeyFrame.Value>
  356.             <AxisAngleRotation3D Angle="76.921990982498343" Axis="-0.928988678432451,0.199181751097497,0.31194016313079"/>
  357.           </SplineRotation3DKeyFrame.Value>
  358.         </SplineRotation3DKeyFrame>
  359.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  360.           <SplineRotation3DKeyFrame.Value>
  361.             <AxisAngleRotation3D Angle="76.921990982498343" Axis="-0.928988678432451,0.199181751097497,0.31194016313079"/>
  362.           </SplineRotation3DKeyFrame.Value>
  363.         </SplineRotation3DKeyFrame>
  364.         <SplineRotation3DKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02">
  365.           <SplineRotation3DKeyFrame.Value>
  366.             <AxisAngleRotation3D Angle="27.192751297415047" Axis="0.202701307014934,0.930199259186509,0.306009016767981"/>
  367.           </SplineRotation3DKeyFrame.Value>
  368.         </SplineRotation3DKeyFrame>
  369.       </Rotation3DAnimationUsingKeyFrames>
  370.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  371.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  372.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="0"/>
  373.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.1000000" Value="1"/>
  374.       </DoubleAnimationUsingKeyFrames>
  375.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock4" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  376.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  377.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  378.       </DoubleAnimationUsingKeyFrames>
  379.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock4" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  380.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  381.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  382.       </DoubleAnimationUsingKeyFrames>
  383.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock5" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  384.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="133"/>
  385.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="50"/>
  386.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="0"/>
  387.       </DoubleAnimationUsingKeyFrames>
  388.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock5" Storyboard.TargetProperty="(UIElement.Opacity)">
  389.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  390.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0"/>
  391.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="0.545"/>
  392.       </DoubleAnimationUsingKeyFrames>
  393.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse9" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  394.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  395.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="0.1"/>
  396.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.2000000" Value="1"/>
  397.       </DoubleAnimationUsingKeyFrames>
  398.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse10" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  399.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  400.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  401.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  402.       </DoubleAnimationUsingKeyFrames>
  403.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse11" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  404.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  405.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  406.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  407.       </DoubleAnimationUsingKeyFrames>
  408.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse12" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  409.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  410.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  411.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  412.       </DoubleAnimationUsingKeyFrames>
  413.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse9" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  414.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  415.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="0.1"/>
  416.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.2000000" Value="1"/>
  417.       </DoubleAnimationUsingKeyFrames>
  418.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse10" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  419.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  420.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  421.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  422.       </DoubleAnimationUsingKeyFrames>
  423.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse11" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  424.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  425.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  426.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  427.       </DoubleAnimationUsingKeyFrames>
  428.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse12" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  429.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  430.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  431.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  432.       </DoubleAnimationUsingKeyFrames>
  433.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse9" Storyboard.TargetProperty="(UIElement.Opacity)">
  434.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  435.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  436.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="1"/>
  437.       </DoubleAnimationUsingKeyFrames>
  438.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse10" Storyboard.TargetProperty="(UIElement.Opacity)">
  439.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  440.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  441.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  442.       </DoubleAnimationUsingKeyFrames>
  443.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse11" Storyboard.TargetProperty="(UIElement.Opacity)">
  444.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  445.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  446.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="1"/>
  447.       </DoubleAnimationUsingKeyFrames>
  448.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse12" Storyboard.TargetProperty="(UIElement.Opacity)">
  449.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  450.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  451.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="1"/>
  452.       </DoubleAnimationUsingKeyFrames>
  453.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image2" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  454.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  455.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="0.1"/>
  456.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.3000000" Value="1"/>
  457.       </DoubleAnimationUsingKeyFrames>
  458.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image2" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  459.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  460.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="0.1"/>
  461.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.3000000" Value="1"/>
  462.       </DoubleAnimationUsingKeyFrames>
  463.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image2" Storyboard.TargetProperty="(UIElement.Opacity)">
  464.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  465.         <SplineDoubleKeyFrame KeyTime="00:00:01.9000000" Value="0"/>
  466.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1"/>
  467.       </DoubleAnimationUsingKeyFrames>
  468.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  469.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  470.       </DoubleAnimationUsingKeyFrames>
  471.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  472.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  473.       </DoubleAnimationUsingKeyFrames>
  474.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWheel" Storyboard.TargetProperty="(UIElement.Opacity)">
  475.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  476.       </DoubleAnimationUsingKeyFrames>
  477.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  478.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  479.       </DoubleAnimationUsingKeyFrames>
  480.     </Storyboard>
  481.     <Storyboard x:Key="engine">
  482.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  483.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  484.           <SplineRotation3DKeyFrame.Value>
  485.             <AxisAngleRotation3D Angle="10" Axis="-1,0,0"/>
  486.           </SplineRotation3DKeyFrame.Value>
  487.         </SplineRotation3DKeyFrame>
  488.       </Rotation3DAnimationUsingKeyFrames>
  489.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)">
  490.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-207"/>
  491.       </DoubleAnimationUsingKeyFrames>
  492.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)">
  493.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-1183"/>
  494.       </DoubleAnimationUsingKeyFrames>
  495.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)">
  496.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="118"/>
  497.       </DoubleAnimationUsingKeyFrames>
  498.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model4" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  499.         <SplineRotation3DKeyFrame KeyTime="00:00:00">
  500.           <SplineRotation3DKeyFrame.Value>
  501.             <AxisAngleRotation3D Angle="72.418" Axis="-1,0,0"/>
  502.           </SplineRotation3DKeyFrame.Value>
  503.         </SplineRotation3DKeyFrame>
  504.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  505.           <SplineRotation3DKeyFrame.Value>
  506.             <AxisAngleRotation3D Angle="72.418" Axis="-1,0,0"/>
  507.           </SplineRotation3DKeyFrame.Value>
  508.         </SplineRotation3DKeyFrame>
  509.         <SplineRotation3DKeyFrame KeyTime="00:00:02" KeySpline="0.5,0.5,0.5,1">
  510.           <SplineRotation3DKeyFrame.Value>
  511.             <AxisAngleRotation3D Angle="1.9999999999999998" Axis="1,0,0"/>
  512.           </SplineRotation3DKeyFrame.Value>
  513.         </SplineRotation3DKeyFrame>
  514.       </Rotation3DAnimationUsingKeyFrames>
  515.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  516.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  517.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="0"/>
  518.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.1000000" Value="0.995"/>
  519.       </DoubleAnimationUsingKeyFrames>
  520.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock8" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  521.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  522.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0.1"/>
  523.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  524.       </DoubleAnimationUsingKeyFrames>
  525.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock8" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  526.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  527.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0.1"/>
  528.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  529.       </DoubleAnimationUsingKeyFrames>
  530.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock8" Storyboard.TargetProperty="(UIElement.Opacity)">
  531.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  532.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0"/>
  533.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  534.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="0.795"/>
  535.       </DoubleAnimationUsingKeyFrames>
  536.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock9" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  537.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="106"/>
  538.         <SplineDoubleKeyFrame KeyTime="00:00:01.2000000" Value="106"/>
  539.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="0"/>
  540.       </DoubleAnimationUsingKeyFrames>
  541.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock9" Storyboard.TargetProperty="(UIElement.Opacity)">
  542.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  543.         <SplineDoubleKeyFrame KeyTime="00:00:01.2000000" Value="0"/>
  544.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="0.71"/>
  545.       </DoubleAnimationUsingKeyFrames>
  546.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse17" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  547.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  548.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  549.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  550.       </DoubleAnimationUsingKeyFrames>
  551.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse18" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  552.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  553.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  554.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  555.       </DoubleAnimationUsingKeyFrames>
  556.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse19" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  557.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  558.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  559.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.7000000" Value="1"/>
  560.       </DoubleAnimationUsingKeyFrames>
  561.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse20" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  562.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  563.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0.1"/>
  564.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  565.       </DoubleAnimationUsingKeyFrames>
  566.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse17" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  567.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  568.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0.1"/>
  569.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  570.       </DoubleAnimationUsingKeyFrames>
  571.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse18" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  572.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  573.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0.1"/>
  574.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  575.       </DoubleAnimationUsingKeyFrames>
  576.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse19" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  577.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  578.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0.1"/>
  579.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.7000000" Value="1"/>
  580.       </DoubleAnimationUsingKeyFrames>
  581.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse20" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  582.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  583.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0.1"/>
  584.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  585.       </DoubleAnimationUsingKeyFrames>
  586.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse17" Storyboard.TargetProperty="(UIElement.Opacity)">
  587.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  588.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0"/>
  589.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.9000000" Value="1"/>
  590.       </DoubleAnimationUsingKeyFrames>
  591.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse18" Storyboard.TargetProperty="(UIElement.Opacity)">
  592.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  593.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0"/>
  594.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.8000000" Value="1"/>
  595.       </DoubleAnimationUsingKeyFrames>
  596.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse19" Storyboard.TargetProperty="(UIElement.Opacity)">
  597.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  598.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="0"/>
  599.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.7000000" Value="1"/>
  600.       </DoubleAnimationUsingKeyFrames>
  601.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse20" Storyboard.TargetProperty="(UIElement.Opacity)">
  602.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  603.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0"/>
  604.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.6000000" Value="1"/>
  605.       </DoubleAnimationUsingKeyFrames>
  606.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image4" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  607.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  608.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  609.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  610.       </DoubleAnimationUsingKeyFrames>
  611.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image4" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  612.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  613.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  614.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  615.       </DoubleAnimationUsingKeyFrames>
  616.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image4" Storyboard.TargetProperty="(UIElement.Opacity)">
  617.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  618.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0"/>
  619.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.1000000" Value="1"/>
  620.       </DoubleAnimationUsingKeyFrames>
  621.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  622.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  623.       </DoubleAnimationUsingKeyFrames>
  624.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  625.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  626.       </DoubleAnimationUsingKeyFrames>
  627.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWheel" Storyboard.TargetProperty="(UIElement.Opacity)">
  628.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  629.       </DoubleAnimationUsingKeyFrames>
  630.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  631.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  632.       </DoubleAnimationUsingKeyFrames>
  633.     </Storyboard>
  634.     <Storyboard x:Key="brakeLight">
  635.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  636.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  637.           <SplineRotation3DKeyFrame.Value>
  638.             <AxisAngleRotation3D Angle="45" Axis="-0.3,0.8,0.2"/>
  639.           </SplineRotation3DKeyFrame.Value>
  640.         </SplineRotation3DKeyFrame>
  641.       </Rotation3DAnimationUsingKeyFrames>
  642.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)">
  643.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-880"/>
  644.       </DoubleAnimationUsingKeyFrames>
  645.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)">
  646.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-362"/>
  647.       </DoubleAnimationUsingKeyFrames>
  648.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)">
  649.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="-617"/>
  650.       </DoubleAnimationUsingKeyFrames>
  651.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  652.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  653.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0"/>
  654.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.2000000" Value="1"/>
  655.       </DoubleAnimationUsingKeyFrames>
  656.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  657.         <SplineRotation3DKeyFrame KeyTime="00:00:01">
  658.           <SplineRotation3DKeyFrame.Value>
  659.             <AxisAngleRotation3D Angle="65.507117124307285" Axis="-0.540221044034605,-0.705232361394458,0.459138911468149"/>
  660.           </SplineRotation3DKeyFrame.Value>
  661.         </SplineRotation3DKeyFrame>
  662.         <SplineRotation3DKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02">
  663.           <SplineRotation3DKeyFrame.Value>
  664.             <AxisAngleRotation3D Angle="11.308999999999998" Axis="0,-1,0"/>
  665.           </SplineRotation3DKeyFrame.Value>
  666.         </SplineRotation3DKeyFrame>
  667.       </Rotation3DAnimationUsingKeyFrames>
  668.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  669.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  670.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0.1"/>
  671.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  672.       </DoubleAnimationUsingKeyFrames>
  673.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  674.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  675.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0.1"/>
  676.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  677.       </DoubleAnimationUsingKeyFrames>
  678.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock1" Storyboard.TargetProperty="(UIElement.Opacity)">
  679.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0"/>
  680.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="0.3"/>
  681.       </DoubleAnimationUsingKeyFrames>
  682.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  683.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="1"/>
  684.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  685.       </DoubleAnimationUsingKeyFrames>
  686.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  687.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="1"/>
  688.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  689.       </DoubleAnimationUsingKeyFrames>
  690.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="textBlock1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[3].(TranslateTransform.Y)">
  691.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="500"/>
  692.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="0"/>
  693.       </DoubleAnimationUsingKeyFrames>
  694.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse1" Storyboard.TargetProperty="(UIElement.Opacity)">
  695.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0"/>
  696.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1"/>
  697.       </DoubleAnimationUsingKeyFrames>
  698.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse2" Storyboard.TargetProperty="(UIElement.Opacity)">
  699.         <SplineDoubleKeyFrame KeyTime="00:00:01.5000000" Value="0"/>
  700.         <SplineDoubleKeyFrame KeyTime="00:00:01.8000000" Value="1"/>
  701.       </DoubleAnimationUsingKeyFrames>
  702.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse3" Storyboard.TargetProperty="(UIElement.Opacity)">
  703.         <SplineDoubleKeyFrame KeyTime="00:00:01.3000000" Value="0"/>
  704.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="1"/>
  705.       </DoubleAnimationUsingKeyFrames>
  706.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ellipse4" Storyboard.TargetProperty="(UIElement.Opacity)">
  707.         <SplineDoubleKeyFrame KeyTime="00:00:01.1000000" Value="0"/>
  708.         <SplineDoubleKeyFrame KeyTime="00:00:01.4000000" Value="1"/>
  709.       </DoubleAnimationUsingKeyFrames>
  710.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  711.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  712.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  713.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  714.       </DoubleAnimationUsingKeyFrames>
  715.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  716.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.1"/>
  717.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="0.1"/>
  718.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02" Value="1"/>
  719.       </DoubleAnimationUsingKeyFrames>
  720.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="image" Storyboard.TargetProperty="(UIElement.Opacity)">
  721.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  722.         <SplineDoubleKeyFrame KeyTime="00:00:01.6000000" Value="0"/>
  723.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  724.       </DoubleAnimationUsingKeyFrames>
  725.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  726.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  727.       </DoubleAnimationUsingKeyFrames>
  728.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  729.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  730.       </DoubleAnimationUsingKeyFrames>
  731.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  732.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  733.       </DoubleAnimationUsingKeyFrames>
  734.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWheel" Storyboard.TargetProperty="(UIElement.Opacity)">
  735.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  736.       </DoubleAnimationUsingKeyFrames>
  737.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[1].(ScaleTransform3D.ScaleY)">
  738.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="1.5"/>
  739.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1.2"/>
  740.       </DoubleAnimationUsingKeyFrames>
  741.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)">
  742.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0"/>
  743.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="0"/>
  744.       </DoubleAnimationUsingKeyFrames>
  745.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)">
  746.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0"/>
  747.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="1.487"/>
  748.       </DoubleAnimationUsingKeyFrames>
  749.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)">
  750.         <SplineDoubleKeyFrame KeyTime="00:00:01" Value="0"/>
  751.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="0"/>
  752.       </DoubleAnimationUsingKeyFrames>
  753.     </Storyboard>
  754.     <Style x:Key="menuButton" BasedOn="{x:Null}" TargetType="{x:Type Button}">
  755.       <Setter Property="Template">
  756.         <Setter.Value>
  757.           <ControlTemplate TargetType="{x:Type Button}">
  758.             <ControlTemplate.Resources>
  759.               <Storyboard x:Key="mouseOver">
  760.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  761.                   <SplineDoubleKeyFrame KeyTime="00:00:00.1000000" Value="2"/>
  762.                 </DoubleAnimationUsingKeyFrames>
  763.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  764.                   <SplineDoubleKeyFrame KeyTime="00:00:00.1000000" Value="2"/>
  765.                 </DoubleAnimationUsingKeyFrames>
  766.               </Storyboard>
  767.               <Storyboard x:Key="mouseOut">
  768.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  769.                   <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="1"/>
  770.                 </DoubleAnimationUsingKeyFrames>
  771.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  772.                   <SplineDoubleKeyFrame KeyTime="00:00:00.3000000" Value="1"/>
  773.                 </DoubleAnimationUsingKeyFrames>
  774.               </Storyboard>
  775.             </ControlTemplate.Resources>
  776.             <Grid RenderTransformOrigin="0.323,0.323" x:Name="grid">
  777.               <Grid.RenderTransform>
  778.                 <TransformGroup>
  779.                   <ScaleTransform ScaleX="1" ScaleY="1"/>
  780.                   <SkewTransform AngleX="0" AngleY="0"/>
  781.                   <RotateTransform Angle="0"/>
  782.                   <TranslateTransform X="0" Y="0"/>
  783.                 </TransformGroup>
  784.               </Grid.RenderTransform>
  785.               <Ellipse Fill="{x:Null}" Stroke="#FF235E6A" StrokeThickness="5" Margin="0,0,24,24" VerticalAlignment="Stretch" x:Name="ellipse"/>
  786.               <TextBlock Margin="12,4,20,13" FontFamily="Arial" FontSize="30" FontWeight="Bold" Foreground="#FF235E6A" Text="{TemplateBinding ContentControl.Content}" TextWrapping="Wrap" x:Name="textBlock"/>
  787.             </Grid>
  788.             <ControlTemplate.Triggers>
  789.               <Trigger Property="IsFocused" Value="True"/>
  790.               <Trigger Property="IsDefaulted" Value="True"/>
  791.               <Trigger Property="IsMouseOver" Value="True">
  792.                 <Trigger.EnterActions>
  793.                   <BeginStoryboard Storyboard="{StaticResource mouseOver}"/>
  794.                 </Trigger.EnterActions>
  795.                 <Trigger.ExitActions>
  796.                   <BeginStoryboard x:Name="mouseOut_BeginStoryboard" Storyboard="{StaticResource mouseOut}"/>
  797.                 </Trigger.ExitActions>
  798.               </Trigger>
  799.               <Trigger Property="IsPressed" Value="True">
  800.                 <Setter Property="Stroke" TargetName="ellipse" Value="#FFB74D04"/>
  801.                 <Setter Property="Foreground" TargetName="textBlock" Value="#FFB74D04"/>
  802.               </Trigger>
  803.               <Trigger Property="IsEnabled" Value="False"/>
  804.             </ControlTemplate.Triggers>
  805.           </ControlTemplate>
  806.         </Setter.Value>
  807.       </Setter>
  808.     </Style>
  809.     <Storyboard x:Key="intro">
  810.  
  811.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="splashGrid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  812.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0.9"/>
  813.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.5000000" Value="1"/>
  814.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  815.         <SplineDoubleKeyFrame KeySpline="0.5,0,0.5,0.5" KeyTime="00:00:02" Value="1.1"/>
  816.       </DoubleAnimationUsingKeyFrames>
  817.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="splashGrid" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  818.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0.9"/>
  819.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.5000000" Value="1"/>
  820.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  821.         <SplineDoubleKeyFrame KeySpline="0.5,0,0.5,0.5" KeyTime="00:00:02" Value="1.1"/>
  822.       </DoubleAnimationUsingKeyFrames>
  823.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="splashGrid" Storyboard.TargetProperty="(UIElement.Opacity)">
  824.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  825.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.5000000" Value="1"/>
  826.         <SplineDoubleKeyFrame KeyTime="00:00:01.7000000" Value="1"/>
  827.         <SplineDoubleKeyFrame KeySpline="0.5,0,0.5,0.5" KeyTime="00:00:02" Value="0"/>
  828.       </DoubleAnimationUsingKeyFrames>
  829.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="header" Storyboard.TargetProperty="(UIElement.Opacity)">
  830.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  831.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="0"/>
  832.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:02.3000000" Value="1"/>
  833.       </DoubleAnimationUsingKeyFrames>
  834.  
  835.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonFrontLight" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  836.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  837.         <SplineDoubleKeyFrame KeyTime="00:00:03" Value="0.2"/>
  838.         <SplineDoubleKeyFrame KeyTime="00:00:03.2000000" Value="1.2"/>
  839.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.4000000" Value="1"/>
  840.       </DoubleAnimationUsingKeyFrames>
  841.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWheels" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  842.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  843.         <SplineDoubleKeyFrame KeyTime="00:00:03.1000000" Value="0.2"/>
  844.         <SplineDoubleKeyFrame KeyTime="00:00:03.3000000" Value="1.2"/>
  845.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.5000000" Value="1"/>
  846.       </DoubleAnimationUsingKeyFrames>
  847.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWindShield" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  848.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  849.         <SplineDoubleKeyFrame KeyTime="00:00:03.2000000" Value="0.2"/>
  850.         <SplineDoubleKeyFrame KeyTime="00:00:03.4000000" Value="1.2"/>
  851.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.6000000" Value="1"/>
  852.       </DoubleAnimationUsingKeyFrames>
  853.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonEngine" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  854.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  855.         <SplineDoubleKeyFrame KeyTime="00:00:03.3000000" Value="0.2"/>
  856.         <SplineDoubleKeyFrame KeyTime="00:00:03.5000000" Value="1.2"/>
  857.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.7000000" Value="1"/>
  858.       </DoubleAnimationUsingKeyFrames>
  859.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonBrakeLight" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  860.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  861.         <SplineDoubleKeyFrame KeyTime="00:00:03.4000000" Value="0.2"/>
  862.         <SplineDoubleKeyFrame KeyTime="00:00:03.6000000" Value="1.2"/>
  863.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.8000000" Value="1"/>
  864.       </DoubleAnimationUsingKeyFrames>
  865.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonFrontLight" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  866.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  867.         <SplineDoubleKeyFrame KeyTime="00:00:03" Value="0.2"/>
  868.         <SplineDoubleKeyFrame KeyTime="00:00:03.2000000" Value="1.2"/>
  869.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.4000000" Value="1"/>
  870.       </DoubleAnimationUsingKeyFrames>
  871.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWheels" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  872.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  873.         <SplineDoubleKeyFrame KeyTime="00:00:03.1000000" Value="0.2"/>
  874.         <SplineDoubleKeyFrame KeyTime="00:00:03.3000000" Value="1.2"/>
  875.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.5000000" Value="1"/>
  876.       </DoubleAnimationUsingKeyFrames>
  877.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWindShield" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  878.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  879.         <SplineDoubleKeyFrame KeyTime="00:00:03.2000000" Value="0.2"/>
  880.         <SplineDoubleKeyFrame KeyTime="00:00:03.4000000" Value="1.2"/>
  881.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.6000000" Value="1"/>
  882.       </DoubleAnimationUsingKeyFrames>
  883.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonEngine" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  884.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  885.         <SplineDoubleKeyFrame KeyTime="00:00:03.3000000" Value="0.2"/>
  886.         <SplineDoubleKeyFrame KeyTime="00:00:03.5000000" Value="1.2"/>
  887.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.7000000" Value="1"/>
  888.       </DoubleAnimationUsingKeyFrames>
  889.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonBrakeLight" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  890.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0.2"/>
  891.         <SplineDoubleKeyFrame KeyTime="00:00:03.4000000" Value="0.2"/>
  892.         <SplineDoubleKeyFrame KeyTime="00:00:03.6000000" Value="1.2"/>
  893.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03.8000000" Value="1"/>
  894.       </DoubleAnimationUsingKeyFrames>
  895.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  896.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  897.         <SplineDoubleKeyFrame KeyTime="00:00:03" Value="0"/>
  898.         <SplineDoubleKeyFrame KeyTime="00:00:03.2000000" Value="1"/>
  899.       </DoubleAnimationUsingKeyFrames>
  900.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWheels" Storyboard.TargetProperty="(UIElement.Opacity)">
  901.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  902.         <SplineDoubleKeyFrame KeyTime="00:00:03.1000000" Value="0"/>
  903.         <SplineDoubleKeyFrame KeyTime="00:00:03.3000000" Value="1"/>
  904.       </DoubleAnimationUsingKeyFrames>
  905.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  906.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  907.         <SplineDoubleKeyFrame KeyTime="00:00:03.2000000" Value="0"/>
  908.         <SplineDoubleKeyFrame KeyTime="00:00:03.4000000" Value="1"/>
  909.       </DoubleAnimationUsingKeyFrames>
  910.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  911.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  912.         <SplineDoubleKeyFrame KeyTime="00:00:03.3000000" Value="0"/>
  913.         <SplineDoubleKeyFrame KeyTime="00:00:03.5000000" Value="1"/>
  914.       </DoubleAnimationUsingKeyFrames>
  915.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  916.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  917.         <SplineDoubleKeyFrame KeyTime="00:00:03.4000000" Value="0"/>
  918.         <SplineDoubleKeyFrame KeyTime="00:00:03.6000000" Value="1"/>
  919.       </DoubleAnimationUsingKeyFrames>
  920.  
  921.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="ZAM3DViewbox" Storyboard.TargetProperty="(UIElement.Opacity)">
  922.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  923.         <SplineDoubleKeyFrame KeyTime="00:00:02.3000000" Value="0"/>
  924.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:03" Value="1"/>
  925.       </DoubleAnimationUsingKeyFrames>
  926.  
  927.     </Storyboard>
  928.     <Style x:Key="hotSpotButtonStyle" BasedOn="{x:Null}" TargetType="{x:Type Button}">
  929.       <Setter Property="Template">
  930.         <Setter.Value>
  931.           <ControlTemplate TargetType="{x:Type Button}">
  932.             <ControlTemplate.Resources>
  933.               <Storyboard x:Key="enter">
  934.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="viewport3D" Storyboard.TargetProperty="(UIElement.Opacity)">
  935.                   <SplineDoubleKeyFrame KeyTime="00:00:00" Value="1"/>
  936.                 </DoubleAnimationUsingKeyFrames>
  937.                 <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  938.                   <SplineRotation3DKeyFrame KeyTime="00:00:00">
  939.                     <SplineRotation3DKeyFrame.Value>
  940.                       <AxisAngleRotation3D Angle="180" Axis="-0.707106781186548,-0.707106781186547,4.32963728535968E-17"/>
  941.                     </SplineRotation3DKeyFrame.Value>
  942.                   </SplineRotation3DKeyFrame>
  943.                   <SplineRotation3DKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.6000000">
  944.                     <SplineRotation3DKeyFrame.Value>
  945.                       <AxisAngleRotation3D Angle="0" Axis="0,1,0"/>
  946.                     </SplineRotation3DKeyFrame.Value>
  947.                   </SplineRotation3DKeyFrame>
  948.                 </Rotation3DAnimationUsingKeyFrames>
  949.                 <ObjectAnimationUsingKeyFrames BeginTime="00:00:00" Duration="00:00:00.0010000" Storyboard.TargetName="viewport3D" Storyboard.TargetProperty="(UIElement.Visibility)">
  950.                   <DiscreteObjectKeyFrame KeyTime="00:00:00" Value="{x:Static Visibility.Visible}"/>
  951.                 </ObjectAnimationUsingKeyFrames>
  952.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid1" Storyboard.TargetProperty="(UIElement.Opacity)">
  953.                   <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0"/>
  954.                   <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.7000000" Value="1"/>
  955.                 </DoubleAnimationUsingKeyFrames>
  956.               </Storyboard>
  957.               <Storyboard x:Key="leave">
  958.                 <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="Model" Storyboard.TargetProperty="(Model3D.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  959.                   <SplineRotation3DKeyFrame KeyTime="00:00:00.5000000">
  960.                     <SplineRotation3DKeyFrame.Value>
  961.                       <AxisAngleRotation3D Angle="180" Axis="-0.707106781186548,-0.707106781186547,1.26812140080373E-17"/>
  962.                     </SplineRotation3DKeyFrame.Value>
  963.                   </SplineRotation3DKeyFrame>
  964.                 </Rotation3DAnimationUsingKeyFrames>
  965.                 <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="grid1" Storyboard.TargetProperty="(UIElement.Opacity)">
  966.                   <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  967.                 </DoubleAnimationUsingKeyFrames>
  968.               </Storyboard>
  969.             </ControlTemplate.Resources>
  970.             <Grid Width="350" Height="350">
  971.               <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Width="Auto" Height="Auto" Background="#00000000" IsHitTestVisible="False">
  972.                 <Grid Visibility="Visible" x:Name="grid" Background="{x:Null}" IsHitTestVisible="False"/>
  973.                 <Grid Visibility="Hidden" HorizontalAlignment="Left" VerticalAlignment="Top" IsHitTestVisible="False"/>
  974.                 <Viewport3D Width="Auto" Height="Auto" Opacity="1" Visibility="Visible" x:Name="viewport3D" IsHitTestVisible="False">
  975.                   <Viewport3D.Camera>
  976.                     <PerspectiveCamera x:Name="Camera" FieldOfView="25" FarPlaneDistance="100" LookDirection="0,0,-24.142135623731" NearPlaneDistance="0.1" Position="0,0,47.1" UpDirection="0,1,0"/>
  977.                   </Viewport3D.Camera>
  978.                   <ModelVisual3D x:Name="ModelContainer">
  979.                     <ModelVisual3D.Content>
  980.                       <GeometryModel3D x:Name="Model" d:Bounds="-10,-10,0,20,20,0">
  981.                         <GeometryModel3D.Geometry>
  982.                           <MeshGeometry3D TriangleIndices="0 1 10 1 11 10 1 2 11 2 12 11 2 3 12 3 13 12 3 4 13 4 14 13 4 5 14 5 15 14 5 6 15 6 16 15 6 7 16 7 17 16 7 8 17 8 18 17 8 9 18 9 19 18 10 11 20 11 21 20 11 12 21 12 22 21 12 13 22 13 23 22 13 14 23 14 24 23 14 15 24 15 25 24 15 16 25 16 26 25 16 17 26 17 27 26 17 18 27 18 28 27 18 19 28 19 29 28 20 21 30 21 31 30 21 22 31 22 32 31 22 23 32 23 33 32 23 24 33 24 34 33 24 25 34 25 35 34 25 26 35 26 36 35 26 27 36 27 37 36 27 28 37 28 38 37 28 29 38 29 39 38 30 31 40 31 41 40 31 32 41 32 42 41 32 33 42 33 43 42 33 34 43 34 44 43 34 35 44 35 45 44 35 36 45 36 46 45 36 37 46 37 47 46 37 38 47 38 48 47 38 39 48 39 49 48 40 41 50 41 51 50 41 42 51 42 52 51 42 43 52 43 53 52 43 44 53 44 54 53 44 45 54 45 55 54 45 46 55 46 56 55 46 47 56 47 57 56 47 48 57 48 58 57 48 49 58 49 59 58 50 51 60 51 61 60 51 52 61 52 62 61 52 53 62 53 63 62 53 54 63 54 64 63 54 55 64 55 65 64 55 56 65 56 66 65 56 57 66 57 67 66 57 58 67 58 68 67 58 59 68 59 69 68 60 61 70 61 71 70 61 62 71 62 72 71 62 63 72 63 73 72 63 64 73 64 74 73 64 65 74 65 75 74 65 66 75 66 76 75 66 67 76 67 77 76 67 68 77 68 78 77 68 69 78 69 79 78 70 71 80 71 81 80 71 72 81 72 82 81 72 73 82 73 83 82 73 74 83 74 84 83 74 75 84 75 85 84 75 76 85 76 86 85 76 77 86 77 87 86 77 78 87 78 88 87 78 79 88 79 89 88 80 81 90 81 91 90 81 82 91 82 92 91 82 83 92 83 93 92 83 84 93 84 94 93 84 85 94 85 95 94 85 86 95 86 96 95 86 87 96 87 97 96 87 88 97 88 98 97 88 89 98 89 99 98">
  983.                             <MeshGeometry3D.Normals>
  984.                               <Vector3DCollection>
  985.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  986.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  987.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  988.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  989.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  990.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  991.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  992.                                 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  993.                               </Vector3DCollection>
  994.                             </MeshGeometry3D.Normals>
  995.                             <MeshGeometry3D.Positions>
  996.                               <Point3DCollection>
  997.                                 -10,-10,0 -7.7777778,-10,0 -5.5555556,-10,0 -3.3333333,-10,0 -1.1111111,-10,0 1.1111111,-10,0 3.3333333,-10,0 5.5555556,-10,0 7.7777778,-10,0 10,-10,0 -10,-7.7777778,0 -7.7777778,-7.7777778,0 -5.5555556,-7.7777778,0
  998.                                 -3.3333333,-7.7777778,0 -1.1111111,-7.7777778,0 1.1111111,-7.7777778,0 3.3333333,-7.7777778,0 5.5555556,-7.7777778,0 7.7777778,-7.7777778,0 10,-7.7777778,0 -10,-5.5555556,0 -7.7777778,-5.5555556,0 -5.5555556,-5.5555556,0 -3.3333333,-5.5555556,0 -1.1111111,-5.5555556,0 1.1111111,-5.5555556,0
  999.                                 3.3333333,-5.5555556,0 5.5555556,-5.5555556,0 7.7777778,-5.5555556,0 10,-5.5555556,0 -10,-3.3333333,0 -7.7777778,-3.3333333,0 -5.5555556,-3.3333333,0 -3.3333333,-3.3333333,0 -1.1111111,-3.3333333,0 1.1111111,-3.3333333,0 3.3333333,-3.3333333,0 5.5555556,-3.3333333,0 7.7777778,-3.3333333,0
  1000.                                 10,-3.3333333,0 -10,-1.1111111,0 -7.7777778,-1.1111111,0 -5.5555556,-1.1111111,0 -3.3333333,-1.1111111,0 -1.1111111,-1.1111111,0 1.1111111,-1.1111111,0 3.3333333,-1.1111111,0 5.5555556,-1.1111111,0 7.7777778,-1.1111111,0 10,-1.1111111,0 -10,1.1111111,0 -7.7777778,1.1111111,0
  1001.                                 -5.5555556,1.1111111,0 -3.3333333,1.1111111,0 -1.1111111,1.1111111,0 1.1111111,1.1111111,0 3.3333333,1.1111111,0 5.5555556,1.1111111,0 7.7777778,1.1111111,0 10,1.1111111,0 -10,3.3333333,0 -7.7777778,3.3333333,0 -5.5555556,3.3333333,0 -3.3333333,3.3333333,0 -1.1111111,3.3333333,0
  1002.                                 1.1111111,3.3333333,0 3.3333333,3.3333333,0 5.5555556,3.3333333,0 7.7777778,3.3333333,0 10,3.3333333,0 -10,5.5555556,0 -7.7777778,5.5555556,0 -5.5555556,5.5555556,0 -3.3333333,5.5555556,0 -1.1111111,5.5555556,0 1.1111111,5.5555556,0 3.3333333,5.5555556,0 5.5555556,5.5555556,0
  1003.                                 7.7777778,5.5555556,0 10,5.5555556,0 -10,7.7777778,0 -7.7777778,7.7777778,0 -5.5555556,7.7777778,0 -3.3333333,7.7777778,0 -1.1111111,7.7777778,0 1.1111111,7.7777778,0 3.3333333,7.7777778,0 5.5555556,7.7777778,0 7.7777778,7.7777778,0 10,7.7777778,0 -10,10,0
  1004.                                 -7.7777778,10,0 -5.5555556,10,0 -3.3333333,10,0 -1.1111111,10,0 1.1111111,10,0 3.3333333,10,0 5.5555556,10,0 7.7777778,10,0 10,10,0
  1005.                               </Point3DCollection>
  1006.                             </MeshGeometry3D.Positions>
  1007.                             <MeshGeometry3D.TextureCoordinates>
  1008.                               <PointCollection>
  1009.                                 0,1 0.11111111,1 0.22222222,1 0.33333333,1 0.44444444,1 0.55555556,1 0.66666667,1 0.77777778,1 0.88888889,1 1,1 0,0.88888889 0.11111111,0.88888889 0.22222222,0.88888889 0.33333333,0.88888889 0.44444444,0.88888889 0.55555556,0.88888889 0.66666667,0.88888889 0.77777778,0.88888889 0.88888889,0.88888889 1,0.88888889 0,0.77777778 0.11111111,0.77777778 0.22222222,0.77777778
  1010.                                 0.33333333,0.77777778 0.44444444,0.77777778 0.55555556,0.77777778 0.66666667,0.77777778 0.77777778,0.77777778 0.88888889,0.77777778 1,0.77777778 0,0.66666667 0.11111111,0.66666667 0.22222222,0.66666667 0.33333333,0.66666667 0.44444444,0.66666667 0.55555556,0.66666667 0.66666667,0.66666667 0.77777778,0.66666667 0.88888889,0.66666667 1,0.66666667 0,0.55555556 0.11111111,0.55555556 0.22222222,0.55555556 0.33333333,0.55555556 0.44444444,0.55555556 0.55555556,0.55555556
  1011.                                 0.66666667,0.55555556 0.77777778,0.55555556 0.88888889,0.55555556 1,0.55555556 0,0.44444444 0.11111111,0.44444444 0.22222222,0.44444444 0.33333333,0.44444444 0.44444444,0.44444444 0.55555556,0.44444444 0.66666667,0.44444444 0.77777778,0.44444444 0.88888889,0.44444444 1,0.44444444 0,0.33333333 0.11111111,0.33333333 0.22222222,0.33333333 0.33333333,0.33333333 0.44444444,0.33333333 0.55555556,0.33333333 0.66666667,0.33333333 0.77777778,0.33333333 0.88888889,0.33333333
  1012.                                 1,0.33333333 0,0.22222222 0.11111111,0.22222222 0.22222222,0.22222222 0.33333333,0.22222222 0.44444444,0.22222222 0.55555556,0.22222222 0.66666667,0.22222222 0.77777778,0.22222222 0.88888889,0.22222222 1,0.22222222 0,0.11111111 0.11111111,0.11111111 0.22222222,0.11111111 0.33333333,0.11111111 0.44444444,0.11111111 0.55555556,0.11111111 0.66666667,0.11111111 0.77777778,0.11111111 0.88888889,0.11111111 1,0.11111111 0,0 0.11111111,0
  1013.                                 0.22222222,0 0.33333333,0 0.44444444,0 0.55555556,0 0.66666667,0 0.77777778,0 0.88888889,0 1,0
  1014.                               </PointCollection>
  1015.                             </MeshGeometry3D.TextureCoordinates>
  1016.                           </MeshGeometry3D>
  1017.                         </GeometryModel3D.Geometry>
  1018.                         <GeometryModel3D.Material>
  1019.                           <DiffuseMaterial Brush="{DynamicResource button3DVisualBrush}"/>
  1020.                         </GeometryModel3D.Material>
  1021.                         <GeometryModel3D.Transform>
  1022.                           <Transform3DGroup>
  1023.                             <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1024.                             <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  1025.                             <RotateTransform3D d:EulerAngles="-180,0,90">
  1026.                               <RotateTransform3D.Rotation>
  1027.                                 <AxisAngleRotation3D Angle="180" Axis="-0.707,-0.707,0"/>
  1028.                               </RotateTransform3D.Rotation>
  1029.                             </RotateTransform3D>
  1030.                             <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1031.                             <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1032.                           </Transform3DGroup>
  1033.                         </GeometryModel3D.Transform>
  1034.                         <GeometryModel3D.BackMaterial>
  1035.                           <DiffuseMaterial>
  1036.                             <DiffuseMaterial.Brush>
  1037.                               <VisualBrush Visual="{Binding ElementName=buttonGrid}" Viewbox="0,0,350,350" ViewboxUnits="Absolute"/>
  1038.                             </DiffuseMaterial.Brush>
  1039.                           </DiffuseMaterial>
  1040.                         </GeometryModel3D.BackMaterial>
  1041.                       </GeometryModel3D>
  1042.                     </ModelVisual3D.Content>
  1043.                   </ModelVisual3D>
  1044.                   <ModelVisual3D x:Name="AmbientContainer">
  1045.                     <ModelVisual3D.Content>
  1046.                       <AmbientLight x:Name="Ambient" Color="#FF808080"/>
  1047.                     </ModelVisual3D.Content>
  1048.                   </ModelVisual3D>
  1049.                   <ModelVisual3D x:Name="DirectionalContainer">
  1050.                     <ModelVisual3D.Content>
  1051.                       <DirectionalLight x:Name="Directional" Color="#FF7F7F7F" Direction="0,0,-1">
  1052.                         <DirectionalLight.Transform>
  1053.                           <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="3"/>
  1054.                         </DirectionalLight.Transform>
  1055.                       </DirectionalLight>
  1056.                     </ModelVisual3D.Content>
  1057.                   </ModelVisual3D>
  1058.                 </Viewport3D>
  1059.                 <Grid Opacity="0" Margin="50,50,50,50" x:Name="grid1" IsHitTestVisible="False">
  1060.                   <Ellipse Opacity="1" d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" Stroke="{x:Null}" HorizontalAlignment="Stretch" Margin="30.56,34.964,30.548,34.971" VerticalAlignment="Stretch" Width="Auto" Height="Auto" IsHitTestVisible="False">
  1061.                     <Ellipse.Fill>
  1062.                       <LinearGradientBrush EndPoint="0.502,0.518" StartPoint="0.508,0.08">
  1063.                         <GradientStop Color="#E4021516" Offset="0"/>
  1064.                         <GradientStop Color="#00000000" Offset="1"/>
  1065.                         <GradientStop Color="#DB011314" Offset="0.269"/>
  1066.                       </LinearGradientBrush>
  1067.                     </Ellipse.Fill>
  1068.                   </Ellipse>
  1069.                   <TextBlock Margin="44.5,60.5,45,0" VerticalAlignment="Top" Width="Auto" Height="36.5" FontFamily="Segoe" FontSize="18" Foreground="#FFFFFFFF" Text="{TemplateBinding Content}" TextAlignment="Center" TextWrapping="Wrap" IsHitTestVisible="False"/>
  1070.                 </Grid>
  1071.               </Grid>
  1072.               <Ellipse Fill="#00FFFFFF" Stroke="{x:Null}" Width="Auto" Height="Auto" Margin="154.5,154.5,154.5,154.5"/>
  1073.             </Grid>
  1074.             <ControlTemplate.Triggers>
  1075.               <Trigger Property="IsFocused" Value="True"/>
  1076.               <Trigger Property="IsDefaulted" Value="True"/>
  1077.               <Trigger Property="IsMouseOver" Value="True">
  1078.                 <Trigger.EnterActions>
  1079.                   <BeginStoryboard Storyboard="{StaticResource enter}"/>
  1080.                 </Trigger.EnterActions>
  1081.                 <Trigger.ExitActions>
  1082.                   <BeginStoryboard x:Name="leave_BeginStoryboard" Storyboard="{StaticResource leave}"/>
  1083.                 </Trigger.ExitActions>
  1084.               </Trigger>
  1085.               <Trigger Property="IsPressed" Value="True"/>
  1086.               <Trigger Property="IsEnabled" Value="False"/>
  1087.             </ControlTemplate.Triggers>
  1088.           </ControlTemplate>
  1089.         </Setter.Value>
  1090.       </Setter>
  1091.     </Style>
  1092.     <VisualBrush x:Key="button3DVisualBrush" Visual="{Binding ElementName=overAnimationGrid}" Viewbox="0,0,350,350" ViewboxUnits="Absolute"/>
  1093.     <Storyboard x:Key="enterHotspot">
  1094.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" RepeatBehavior="Forever" Storyboard.TargetName="rotating1" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)">
  1095.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="360"/>
  1096.       </DoubleAnimationUsingKeyFrames>
  1097.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" RepeatBehavior="Forever" Storyboard.TargetName="rotating02" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[2].(RotateTransform.Angle)">
  1098.         <SplineDoubleKeyFrame KeyTime="00:00:02" Value="720"/>
  1099.       </DoubleAnimationUsingKeyFrames>
  1100.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  1101.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0.1"/>
  1102.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.8000000" Value="1"/>
  1103.       </DoubleAnimationUsingKeyFrames>
  1104.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  1105.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0.1"/>
  1106.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.8000000" Value="1"/>
  1107.       </DoubleAnimationUsingKeyFrames>
  1108.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base2" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  1109.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="1.8"/>
  1110.       </DoubleAnimationUsingKeyFrames>
  1111.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base2" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  1112.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="1.8"/>
  1113.       </DoubleAnimationUsingKeyFrames>
  1114.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base2" Storyboard.TargetProperty="(UIElement.Opacity)">
  1115.         <SplineDoubleKeyFrame KeyTime="00:00:00.4000000" Value="0.67"/>
  1116.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.9000000" Value="0"/>
  1117.       </DoubleAnimationUsingKeyFrames>
  1118.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base3" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  1119.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="1.2"/>
  1120.       </DoubleAnimationUsingKeyFrames>
  1121.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base3" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  1122.         <SplineDoubleKeyFrame KeyTime="00:00:00.9000000" Value="1.2"/>
  1123.       </DoubleAnimationUsingKeyFrames>
  1124.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="_base3" Storyboard.TargetProperty="(UIElement.Opacity)">
  1125.         <SplineDoubleKeyFrame KeyTime="00:00:00.4000000" Value="0.495"/>
  1126.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.9000000" Value="0"/>
  1127.       </DoubleAnimationUsingKeyFrames>
  1128.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" RepeatBehavior="Forever" Storyboard.TargetName="_base4" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleX)">
  1129.         <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0.2"/>
  1130.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.2000000" Value="0.5"/>
  1131.       </DoubleAnimationUsingKeyFrames>
  1132.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" RepeatBehavior="Forever" Storyboard.TargetName="_base4" Storyboard.TargetProperty="(UIElement.RenderTransform).(TransformGroup.Children)[0].(ScaleTransform.ScaleY)">
  1133.         <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="0.2"/>
  1134.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.2000000" Value="0.5"/>
  1135.       </DoubleAnimationUsingKeyFrames>
  1136.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" RepeatBehavior="Forever" Storyboard.TargetName="_base4" Storyboard.TargetProperty="(UIElement.Opacity)">
  1137.         <SplineDoubleKeyFrame KeyTime="00:00:00.5000000" Value="1"/>
  1138.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:01.2000000" Value="0"/>
  1139.       </DoubleAnimationUsingKeyFrames>
  1140.     </Storyboard>
  1141.     <Storyboard x:Key="moveButtonsBottom">
  1142.       <ThicknessAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonFrontLight" Storyboard.TargetProperty="(FrameworkElement.Margin)">
  1143.         <SplineThicknessKeyFrame KeyTime="00:00:00.7000000" Value="1,508,0,0"/>
  1144.       </ThicknessAnimationUsingKeyFrames>
  1145.       <ThicknessAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWheels" Storyboard.TargetProperty="(FrameworkElement.Margin)">
  1146.         <SplineThicknessKeyFrame KeyTime="00:00:00.7000000" Value="179,0,0,-123"/>
  1147.       </ThicknessAnimationUsingKeyFrames>
  1148.       <ThicknessAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonWindShield" Storyboard.TargetProperty="(FrameworkElement.Margin)">
  1149.         <SplineThicknessKeyFrame KeyTime="00:00:00.7000000" Value="298.5,510,369.5,0"/>
  1150.       </ThicknessAnimationUsingKeyFrames>
  1151.       <ThicknessAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonEngine" Storyboard.TargetProperty="(FrameworkElement.Margin)">
  1152.         <SplineThicknessKeyFrame KeyTime="00:00:00.7000000" Value="0,0,164,-124"/>
  1153.       </ThicknessAnimationUsingKeyFrames>
  1154.       <ThicknessAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonBrakeLight" Storyboard.TargetProperty="(FrameworkElement.Margin)">
  1155.         <SplineThicknessKeyFrame KeyTime="00:00:00.7000000" Value="602.5,80,65.5,-556"/>
  1156.       </ThicknessAnimationUsingKeyFrames>
  1157.     </Storyboard>
  1158.     <VisualBrush x:Key="detailWheelVisualBrush" Visual="{Binding ElementName=detailGridWheel}" Viewbox="0,0,500,700" ViewboxUnits="Absolute"/>
  1159.     <VisualBrush x:Key="detailWindshieldVisualBrush" Visual="{Binding ElementName=detailGridWindShield}" Viewbox="0,0,500,700" ViewboxUnits="Absolute"/>
  1160.     <VisualBrush x:Key="detailFrontLightVisualBrush" Visual="{Binding ElementName=detailGridFrontLight}" Viewbox="0,0,500,700" ViewboxUnits="Absolute"/>
  1161.     <VisualBrush x:Key="detailEngineVisualBrush" Visual="{Binding ElementName=detailGridEngine}" Viewbox="0,0,500,700" ViewboxUnits="Absolute"/>
  1162.     <Storyboard x:Key="overview">
  1163.       <Rotation3DAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[2].(RotateTransform3D.Rotation)">
  1164.         <SplineRotation3DKeyFrame KeyTime="00:00:00.6000000">
  1165.           <SplineRotation3DKeyFrame.Value>
  1166.             <AxisAngleRotation3D Angle="0" Axis="0,1,0"/>
  1167.           </SplineRotation3DKeyFrame.Value>
  1168.         </SplineRotation3DKeyFrame>
  1169.       </Rotation3DAnimationUsingKeyFrames>
  1170.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetX)">
  1171.         <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="0"/>
  1172.       </DoubleAnimationUsingKeyFrames>
  1173.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetY)">
  1174.         <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="5"/>
  1175.       </DoubleAnimationUsingKeyFrames>
  1176.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="FrontOR14" Storyboard.TargetProperty="(Camera.Transform).(Transform3DGroup.Children)[4].(TranslateTransform3D.OffsetZ)">
  1177.         <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="-964"/>
  1178.       </DoubleAnimationUsingKeyFrames>
  1179.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DEngine" Storyboard.TargetProperty="(UIElement.Opacity)">
  1180.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  1181.       </DoubleAnimationUsingKeyFrames>
  1182.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DFrontLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  1183.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  1184.       </DoubleAnimationUsingKeyFrames>
  1185.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWindShield" Storyboard.TargetProperty="(UIElement.Opacity)">
  1186.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  1187.       </DoubleAnimationUsingKeyFrames>
  1188.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DWheel" Storyboard.TargetProperty="(UIElement.Opacity)">
  1189.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  1190.       </DoubleAnimationUsingKeyFrames>
  1191.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="detail3DBrakeLight" Storyboard.TargetProperty="(UIElement.Opacity)">
  1192.         <SplineDoubleKeyFrame KeyTime="00:00:00.2000000" Value="0"/>
  1193.       </DoubleAnimationUsingKeyFrames>
  1194.       <DoubleAnimationUsingKeyFrames BeginTime="00:00:00" Storyboard.TargetName="buttonsGrid" Storyboard.TargetProperty="(UIElement.Opacity)">
  1195.         <SplineDoubleKeyFrame KeyTime="00:00:00" Value="0"/>
  1196.         <SplineDoubleKeyFrame KeyTime="00:00:00.6000000" Value="0"/>
  1197.         <SplineDoubleKeyFrame KeySpline="0.5,0.5,0.5,1" KeyTime="00:00:00.9000000" Value="1"/>
  1198.       </DoubleAnimationUsingKeyFrames>
  1199.     </Storyboard>
  1200.     <VisualBrush x:Key="detailBrakeLightVisualBrush" Visual="{Binding ElementName=detailGridBrakeLight}"/>
  1201.   </Window.Resources>
  1202.   <Window.Triggers>
  1203.     <EventTrigger RoutedEvent="FrameworkElement.Loaded">
  1204.       <BeginStoryboard Storyboard="{StaticResource intro}"/>
  1205.       <BeginStoryboard x:Name="overview_BeginStoryboard" Storyboard="{StaticResource overview}"/>
  1206.     </EventTrigger>
  1207.     <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="buttonFrontLight">
  1208.       <BeginStoryboard Storyboard="{StaticResource frontLight}"/>
  1209.       <BeginStoryboard x:Name="moveButtonsBottom_BeginStoryboard1" Storyboard="{StaticResource moveButtonsBottom}"/>
  1210.     </EventTrigger>
  1211.     <EventTrigger RoutedEvent="Mouse.MouseEnter" SourceName="buttonBrakeLight">
  1212.       <BeginStoryboard x:Name="enterHotspot_BeginStoryboard" Storyboard="{StaticResource enterHotspot}"/>
  1213.     </EventTrigger>
  1214.     <EventTrigger RoutedEvent="Mouse.MouseLeave" SourceName="buttonBrakeLight">
  1215.       <StopStoryboard BeginStoryboardName="enterHotspot_BeginStoryboard"/>
  1216.     </EventTrigger>
  1217.     <EventTrigger RoutedEvent="Mouse.MouseEnter" SourceName="buttonEngine">
  1218.       <BeginStoryboard x:Name="enterHotspot_BeginStoryboard1" Storyboard="{StaticResource enterHotspot}"/>
  1219.     </EventTrigger>
  1220.     <EventTrigger RoutedEvent="Mouse.MouseLeave" SourceName="buttonEngine">
  1221.       <StopStoryboard BeginStoryboardName="enterHotspot_BeginStoryboard"/>
  1222.     </EventTrigger>
  1223.     <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="buttonWheels">
  1224.       <BeginStoryboard x:Name="Wheels_BeginStoryboard" Storyboard="{StaticResource Wheels}"/>
  1225.       <BeginStoryboard x:Name="moveButtonsBottom_BeginStoryboard2" Storyboard="{StaticResource moveButtonsBottom}"/>
  1226.     </EventTrigger>
  1227.     <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="buttonWindShield">
  1228.       <BeginStoryboard x:Name="windShield_BeginStoryboard" Storyboard="{StaticResource windShield}"/>
  1229.       <BeginStoryboard x:Name="moveButtonsBottom_BeginStoryboard3" Storyboard="{StaticResource moveButtonsBottom}"/>
  1230.     </EventTrigger>
  1231.     <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="buttonEngine">
  1232.       <BeginStoryboard x:Name="engine_BeginStoryboard" Storyboard="{StaticResource engine}"/>
  1233.       <BeginStoryboard x:Name="moveButtonsBottom_BeginStoryboard4" Storyboard="{StaticResource moveButtonsBottom}"/>
  1234.     </EventTrigger>
  1235.     <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="buttonBrakeLight">
  1236.       <BeginStoryboard Storyboard="{StaticResource brakeLight}" x:Name="brakeLight_BeginStoryboard"/>
  1237.       <BeginStoryboard x:Name="moveButtonsBottom_BeginStoryboard5" Storyboard="{StaticResource moveButtonsBottom}"/>
  1238.     </EventTrigger>
  1239.     <EventTrigger RoutedEvent="Mouse.MouseEnter" SourceName="buttonWindShield">
  1240.       <BeginStoryboard x:Name="enterHotspot_BeginStoryboard2" Storyboard="{StaticResource enterHotspot}"/>
  1241.     </EventTrigger>
  1242.     <EventTrigger RoutedEvent="Mouse.MouseLeave" SourceName="buttonWindShield">
  1243.       <StopStoryboard BeginStoryboardName="enterHotspot_BeginStoryboard"/>
  1244.     </EventTrigger>
  1245.     <EventTrigger RoutedEvent="Mouse.MouseEnter" SourceName="buttonWheels">
  1246.       <BeginStoryboard x:Name="enterHotspot_BeginStoryboard3" Storyboard="{StaticResource enterHotspot}"/>
  1247.     </EventTrigger>
  1248.     <EventTrigger RoutedEvent="Mouse.MouseLeave" SourceName="buttonWheels">
  1249.       <StopStoryboard BeginStoryboardName="enterHotspot_BeginStoryboard"/>
  1250.     </EventTrigger>
  1251.     <EventTrigger RoutedEvent="Mouse.MouseEnter" SourceName="buttonFrontLight">
  1252.       <BeginStoryboard x:Name="enterHotspot_BeginStoryboard4" Storyboard="{StaticResource enterHotspot}"/>
  1253.     </EventTrigger>
  1254.     <EventTrigger RoutedEvent="Mouse.MouseLeave" SourceName="buttonFrontLight">
  1255.       <StopStoryboard BeginStoryboardName="enterHotspot_BeginStoryboard"/>
  1256.     </EventTrigger>
  1257.     <EventTrigger RoutedEvent="ButtonBase.Click" SourceName="buttonOverview">
  1258.       <BeginStoryboard x:Name="overview_BeginStoryboard1" Storyboard="{StaticResource overview}"/>
  1259.       <StopStoryboard BeginStoryboardName="moveButtonsBottom_BeginStoryboard1"/>
  1260.     </EventTrigger>
  1261.   </Window.Triggers>
  1262.  
  1263.   <Grid x:Name="root">
  1264.  
  1265.     <Grid x:Name="detailGridEngine" Width="500" Background="{x:Null}" HorizontalAlignment="Left" Margin="0,0,0,36">
  1266.       <TextBlock Height="63" FontFamily="Segoe" FontSize="48" FontWeight="Bold" Foreground="#FFE73400" TextAlignment="Left" TextWrapping="Wrap" RenderTransformOrigin="0.016,0.794" x:Name="textBlock8" Text="Electric Engine" HorizontalAlignment="Left" Margin="14,1,0,0" VerticalAlignment="Top" Width="404.443">
  1267.         <TextBlock.RenderTransform>
  1268.           <TransformGroup>
  1269.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1270.             <SkewTransform AngleX="0" AngleY="0"/>
  1271.             <RotateTransform Angle="0"/>
  1272.             <TranslateTransform X="0" Y="0"/>
  1273.           </TransformGroup>
  1274.         </TextBlock.RenderTransform>
  1275.       </TextBlock>
  1276.       <TextBlock Opacity="0.71" FontSize="26" Foreground="#FFFFFFFF" TextWrapping="WrapWithOverflow" RenderTransformOrigin="0.5,0.5" Margin="125,83,23,342" x:Name="textBlock9" ScrollViewer.VerticalScrollBarVisibility="Auto" xml:space="preserve" Text="A 200HP electric engine delivers power and fresh air at the same time. The exclusive Internal Traction┬« system has a better energy efficiency, which allows you to travel over 400 miles with a 15 minute charge."><TextBlock.RenderTransform>
  1277.                     <TransformGroup>
  1278.                         <ScaleTransform ScaleX="1" ScaleY="1"/>
  1279.                         <SkewTransform AngleX="0" AngleY="0"/>
  1280.                         <RotateTransform Angle="0"/>
  1281.                         <TranslateTransform X="0" Y="0"/>
  1282.                     </TransformGroup>
  1283.                 </TextBlock.RenderTransform> </TextBlock>
  1284.       <Ellipse Stroke="{x:Null}" HorizontalAlignment="Right" Margin="0,348,9,147" x:Name="ellipse17" Width="205" RenderTransformOrigin="0.5,0.5">
  1285.         <Ellipse.Fill>
  1286.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1287.             <GradientStop Color="#69284140" Offset="0"/>
  1288.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1289.           </LinearGradientBrush>
  1290.         </Ellipse.Fill>
  1291.         <Ellipse.RenderTransform>
  1292.           <TransformGroup>
  1293.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1294.             <SkewTransform AngleX="0" AngleY="0"/>
  1295.             <RotateTransform Angle="0"/>
  1296.             <TranslateTransform X="0" Y="0"/>
  1297.           </TransformGroup>
  1298.         </Ellipse.RenderTransform>
  1299.       </Ellipse>
  1300.       <Ellipse Stroke="{x:Null}" Height="93" Margin="178,0,229,156" x:Name="ellipse18" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
  1301.         <Ellipse.Fill>
  1302.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1303.             <GradientStop Color="#69284140" Offset="0"/>
  1304.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1305.           </LinearGradientBrush>
  1306.         </Ellipse.Fill>
  1307.         <Ellipse.RenderTransform>
  1308.           <TransformGroup>
  1309.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1310.             <SkewTransform AngleX="0" AngleY="0"/>
  1311.             <RotateTransform Angle="0"/>
  1312.             <TranslateTransform X="0" Y="0"/>
  1313.           </TransformGroup>
  1314.         </Ellipse.RenderTransform>
  1315.       </Ellipse>
  1316.       <Ellipse Stroke="{x:Null}" Height="66" HorizontalAlignment="Left" Margin="78,0,0,221" x:Name="ellipse19" VerticalAlignment="Bottom" Width="66" RenderTransformOrigin="0.5,0.5">
  1317.         <Ellipse.Fill>
  1318.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1319.             <GradientStop Color="#69284140" Offset="0"/>
  1320.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1321.           </LinearGradientBrush>
  1322.         </Ellipse.Fill>
  1323.         <Ellipse.RenderTransform>
  1324.           <TransformGroup>
  1325.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1326.             <SkewTransform AngleX="0" AngleY="0"/>
  1327.             <RotateTransform Angle="0"/>
  1328.             <TranslateTransform X="0" Y="0"/>
  1329.           </TransformGroup>
  1330.         </Ellipse.RenderTransform>
  1331.       </Ellipse>
  1332.       <Ellipse Stroke="{x:Null}" HorizontalAlignment="Left" Margin="56,341,0,323" x:Name="ellipse20" Width="36" RenderTransformOrigin="0.5,0.5">
  1333.         <Ellipse.Fill>
  1334.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1335.             <GradientStop Color="#69284140" Offset="0"/>
  1336.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1337.           </LinearGradientBrush>
  1338.         </Ellipse.Fill>
  1339.         <Ellipse.RenderTransform>
  1340.           <TransformGroup>
  1341.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1342.             <SkewTransform AngleX="0" AngleY="0"/>
  1343.             <RotateTransform Angle="0"/>
  1344.             <TranslateTransform X="0" Y="0"/>
  1345.           </TransformGroup>
  1346.         </Ellipse.RenderTransform>
  1347.       </Ellipse>
  1348.       <Image Width="194" Height="194" Source="Assets\circle_engine.png" Stretch="Fill" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Margin="0,0,14,152" x:Name="image4" VerticalAlignment="Bottom">
  1349.         <Image.RenderTransform>
  1350.           <TransformGroup>
  1351.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1352.             <SkewTransform AngleX="0" AngleY="0"/>
  1353.             <RotateTransform Angle="0"/>
  1354.             <TranslateTransform X="0" Y="0"/>
  1355.           </TransformGroup>
  1356.         </Image.RenderTransform>
  1357.       </Image>
  1358.     </Grid>
  1359.  
  1360.     <Grid x:Name="detailGridFrontLight" Width="500" Background="{x:Null}" Opacity="1" HorizontalAlignment="Left" Margin="0,0,0,36">
  1361.       <TextBlock Height="85" FontFamily="Segoe" FontSize="55" FontWeight="Bold" Foreground="#FFFF4400" TextAlignment="Left" TextWrapping="Wrap" RenderTransformOrigin="0.016,0.794" x:Name="textBlock6" HorizontalAlignment="Left" Margin="18,8,0,0" VerticalAlignment="Top" Width="336.443" Text="Front Lights">
  1362.         <TextBlock.RenderTransform>
  1363.           <TransformGroup>
  1364.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1365.             <SkewTransform AngleX="0" AngleY="0"/>
  1366.             <RotateTransform Angle="0"/>
  1367.             <TranslateTransform X="0" Y="0"/>
  1368.           </TransformGroup>
  1369.         </TextBlock.RenderTransform>
  1370.       </TextBlock>
  1371.       <TextBlock Opacity="0.595" FontSize="28" Foreground="#FFFFFFFF" TextWrapping="WrapWithOverflow" RenderTransformOrigin="0.5,0.5" Margin="125,83,58,342" x:Name="textBlock7" ScrollViewer.VerticalScrollBarVisibility="Auto" xml:space="preserve" Text="Premium Xenon Halogen lights guarantee a perfect vision at night. It doesnΓÇÖt matter the weather, you will be safe driving during rain, fog and even snow.  "><TextBlock.RenderTransform>
  1372.                     <TransformGroup>
  1373.                         <ScaleTransform ScaleX="1" ScaleY="1"/>
  1374.                         <SkewTransform AngleX="0" AngleY="0"/>
  1375.                         <RotateTransform Angle="0"/>
  1376.                         <TranslateTransform X="0" Y="0"/>
  1377.                     </TransformGroup>
  1378.                 </TextBlock.RenderTransform> </TextBlock>
  1379.       <Ellipse Stroke="{x:Null}" Margin="7,341,0,154" x:Name="ellipse13" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left" Width="205">
  1380.         <Ellipse.Fill>
  1381.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1382.             <GradientStop Color="#69284140" Offset="0"/>
  1383.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1384.           </LinearGradientBrush>
  1385.         </Ellipse.Fill>
  1386.         <Ellipse.RenderTransform>
  1387.           <TransformGroup>
  1388.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1389.             <SkewTransform AngleX="0" AngleY="0"/>
  1390.             <RotateTransform Angle="0"/>
  1391.             <TranslateTransform X="0" Y="0"/>
  1392.           </TransformGroup>
  1393.         </Ellipse.RenderTransform>
  1394.       </Ellipse>
  1395.       <Ellipse Stroke="{x:Null}" Height="93" Margin="240,0,167,172" x:Name="ellipse14" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
  1396.         <Ellipse.Fill>
  1397.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1398.             <GradientStop Color="#69284140" Offset="0"/>
  1399.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1400.           </LinearGradientBrush>
  1401.         </Ellipse.Fill>
  1402.         <Ellipse.RenderTransform>
  1403.           <TransformGroup>
  1404.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1405.             <SkewTransform AngleX="0" AngleY="0"/>
  1406.             <RotateTransform Angle="0"/>
  1407.             <TranslateTransform X="0" Y="0"/>
  1408.           </TransformGroup>
  1409.         </Ellipse.RenderTransform>
  1410.       </Ellipse>
  1411.       <Ellipse Stroke="{x:Null}" Height="66" HorizontalAlignment="Right" Margin="0,0,73,232" x:Name="ellipse15" VerticalAlignment="Bottom" Width="66" RenderTransformOrigin="0.5,0.5">
  1412.         <Ellipse.Fill>
  1413.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1414.             <GradientStop Color="#69284140" Offset="0"/>
  1415.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1416.           </LinearGradientBrush>
  1417.         </Ellipse.Fill>
  1418.         <Ellipse.RenderTransform>
  1419.           <TransformGroup>
  1420.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1421.             <SkewTransform AngleX="0" AngleY="0"/>
  1422.             <RotateTransform Angle="0"/>
  1423.             <TranslateTransform X="0" Y="0"/>
  1424.           </TransformGroup>
  1425.         </Ellipse.RenderTransform>
  1426.       </Ellipse>
  1427.       <Ellipse Stroke="{x:Null}" Margin="0,335,71,329" x:Name="ellipse16" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Width="36">
  1428.         <Ellipse.Fill>
  1429.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1430.             <GradientStop Color="#69284140" Offset="0"/>
  1431.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1432.           </LinearGradientBrush>
  1433.         </Ellipse.Fill>
  1434.         <Ellipse.RenderTransform>
  1435.           <TransformGroup>
  1436.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1437.             <SkewTransform AngleX="0" AngleY="0"/>
  1438.             <RotateTransform Angle="0"/>
  1439.             <TranslateTransform X="0" Y="0"/>
  1440.           </TransformGroup>
  1441.         </Ellipse.RenderTransform>
  1442.       </Ellipse>
  1443.       <Image Source="Assets\circle_frontlight.png" Stretch="Fill" RenderTransformOrigin="0.5,0.5" Margin="13,347,0,159" x:Name="image3" HorizontalAlignment="Left" Width="194">
  1444.         <Image.RenderTransform>
  1445.           <TransformGroup>
  1446.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1447.             <SkewTransform AngleX="0" AngleY="0"/>
  1448.             <RotateTransform Angle="0"/>
  1449.             <TranslateTransform X="0" Y="0"/>
  1450.           </TransformGroup>
  1451.         </Image.RenderTransform>
  1452.       </Image>
  1453.     </Grid>
  1454.  
  1455.     <Grid x:Name="detailGridWindShield" Width="500" Background="{x:Null}" HorizontalAlignment="Left" Margin="0,0,0,36">
  1456.       <TextBlock Height="85" FontFamily="Segoe" FontSize="55" FontWeight="Bold" Foreground="#FFFF4400" TextAlignment="Left" TextWrapping="Wrap" RenderTransformOrigin="0.016,0.794" x:Name="textBlock4" HorizontalAlignment="Left" Margin="18,-12,0,0" VerticalAlignment="Top" Width="389.443" Text="Virtual Screen">
  1457.         <TextBlock.RenderTransform>
  1458.           <TransformGroup>
  1459.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1460.             <SkewTransform AngleX="0" AngleY="0"/>
  1461.             <RotateTransform Angle="0"/>
  1462.             <TranslateTransform X="0" Y="0"/>
  1463.           </TransformGroup>
  1464.         </TextBlock.RenderTransform>
  1465.       </TextBlock>
  1466.       <TextBlock Opacity="0.545" FontSize="24" Foreground="#FFFFFFFF" TextWrapping="WrapWithOverflow" RenderTransformOrigin="0.5,0.5" Margin="28,56,14,0" x:Name="textBlock5" ScrollViewer.VerticalScrollBarVisibility="Auto" xml:space="preserve" Text="Everything you need, right in front of you. The Virtual Screen┬« technology displays all information on a projected screen that floats over the driver. And if you are driving on a Certified Automatic Highway, you can also enjoy news, weather and even catch up with your e-mails." VerticalAlignment="Top" Height="275"><TextBlock.RenderTransform>
  1467.                     <TransformGroup>
  1468.                         <ScaleTransform ScaleX="1" ScaleY="1"/>
  1469.                         <SkewTransform AngleX="0" AngleY="0"/>
  1470.                         <RotateTransform Angle="0"/>
  1471.                         <TranslateTransform X="0" Y="0"/>
  1472.                     </TransformGroup>
  1473.                 </TextBlock.RenderTransform> </TextBlock>
  1474.       <Ellipse Stroke="{x:Null}" Margin="31,0,0,67" x:Name="ellipse9" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="205" Height="205">
  1475.         <Ellipse.Fill>
  1476.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1477.             <GradientStop Color="#69284140" Offset="0"/>
  1478.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1479.           </LinearGradientBrush>
  1480.         </Ellipse.Fill>
  1481.         <Ellipse.RenderTransform>
  1482.           <TransformGroup>
  1483.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1484.             <SkewTransform AngleX="0" AngleY="0"/>
  1485.             <RotateTransform Angle="0"/>
  1486.             <TranslateTransform X="0" Y="0"/>
  1487.           </TransformGroup>
  1488.         </Ellipse.RenderTransform>
  1489.       </Ellipse>
  1490.       <Ellipse Stroke="{x:Null}" Height="93" Margin="0,0,149,52" x:Name="ellipse10" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Width="93">
  1491.         <Ellipse.Fill>
  1492.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1493.             <GradientStop Color="#69284140" Offset="0"/>
  1494.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1495.           </LinearGradientBrush>
  1496.         </Ellipse.Fill>
  1497.         <Ellipse.RenderTransform>
  1498.           <TransformGroup>
  1499.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1500.             <SkewTransform AngleX="0" AngleY="0"/>
  1501.             <RotateTransform Angle="0"/>
  1502.             <TranslateTransform X="0" Y="0"/>
  1503.           </TransformGroup>
  1504.         </Ellipse.RenderTransform>
  1505.       </Ellipse>
  1506.       <Ellipse Stroke="{x:Null}" Height="66" Margin="0,0,53,112" x:Name="ellipse11" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Width="66">
  1507.         <Ellipse.Fill>
  1508.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1509.             <GradientStop Color="#69284140" Offset="0"/>
  1510.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1511.           </LinearGradientBrush>
  1512.         </Ellipse.Fill>
  1513.         <Ellipse.RenderTransform>
  1514.           <TransformGroup>
  1515.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1516.             <SkewTransform AngleX="0" AngleY="0"/>
  1517.             <RotateTransform Angle="0"/>
  1518.             <TranslateTransform X="0" Y="0"/>
  1519.           </TransformGroup>
  1520.         </Ellipse.RenderTransform>
  1521.       </Ellipse>
  1522.       <Ellipse Stroke="{x:Null}" Margin="0,0,11,209" x:Name="ellipse12" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" VerticalAlignment="Bottom" Width="36" Height="36">
  1523.         <Ellipse.Fill>
  1524.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1525.             <GradientStop Color="#69284140" Offset="0"/>
  1526.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1527.           </LinearGradientBrush>
  1528.         </Ellipse.Fill>
  1529.         <Ellipse.RenderTransform>
  1530.           <TransformGroup>
  1531.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1532.             <SkewTransform AngleX="0" AngleY="0"/>
  1533.             <RotateTransform Angle="0"/>
  1534.             <TranslateTransform X="0" Y="0"/>
  1535.           </TransformGroup>
  1536.         </Ellipse.RenderTransform>
  1537.       </Ellipse>
  1538.       <Image Source="Assets\circle_windshield.png" Stretch="Fill" RenderTransformOrigin="0.5,0.5" Margin="37,0,0,72" x:Name="image2" HorizontalAlignment="Left" VerticalAlignment="Bottom" Width="194" Height="194">
  1539.         <Image.RenderTransform>
  1540.           <TransformGroup>
  1541.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1542.             <SkewTransform AngleX="0" AngleY="0"/>
  1543.             <RotateTransform Angle="0"/>
  1544.             <TranslateTransform X="0" Y="0"/>
  1545.           </TransformGroup>
  1546.         </Image.RenderTransform>
  1547.       </Image>
  1548.     </Grid>
  1549.  
  1550.     <Grid x:Name="detailGridWheel" Width="500" Background="{x:Null}" HorizontalAlignment="Left" Margin="0,0,0,36">
  1551.       <TextBlock Height="85" FontFamily="Segoe" FontSize="60" FontWeight="Bold" Foreground="#FFFFFFFF" TextAlignment="Left" TextWrapping="Wrap" RenderTransformOrigin="0.016,0.794" x:Name="textBlock2" HorizontalAlignment="Left" Margin="18,8,0,0" VerticalAlignment="Top" Width="336.443">
  1552.         <TextBlock.RenderTransform>
  1553.           <TransformGroup>
  1554.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1555.             <SkewTransform AngleX="0" AngleY="0"/>
  1556.             <RotateTransform Angle="0"/>
  1557.             <TranslateTransform X="0" Y="0"/>
  1558.           </TransformGroup>
  1559.         </TextBlock.RenderTransform>
  1560.         <Run Foreground="#FFFF4400">O2</Run>
  1561.         <Run xml:space="preserve"> Wheels</Run>
  1562.       </TextBlock>
  1563.       <TextBlock Opacity="0.595" FontSize="26" Foreground="#FFFFFFFF" TextWrapping="WrapWithOverflow" RenderTransformOrigin="0.5,0.5" Margin="125,83,58,342" x:Name="textBlock3" ScrollViewer.VerticalScrollBarVisibility="Auto" xml:space="preserve" Text="The exclusive O2 Wheel System┬« has the perfect combination of style and stability. A revolutionary technology allows more control when steering and also a silent ride due to special soft tires."><TextBlock.RenderTransform>
  1564.                     <TransformGroup>
  1565.                         <ScaleTransform ScaleX="1" ScaleY="1"/>
  1566.                         <SkewTransform AngleX="0" AngleY="0"/>
  1567.                         <RotateTransform Angle="0"/>
  1568.                         <TranslateTransform X="0" Y="0"/>
  1569.                     </TransformGroup>
  1570.                 </TextBlock.RenderTransform> </TextBlock>
  1571.       <Ellipse Stroke="{x:Null}" Margin="7,341,0,154" x:Name="ellipse5" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Left" Width="205">
  1572.         <Ellipse.Fill>
  1573.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1574.             <GradientStop Color="#69284140" Offset="0"/>
  1575.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1576.           </LinearGradientBrush>
  1577.         </Ellipse.Fill>
  1578.         <Ellipse.RenderTransform>
  1579.           <TransformGroup>
  1580.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1581.             <SkewTransform AngleX="0" AngleY="0"/>
  1582.             <RotateTransform Angle="0"/>
  1583.             <TranslateTransform X="0" Y="0"/>
  1584.           </TransformGroup>
  1585.         </Ellipse.RenderTransform>
  1586.       </Ellipse>
  1587.       <Ellipse Stroke="{x:Null}" Height="93" Margin="240,0,167,172" x:Name="ellipse6" VerticalAlignment="Bottom" RenderTransformOrigin="0.5,0.5">
  1588.         <Ellipse.Fill>
  1589.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1590.             <GradientStop Color="#69284140" Offset="0"/>
  1591.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1592.           </LinearGradientBrush>
  1593.         </Ellipse.Fill>
  1594.         <Ellipse.RenderTransform>
  1595.           <TransformGroup>
  1596.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1597.             <SkewTransform AngleX="0" AngleY="0"/>
  1598.             <RotateTransform Angle="0"/>
  1599.             <TranslateTransform X="0" Y="0"/>
  1600.           </TransformGroup>
  1601.         </Ellipse.RenderTransform>
  1602.       </Ellipse>
  1603.       <Ellipse Stroke="{x:Null}" Height="66" HorizontalAlignment="Right" Margin="0,0,73,232" x:Name="ellipse7" VerticalAlignment="Bottom" Width="66" RenderTransformOrigin="0.5,0.5">
  1604.         <Ellipse.Fill>
  1605.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1606.             <GradientStop Color="#69284140" Offset="0"/>
  1607.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1608.           </LinearGradientBrush>
  1609.         </Ellipse.Fill>
  1610.         <Ellipse.RenderTransform>
  1611.           <TransformGroup>
  1612.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1613.             <SkewTransform AngleX="0" AngleY="0"/>
  1614.             <RotateTransform Angle="0"/>
  1615.             <TranslateTransform X="0" Y="0"/>
  1616.           </TransformGroup>
  1617.         </Ellipse.RenderTransform>
  1618.       </Ellipse>
  1619.       <Ellipse Stroke="{x:Null}" Margin="0,335,71,329" x:Name="ellipse8" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Width="36">
  1620.         <Ellipse.Fill>
  1621.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1622.             <GradientStop Color="#69284140" Offset="0"/>
  1623.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1624.           </LinearGradientBrush>
  1625.         </Ellipse.Fill>
  1626.         <Ellipse.RenderTransform>
  1627.           <TransformGroup>
  1628.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1629.             <SkewTransform AngleX="0" AngleY="0"/>
  1630.             <RotateTransform Angle="0"/>
  1631.             <TranslateTransform X="0" Y="0"/>
  1632.           </TransformGroup>
  1633.         </Ellipse.RenderTransform>
  1634.       </Ellipse>
  1635.       <Image Source="Assets\circle_wheel.png" Stretch="Fill" RenderTransformOrigin="0.5,0.5" Margin="13,347,0,159" x:Name="image1" HorizontalAlignment="Left" Width="194">
  1636.         <Image.RenderTransform>
  1637.           <TransformGroup>
  1638.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1639.             <SkewTransform AngleX="0" AngleY="0"/>
  1640.             <RotateTransform Angle="0"/>
  1641.             <TranslateTransform X="0" Y="0"/>
  1642.           </TransformGroup>
  1643.         </Image.RenderTransform>
  1644.       </Image>
  1645.     </Grid>
  1646.  
  1647.     <Grid HorizontalAlignment="Left" x:Name="detailGridBrakeLight" VerticalAlignment="Top" Width="500" Height="700" Background="{x:Null}" RenderTransformOrigin="0.5,0.5">
  1648.       <Grid.RenderTransform>
  1649.         <TransformGroup>
  1650.           <ScaleTransform ScaleX="1" ScaleY="1"/>
  1651.           <SkewTransform AngleX="0" AngleY="0"/>
  1652.           <RotateTransform Angle="0"/>
  1653.           <TranslateTransform X="0" Y="0"/>
  1654.         </TransformGroup>
  1655.       </Grid.RenderTransform>
  1656.       <TextBlock Height="63" FontFamily="Segoe" FontSize="48" FontWeight="Bold" Foreground="#FFE73400" TextAlignment="Left" TextWrapping="Wrap" RenderTransformOrigin="0.016,0.794" x:Name="textBlock" Text="Brake Light" HorizontalAlignment="Left" Margin="14,1,0,0" VerticalAlignment="Top" Width="314.443">
  1657.         <TextBlock.RenderTransform>
  1658.           <TransformGroup>
  1659.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1660.             <SkewTransform AngleX="0" AngleY="0"/>
  1661.             <RotateTransform Angle="0"/>
  1662.             <TranslateTransform X="0" Y="0"/>
  1663.           </TransformGroup>
  1664.         </TextBlock.RenderTransform>
  1665.       </TextBlock>
  1666.       <TextBlock Opacity="0.395" FontSize="26" Foreground="#FFFFFFFF" TextWrapping="WrapWithOverflow" RenderTransformOrigin="0.5,0.5" Margin="125,83,58,342" x:Name="textBlock1" ScrollViewer.VerticalScrollBarVisibility="Auto" xml:space="preserve"><TextBlock.RenderTransform>
  1667.                     <TransformGroup>
  1668.                         <ScaleTransform ScaleX="1" ScaleY="1"/>
  1669.                         <SkewTransform AngleX="0" AngleY="0"/>
  1670.                         <RotateTransform Angle="0"/>
  1671.                         <TranslateTransform X="0" Y="0"/>
  1672.                     </TransformGroup>
  1673.                 </TextBlock.RenderTransform>
  1674.                 <TextBlock.Text>Be safe at every stop. This high-end light system provides clear visible brakes up to 1 mile of distance. ItΓÇÖs another way to avoid accidents and help other drivers as well.
  1675. Be safe at every stop. </TextBlock.Text>
  1676. </TextBlock>
  1677.       <Ellipse Stroke="{x:Null}" HorizontalAlignment="Right" Margin="0,348,9,147" x:Name="ellipse1" Width="205">
  1678.         <Ellipse.Fill>
  1679.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1680.             <GradientStop Color="#69284140" Offset="0"/>
  1681.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1682.           </LinearGradientBrush>
  1683.         </Ellipse.Fill>
  1684.       </Ellipse>
  1685.       <Ellipse Stroke="{x:Null}" Height="93" Margin="178,0,229,156" x:Name="ellipse2" VerticalAlignment="Bottom">
  1686.         <Ellipse.Fill>
  1687.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1688.             <GradientStop Color="#69284140" Offset="0"/>
  1689.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1690.           </LinearGradientBrush>
  1691.         </Ellipse.Fill>
  1692.       </Ellipse>
  1693.       <Ellipse Stroke="{x:Null}" Height="66" HorizontalAlignment="Left" Margin="78,0,0,221" x:Name="ellipse3" VerticalAlignment="Bottom" Width="66">
  1694.         <Ellipse.Fill>
  1695.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1696.             <GradientStop Color="#69284140" Offset="0"/>
  1697.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1698.           </LinearGradientBrush>
  1699.         </Ellipse.Fill>
  1700.       </Ellipse>
  1701.       <Ellipse Stroke="{x:Null}" HorizontalAlignment="Left" Margin="56,341,0,323" x:Name="ellipse4" Width="36">
  1702.         <Ellipse.Fill>
  1703.           <LinearGradientBrush EndPoint="0.494,0.994" StartPoint="0.496,0.01">
  1704.             <GradientStop Color="#69284140" Offset="0"/>
  1705.             <GradientStop Color="#A1284140" Offset="0.995"/>
  1706.           </LinearGradientBrush>
  1707.         </Ellipse.Fill>
  1708.       </Ellipse>
  1709.       <Image Width="194" Height="194" Source="Assets\circle_breaklight.png" Stretch="Fill" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Right" Margin="0,0,14,152" x:Name="image" VerticalAlignment="Bottom">
  1710.         <Image.RenderTransform>
  1711.           <TransformGroup>
  1712.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1713.             <SkewTransform AngleX="0" AngleY="0"/>
  1714.             <RotateTransform Angle="0"/>
  1715.             <TranslateTransform X="0" Y="0"/>
  1716.           </TransformGroup>
  1717.         </Image.RenderTransform>
  1718.       </Image>
  1719.     </Grid>
  1720.  
  1721.     <Grid RenderTransformOrigin="0.5,0.5" x:Name="buttonGrid" Width="350" Height="350" HorizontalAlignment="Left" VerticalAlignment="Top">
  1722.       <Grid.RenderTransform>
  1723.         <TransformGroup>
  1724.           <ScaleTransform ScaleX="1" ScaleY="1"/>
  1725.           <SkewTransform AngleX="0" AngleY="0"/>
  1726.           <RotateTransform Angle="0"/>
  1727.           <TranslateTransform X="0" Y="0"/>
  1728.         </TransformGroup>
  1729.       </Grid.RenderTransform>
  1730.       <Ellipse Fill="#00000000" Stroke="#FFD63C00" StrokeThickness="8" HorizontalAlignment="Center" Margin="0,0,0,0" VerticalAlignment="Center" x:Name="ellipse" Width="41" Height="41"/>
  1731.     </Grid>
  1732.  
  1733.     <Grid x:Name="overAnimationGrid" Visibility="Visible" Focusable="True" Opacity="1" Width="350" Height="350" HorizontalAlignment="Left" VerticalAlignment="Top" RenderTransformOrigin="0.5,0.5">
  1734.       <Grid.RenderTransform>
  1735.         <TransformGroup>
  1736.           <ScaleTransform ScaleX="1" ScaleY="1"/>
  1737.           <SkewTransform AngleX="0" AngleY="0"/>
  1738.           <RotateTransform Angle="0"/>
  1739.           <TranslateTransform X="0" Y="0"/>
  1740.         </TransformGroup>
  1741.       </Grid.RenderTransform>
  1742.       <Ellipse x:Name="_base4" StrokeThickness="30" RenderTransformOrigin="0.5,0.5" Opacity="0.42" Margin="74.5,74.5,74.5,74.5">
  1743.         <Ellipse.Fill>
  1744.           <x:Null/>
  1745.         </Ellipse.Fill>
  1746.         <Ellipse.Stroke>
  1747.           <SolidColorBrush Color="#FF0A4F57"/>
  1748.         </Ellipse.Stroke>
  1749.         <Ellipse.RenderTransform>
  1750.           <TransformGroup>
  1751.             <ScaleTransform ScaleX="0.1" ScaleY="0.1"/>
  1752.             <SkewTransform AngleX="0" AngleY="0"/>
  1753.             <RotateTransform Angle="0"/>
  1754.             <TranslateTransform X="0" Y="0"/>
  1755.           </TransformGroup>
  1756.         </Ellipse.RenderTransform>
  1757.       </Ellipse>
  1758.       <Ellipse x:Name="_base3" StrokeThickness="30" RenderTransformOrigin="0.5,0.5" Opacity="0.42" Margin="74.5,74.5,74.5,74.5">
  1759.         <Ellipse.Fill>
  1760.           <x:Null/>
  1761.         </Ellipse.Fill>
  1762.         <Ellipse.Stroke>
  1763.           <SolidColorBrush Color="#FF0A4F57"/>
  1764.         </Ellipse.Stroke>
  1765.         <Ellipse.RenderTransform>
  1766.           <TransformGroup>
  1767.             <ScaleTransform ScaleX="0.1" ScaleY="0.1"/>
  1768.             <SkewTransform AngleX="0" AngleY="0"/>
  1769.             <RotateTransform Angle="0"/>
  1770.             <TranslateTransform X="0" Y="0"/>
  1771.           </TransformGroup>
  1772.         </Ellipse.RenderTransform>
  1773.       </Ellipse>
  1774.       <Ellipse x:Name="_base2" StrokeThickness="20" RenderTransformOrigin="0.5,0.5" Opacity="0.42" HorizontalAlignment="Stretch" Margin="74.5,74.5,74.5,74.5" VerticalAlignment="Stretch">
  1775.         <Ellipse.Fill>
  1776.           <x:Null/>
  1777.         </Ellipse.Fill>
  1778.         <Ellipse.Stroke>
  1779.           <SolidColorBrush Color="#FF0A4F57"/>
  1780.         </Ellipse.Stroke>
  1781.         <Ellipse.RenderTransform>
  1782.           <TransformGroup>
  1783.             <ScaleTransform ScaleX="0.1" ScaleY="0.1"/>
  1784.             <SkewTransform AngleX="0" AngleY="0"/>
  1785.             <RotateTransform Angle="0"/>
  1786.             <TranslateTransform X="0" Y="0"/>
  1787.           </TransformGroup>
  1788.         </Ellipse.RenderTransform>
  1789.       </Ellipse>
  1790.       <Path RenderTransformOrigin="0.427,1.263" Stretch="Fill" Stroke="{x:Null}" StrokeThickness="2" Margin="92.462,59.535,62.961,0" x:Name="rotating1" VerticalAlignment="Top" Height="91.377" Data="F1 M115.4635,-5.2426185E-07 C169.75941,-1.2099841E-14 215.30211,37.477062 227.50447,88.006058 L214.44341,91.376877 C203.72292,46.677723 163.46791,13.505 115.465,13.504997 86.833237,13.504999 60.957897,25.306631 42.477222,44.348923 L32.927307,34.799007 C53.851597,13.312658 83.102882,-7.2115606E-15 115.4635,-5.2426185E-07 z">
  1791.         <Path.RenderTransform>
  1792.           <TransformGroup>
  1793.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1794.             <SkewTransform AngleX="0" AngleY="0"/>
  1795.             <RotateTransform Angle="0"/>
  1796.             <TranslateTransform X="0" Y="0"/>
  1797.           </TransformGroup>
  1798.         </Path.RenderTransform>
  1799.         <Path.Fill>
  1800.           <LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
  1801.             <GradientStop Color="#00061011" Offset="0"/>
  1802.             <GradientStop Color="#FF0D3C3F" Offset="1"/>
  1803.           </LinearGradientBrush>
  1804.         </Path.Fill>
  1805.       </Path>
  1806.       <Ellipse x:Name="_base" Width="201" Height="201" HorizontalAlignment="Center" Margin="0,0,0,0" VerticalAlignment="Center" StrokeThickness="3" RenderTransformOrigin="0.5,0.5">
  1807.         <Ellipse.Fill>
  1808.           <RadialGradientBrush>
  1809.             <GradientStop Color="#00215A5E" Offset="1"/>
  1810.             <GradientStop Color="#8E1F5558" Offset="0"/>
  1811.           </RadialGradientBrush>
  1812.         </Ellipse.Fill>
  1813.         <Ellipse.Stroke>
  1814.           <LinearGradientBrush EndPoint="0.002,0.515" StartPoint="0.998,0.5">
  1815.             <GradientStop Color="#FF0A4F57" Offset="0"/>
  1816.             <GradientStop Color="#000A4F57" Offset="0.986"/>
  1817.           </LinearGradientBrush>
  1818.         </Ellipse.Stroke>
  1819.         <Ellipse.RenderTransform>
  1820.           <TransformGroup>
  1821.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1822.             <SkewTransform AngleX="0" AngleY="0"/>
  1823.             <RotateTransform Angle="0"/>
  1824.             <TranslateTransform X="0" Y="0"/>
  1825.           </TransformGroup>
  1826.         </Ellipse.RenderTransform>
  1827.       </Ellipse>
  1828.       <Path RenderTransformOrigin="0.427,1.263" Stretch="Fill" Stroke="{x:Null}" StrokeThickness="2" x:Name="rotating02" Height="73.562" Data="F1 M115.4635,-5.2426185E-07 C169.75941,-1.2099841E-14 215.30211,37.477062 227.50447,88.006058 L214.44341,91.376877 C203.72292,46.677723 163.46791,13.505 115.465,13.504997 86.833237,13.504999 60.957897,25.306631 42.477222,44.348923 L32.927307,34.799007 C53.851597,13.312658 83.102882,-7.2115606E-15 115.4635,-5.2426185E-07 z" Opacity="0.645" Margin="108.667,82.035,84.69,0" VerticalAlignment="Top">
  1829.         <Path.Fill>
  1830.           <LinearGradientBrush EndPoint="1,0.5" StartPoint="0,0.5">
  1831.             <GradientStop Color="#00061011" Offset="0"/>
  1832.             <GradientStop Color="#FF0D3C3F" Offset="1"/>
  1833.           </LinearGradientBrush>
  1834.         </Path.Fill>
  1835.         <Path.RenderTransform>
  1836.           <TransformGroup>
  1837.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1838.             <SkewTransform AngleX="0" AngleY="0"/>
  1839.             <RotateTransform Angle="0"/>
  1840.             <TranslateTransform X="0" Y="0"/>
  1841.           </TransformGroup>
  1842.         </Path.RenderTransform>
  1843.       </Path>
  1844.       <Ellipse Stroke="{x:Null}" x:Name="centerShadow3" Margin="150.992,150.992,150.985,150.985">
  1845.         <Ellipse.Fill>
  1846.           <SolidColorBrush Color="#33000000"/>
  1847.         </Ellipse.Fill>
  1848.       </Ellipse>
  1849.       <Ellipse Stroke="{x:Null}" x:Name="centerShadow2" d:LayoutOverrides="Margin" Margin="152.028,152.028,152.025,152.025">
  1850.         <Ellipse.Fill>
  1851.           <SolidColorBrush Color="#33000000"/>
  1852.         </Ellipse.Fill>
  1853.       </Ellipse>
  1854.       <Ellipse Stroke="{x:Null}" x:Name="centerShadow1" Margin="153.109,153.109,153.108,153.108">
  1855.         <Ellipse.Fill>
  1856.           <SolidColorBrush Color="#33000000"/>
  1857.         </Ellipse.Fill>
  1858.       </Ellipse>
  1859.       <Ellipse Stroke="{x:Null}" HorizontalAlignment="Center" x:Name="centerBase" VerticalAlignment="Center" Width="41" Height="41">
  1860.         <Ellipse.Fill>
  1861.           <LinearGradientBrush EndPoint="0.488,1.061" StartPoint="0.488,0.037">
  1862.             <GradientStop Color="#FF020404" Offset="0"/>
  1863.             <GradientStop Color="#FF215A5E" Offset="1"/>
  1864.           </LinearGradientBrush>
  1865.         </Ellipse.Fill>
  1866.       </Ellipse>
  1867.       <Path Stretch="Fill" Stroke="{x:Null}" Margin="157.402,155.038,156.142,170.068" x:Name="centerReflex" Width="Auto" Height="Auto" RenderTransformOrigin="0.5,0.5">
  1868.         <Path.Fill>
  1869.           <LinearGradientBrush EndPoint="0.622,0.834" StartPoint="0.462,-0.148">
  1870.             <GradientStop Color="#BCFFFFFF" Offset="0"/>
  1871.             <GradientStop Color="#00FFFFFF" Offset="0.986"/>
  1872.           </LinearGradientBrush>
  1873.         </Path.Fill>
  1874.         <Path.Data>
  1875.           <PathGeometry>
  1876.             <PathFigure IsClosed="True" StartPoint="30.3210918169212,16.8819757980464">
  1877.               <PolyBezierSegment IsSmoothJoin="True" Points="24.109587,17.81367 25.839185,16.997196 16.521969,15.754796 5.4762738,15.754796 0.96147679,31.512749 0.96147679,20.467054 0.96147679,9.4213589 9.454305,0.5 20.5,0.5 31.545695,0.5 42.282942,14.467202 32.655446,16.33059"/>
  1878.             </PathFigure>
  1879.           </PathGeometry>
  1880.         </Path.Data>
  1881.         <Path.RenderTransform>
  1882.           <TransformGroup>
  1883.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1884.             <SkewTransform AngleX="0" AngleY="0"/>
  1885.             <RotateTransform Angle="13.453"/>
  1886.             <TranslateTransform X="-0.007677338768829145" Y="0.093094231573402908"/>
  1887.           </TransformGroup>
  1888.         </Path.RenderTransform>
  1889.       </Path>
  1890.     </Grid>
  1891.  
  1892.     <Rectangle Fill="#FF000000" Stroke="#FF000000" x:Name="background" Visibility="Visible"/>
  1893.     <Grid RenderTransformOrigin="0.5,0.5" x:Name="splashGrid" Opacity="0" d:LayoutOverrides="Width, Height" Margin="0,0,45,19">
  1894.       <Grid.RenderTransform>
  1895.         <TransformGroup>
  1896.           <ScaleTransform ScaleX="1" ScaleY="1"/>
  1897.           <SkewTransform AngleX="0" AngleY="0"/>
  1898.           <RotateTransform Angle="0"/>
  1899.           <TranslateTransform X="0" Y="0"/>
  1900.         </TransformGroup>
  1901.       </Grid.RenderTransform>
  1902.       <Image Visibility="Visible" x:Name="splash" Canvas.Left="288" Canvas.Top="72" Stretch="Fill" Opacity="1" RenderTransformOrigin="0.5,0.5" HorizontalAlignment="Stretch" Margin="111,0,0,0" VerticalAlignment="Stretch" d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" Width="557" Height="551" Source="Assets\splash.png">
  1903.         <Image.RenderTransform>
  1904.           <TransformGroup>
  1905.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  1906.             <SkewTransform AngleX="0" AngleY="0"/>
  1907.             <RotateTransform Angle="0"/>
  1908.             <TranslateTransform X="0" Y="0"/>
  1909.           </TransformGroup>
  1910.         </Image.RenderTransform>
  1911.       </Image>
  1912.       <TextBlock Opacity="1" Height="76" FontFamily="Segoe" FontSize="60" FontStretch="Normal" FontWeight="Light" TextWrapping="Wrap" Margin="134,-400,214,0" VerticalAlignment="Center" HorizontalAlignment="Center">
  1913.         <Run Foreground="#FF4D4D4D">Viewer</Run>
  1914.         <Run FontWeight="Normal">3D</Run>
  1915.       </TextBlock>
  1916.       <TextBlock Opacity="1" Height="33" FontFamily="Segoe" FontSize="16" FontStretch="Normal" FontWeight="Normal" TextWrapping="Wrap" Foreground="#FF8C8C8C" Text="Sample Pack 1" Margin="100,-290,310,0" VerticalAlignment="Center" HorizontalAlignment="Center"/>
  1917.     </Grid>
  1918.     <Viewbox x:Name="ZAM3DViewbox" ClipToBounds="true" Opacity="1" HorizontalAlignment="Center" VerticalAlignment="Center">
  1919.  
  1920.       <Viewport3D x:Name="ZAM3DViewport3D" ClipToBounds="true" Width="415" Height="300" HorizontalAlignment="Center" VerticalAlignment="Center">
  1921.         <Viewport3D.Camera>
  1922.           <PerspectiveCamera x:Name="FrontOR14" FarPlaneDistance="2150" LookDirection="0,0,-1" UpDirection="0,1,0" NearPlaneDistance="1" Position="30.3342,12.9611,1556.79" FieldOfView="39.5978" >
  1923.             <PerspectiveCamera.Transform>
  1924.               <Transform3DGroup>
  1925.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1926.                 <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  1927.                 <RotateTransform3D d:EulerAngles="0,0,0"/>
  1928.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1929.                 <TranslateTransform3D OffsetX="0" OffsetY="5" OffsetZ="-964"/>
  1930.               </Transform3DGroup>
  1931.             </PerspectiveCamera.Transform>
  1932.           </PerspectiveCamera>
  1933.         </Viewport3D.Camera>
  1934.  
  1935.         <ModelVisual3D>
  1936.           <ModelVisual3D.Content>
  1937.             <Model3DGroup x:Name="Scene">
  1938.               <!-- Scene (XAML Path = ) -->
  1939.               <Model3DGroup.Transform>
  1940.                 <Transform3DGroup>
  1941.                   <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1942.                   <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  1943.                   <RotateTransform3D>
  1944.                     <RotateTransform3D.Rotation>
  1945.                       <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  1946.                     </RotateTransform3D.Rotation>
  1947.                   </RotateTransform3D>
  1948.                   <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1949.                 </Transform3DGroup>
  1950.               </Model3DGroup.Transform>
  1951.               <Model3DGroup x:Name="Omni01OR17">
  1952.                 <!-- Omni01 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[1]) -->
  1953.                 <Model3DGroup.Transform>
  1954.                   <Transform3DGroup>
  1955.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1956.                     <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  1957.                     <RotateTransform3D>
  1958.                       <RotateTransform3D.Rotation>
  1959.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  1960.                       </RotateTransform3D.Rotation>
  1961.                     </RotateTransform3D>
  1962.                     <TranslateTransform3D OffsetX="88.5483" OffsetY="213.603" OffsetZ="-53.5737"/>
  1963.                   </Transform3DGroup>
  1964.                 </Model3DGroup.Transform>
  1965.                 <PointLight Color="#FFFFFFFF" Position="0,0,0" Range="801.067" ConstantAttenuation="1.0"/>
  1966.               </Model3DGroup>
  1967.               <Model3DGroup x:Name="Omni02OR19">
  1968.                 <!-- Omni02 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[2]) -->
  1969.                 <Model3DGroup.Transform>
  1970.                   <Transform3DGroup>
  1971.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1972.                     <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  1973.                     <RotateTransform3D>
  1974.                       <RotateTransform3D.Rotation>
  1975.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  1976.                       </RotateTransform3D.Rotation>
  1977.                     </RotateTransform3D>
  1978.                     <TranslateTransform3D OffsetX="-222.24" OffsetY="86.9998" OffsetZ="-24.5134"/>
  1979.                   </Transform3DGroup>
  1980.                 </Model3DGroup.Transform>
  1981.                 <PointLight Color="#FFFFFFFF" Position="0,0,0" Range="849.788" ConstantAttenuation="1.0"/>
  1982.               </Model3DGroup>
  1983.               <Model3DGroup x:Name="Omni03OR21">
  1984.                 <!-- Omni03 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[3]) -->
  1985.                 <Model3DGroup.Transform>
  1986.                   <Transform3DGroup>
  1987.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  1988.                     <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  1989.                     <RotateTransform3D>
  1990.                       <RotateTransform3D.Rotation>
  1991.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  1992.                       </RotateTransform3D.Rotation>
  1993.                     </RotateTransform3D>
  1994.                     <TranslateTransform3D OffsetX="165.274" OffsetY="213.603" OffsetZ="272.038"/>
  1995.                   </Transform3DGroup>
  1996.                 </Model3DGroup.Transform>
  1997.                 <PointLight Color="#FFBEBEBE" Position="0,0,0" Range="949.712" ConstantAttenuation="1.0"/>
  1998.               </Model3DGroup>
  1999.               <Model3DGroup x:Name="Omni04OR23">
  2000.                 <!-- Omni04 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[4]) -->
  2001.                 <Model3DGroup.Transform>
  2002.                   <Transform3DGroup>
  2003.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  2004.                     <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  2005.                     <RotateTransform3D>
  2006.                       <RotateTransform3D.Rotation>
  2007.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  2008.                       </RotateTransform3D.Rotation>
  2009.                     </RotateTransform3D>
  2010.                     <TranslateTransform3D OffsetX="-8.43016" OffsetY="-23.0028" OffsetZ="55.3596"/>
  2011.                   </Transform3DGroup>
  2012.                 </Model3DGroup.Transform>
  2013.                 <PointLight Color="#FF0D564C" Position="0,0,0" Range="662.294" ConstantAttenuation="1.0"/>
  2014.               </Model3DGroup>
  2015.               <Model3DGroup x:Name="Omni05OR25">
  2016.                 <!-- Omni05 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[5]) -->
  2017.                 <Model3DGroup.Transform>
  2018.                   <Transform3DGroup>
  2019.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  2020.                     <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  2021.                     <RotateTransform3D>
  2022.                       <RotateTransform3D.Rotation>
  2023.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  2024.                       </RotateTransform3D.Rotation>
  2025.                     </RotateTransform3D>
  2026.                     <TranslateTransform3D OffsetX="-8.43016" OffsetY="-23.0028" OffsetZ="-46.9412"/>
  2027.                   </Transform3DGroup>
  2028.                 </Model3DGroup.Transform>
  2029.                 <PointLight Color="#FF125C52" Position="0,0,0" Range="655.95" ConstantAttenuation="1.0"/>
  2030.               </Model3DGroup>
  2031.               <Model3DGroup x:Name="Omni06OR27">
  2032.                 <!-- Omni06 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[6]) -->
  2033.                 <Model3DGroup.Transform>
  2034.                   <Transform3DGroup>
  2035.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  2036.                     <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  2037.                     <RotateTransform3D>
  2038.                       <RotateTransform3D.Rotation>
  2039.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  2040.                       </RotateTransform3D.Rotation>
  2041.                     </RotateTransform3D>
  2042.                     <TranslateTransform3D OffsetX="324.298" OffsetY="29.306" OffsetZ="-24.5134"/>
  2043.                   </Transform3DGroup>
  2044.                 </Model3DGroup.Transform>
  2045.                 <PointLight Color="#FFF5F5F5" Position="0,0,0" Range="880.887" ConstantAttenuation="1.0"/>
  2046.               </Model3DGroup>
  2047.               <Model3DGroup x:Name="Box01OR29">
  2048.                 <!-- Box01 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[7]) -->
  2049.                 <Model3DGroup.Transform>
  2050.                   <Transform3DGroup>
  2051.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  2052.                     <ScaleTransform3D ScaleX="1" ScaleY="0.925495" ScaleZ="1"/>
  2053.                     <RotateTransform3D>
  2054.                       <RotateTransform3D.Rotation>
  2055.                         <AxisAngleRotation3D Angle="90.05484209" Axis="0.9990432255 0.03092437421 0.03092437049"/>
  2056.                       </RotateTransform3D.Rotation>
  2057.                     </RotateTransform3D>
  2058.                     <TranslateTransform3D OffsetX="1.51238" OffsetY="3.97538" OffsetZ="34.8156"/>
  2059.                   </Transform3DGroup>
  2060.                 </Model3DGroup.Transform>
  2061.                 <GeometryModel3D x:Name="Box01OR29GR30">
  2062.                   <GeometryModel3D.Material>
  2063.                     <MaterialGroup>
  2064.                       <DiffuseMaterial>
  2065.                         <DiffuseMaterial.Brush>
  2066.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  2067.                         </DiffuseMaterial.Brush>
  2068.                       </DiffuseMaterial>
  2069.                       <SpecularMaterial SpecularPower="110.507">
  2070.                         <SpecularMaterial.Brush>
  2071.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  2072.                         </SpecularMaterial.Brush>
  2073.                       </SpecularMaterial>
  2074.                     </MaterialGroup>
  2075.                   </GeometryModel3D.Material>
  2076.                   <GeometryModel3D.BackMaterial>
  2077.                     <MaterialGroup>
  2078.                       <DiffuseMaterial>
  2079.                         <DiffuseMaterial.Brush>
  2080.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  2081.                         </DiffuseMaterial.Brush>
  2082.                       </DiffuseMaterial>
  2083.                       <SpecularMaterial SpecularPower="110.507">
  2084.                         <SpecularMaterial.Brush>
  2085.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  2086.                         </SpecularMaterial.Brush>
  2087.                       </SpecularMaterial>
  2088.                     </MaterialGroup>
  2089.                   </GeometryModel3D.BackMaterial>
  2090.                   <GeometryModel3D.Geometry>
  2091.                     <MeshGeometry3D
  2092.                                             TriangleIndices="0,1,2 2,3,0 4,5,2 2,1,4 6,7,2 2,5,6 8,3,2 2,7,8 9,10,11 11,12,9 13,14,11 11,10,13 6,5,11 11,14,6 4,12,11 11,5,4 15,16,17 17,18,15 19,20,17 17,16,19 6,14,17 17,20,6 13,18,17 17,14,13 21,22,23 23,24,21 8,7,23 23,22,8 6,20,23 23,7,6 19,24,23 23,20,19 25,26,27 27,28,25 29,30,27 27,26,29 31,32,27 27,30,31 33,28,27 27,32,33 34,35,36 36,37,34 38,39,36 36,35,38 31,30,36 36,39,31 29,37,36 36,30,29 15,18,40 40,41,15 13,42,40 40,18,13 31,39,40 40,42,31 38,41,40 40,39,38 9,43,44 44,10,9 33,32,44 44,43,33 31,42,44 44,32,31 13,10,44 44,42,13 45,46,47 47,48,45 49,50,47 47,46,49 51,52,47 47,50,51 53,48,47 47,52,53 54,55,56 56,57,54 58,59,56 56,55,58 51,50,56 56,59,51 49,57,56 56,50,49 15,41,60 60,61,15 38,62,60 60,41,38 51,59,60 60,62,51 58,61,60 60,59,58 34,63,64 64,35,34 53,52,64 64,63,53 51,62,64 64,52,51 38,35,64 64,62,38 65,66,67 67,68,65 69,70,67 67,66,69 71,72,67 67,70,71 73,68,67 67,72,73 21,24,74 74,75,21 19,76,74 74,24,19 71,70,74 74,76,71 69,75,74 74,70,69 15,61,77 77,16,15 58,78,77 77,61,58 71,76,77 77,78,71 19,16,77 77,76,19 54,79,80 80,55,54 73,72,80 80,79,73 71,78,80 80,72,71 58,55,80 80,78,58 81,82,83 83,84,81 85,86,83 83,82,85 87,88,83 83,86,87 89,84,83 83,88,89 90,91,92 92,93,90 94,95,92 92,91,94 87,86,92 92,95,87 85,93,92 92,86,85 96,97,98 98,99,96 100,101,98 98,97,100 87,95,98 98,101,87 94,99,98 98,95,94 102,103,104 104,105,102 89,88,104 104,103,89 87,101,104 104,88,87 100,105,104 104,101,100 106,107,108 108,109,106 110,111,108 108,107,110 112,113,108 108,111,112 114,109,108 108,113,114 115,116,117 117,118,115 119,120,117 117,116,119 112,111,117 117,120,112 110,118,117 117,111,110 96,99,121 121,122,96 94,123,121 121,99,94 112,120,121 121,123,112 119,122,121 121,120,119 90,124,125 125,91,90 114,113,125 125,124,114 112,123,125 125,113,112 94,91,125 125,123,94 126,127,128 128,129,126 130,131,128 128,127,130 132,133,128 128,131,132 134,129,128 128,133,134 135,136,137 137,138,135 139,140,137 137,136,139 132,131,137 137,140,132 130,138,137 137,131,130 96,122,141 141,142,96 119,143,141 141,122,119 132,140,141 141,143,132 139,142,141 141,140,139 115,144,145 145,116,115 134,133,145 145,144,134 132,143,145 145,133,132 119,116,145 145,143,119 146,147,148 148,149,146 150,151,148 148,147,150 152,153,148 148,151,152 154,149,148 148,153,154 102,105,155 155,156,102 100,157,155 155,105,100 152,151,155 155,157,152 150,156,155 155,151,150 96,142,158 158,97,96 139,159,158 158,142,139 152,157,158 158,159,152 100,97,158 158,157,100 135,160,161 161,136,135 154,153,161 161,160,154 152,159,161 161,153,152 139,136,161 161,159,139 45,48,162 162,163,45 53,164,162 162,48,53 165,166,162 162,164,165 167,163,162 162,166,167 34,168,169 169,63,34 170,171,169 169,168,170 165,164,169 169,171,165 53,63,169 169,164,53 172,173,174 174,175,172 176,177,174 174,173,176 165,171,174 174,177,165 170,175,174 174,171,170 178,179,180 180,181,178 167,166,180 180,179,167 165,177,180 180,166,165 176,181,180 180,177,176 25,182,183 183,26,25 184,185,183 183,182,184 186,187,183 183,185,186 29,26,183 183,187,29 188,189,190 190,191,188 192,193,190 190,189,192 186,185,190 190,193,186 184,191,190 190,185,184 172,175,194 194,195,172 170,196,194 194,175,170 186,193,194 194,196,186 192,195,194 194,193,192 34,37,197 197,168,34 29,187,197 197,37,29 186,196,197 197,187,186 170,168,197 197,196,170 106,109,198 198,199,106 114,200,198 198,109,114 201,202,198 198,200,201 203,199,198 198,202,203 90,204,205 205,124,90 206,207,205 205,204,206 201,200,205 205,207,201 114,124,205 205,200,114 172,195,208 208,209,172 192,210,208 208,195,192 201,207,208 208,210,201 206,209,208 208,207,206 188,211,212 212,189,188 203,202,212 212,211,203 201,210,212 212,202,201 192,189,212 212,210,192 81,213,214 214,82,81 215,216,214 214,213,215 217,218,214 214,216,217 85,82,214 214,218,85 178,181,219 219,220,178 176,221,219 219,181,176 217,216,219 219,221,217 215,220,219 219,216,215 172,209,222 222,173,172 206,223,222 222,209,206 217,221,222 222,223,217 176,173,222 222,221,176 90,93,224 224,204,90 85,218,224 224,93,85 217,223,224 224,218,217 206,204,224 224,223,206 65,68,225 225,226,65 73,227,225 225,68,73 228,229,225 225,227,228 230,226,225 225,229,230 54,231,232 232,79,54 233,234,232 232,231,233 228,227,232 232,234,228 73,79,232 232,227,73 235,236,237 237,238,235 239,240,237 237,236,239 228,234,237 237,240,228 233,238,237 237,234,233 241,242,243 243,244,241 230,229,243 243,242,230 228,240,243 243,229,228 239,244,243 243,240,239 45,163,245 245,46,45 167,246,245 245,163,167 247,248,245 245,246,247 49,46,245 245,248,49 178,249,250 250,179,178 251,252,250 250,249,251 247,246,250 250,252,247 167,179,250 250,246,167 235,238,253 253,254,235 233,255,253 253,238,233 247,252,253 253,255,247 251,254,253 253,252,251 54,57,256 256,231,54 49,248,256 256,57,49 247,255,256 256,248,247 233,231,256 256,255,233 81,84,257 257,213,81 89,258,257 257,84,89 259,260,257 257,258,259 215,213,257 257,260,215 102,261,262 262,103,102 263,264,262 262,261,263 259,258,262 262,264,259 89,103,262 262,258,89 235,254,265 265,266,235 251,267,265 265,254,251 259,264,265 265,267,259 263,266,265 265,264,263 178,220,268 268,249,178 215,260,268 268,220,215 259,267,268 268,260,259 251,249,268 268,267,251 146,269,270 270,147,146 271,272,270 270,269,271 273,274,270 270,272,273 150,147,270 270,274,150 241,244,275 275,276,241 239,277,275 275,244,239 273,272,275 275,277,273 271,276,275 275,272,271 235,266,278 278,236,235 263,279,278 278,266,263 273,277,278 278,279,273 239,236,278 278,277,239 102,156,280 280,261,102 150,274,280 280,156,150 273,279,280 280,274,273 263,261,280 280,279,263 0,3,281 281,282,0 8,283,281 281,3,8 284,285,281 281,283,284 286,282,281 281,285,286 21,287,288 288,22,21 289,290,288 288,287,289 284,283,288 288,290,284 8,22,288 288,283,8 291,292,293 293,294,291 295,296,293 293,292,295 284,290,293 293,296,284 289,294,293 293,290,289 297,298,299 299,300,297 286,285,299 299,298,286 284,296,299 299,285,284 295,300,299 299,296,295 65,226,301 301,66,65 230,302,301 301,226,230 303,304,301 301,302,303 69,66,301 301,304,69 241,305,306 306,242,241 307,308,306 306,305,307 303,302,306 306,308,303 230,242,306 306,302,230 291,294,309 309,310,291 289,311,309 309,294,289 303,308,309 309,311,303 307,310,309 309,308,307 21,75,312 312,287,21 69,304,312 312,75,69 303,311,312 312,304,303 289,287,312 312,311,289 146,149,313 313,269,146 154,314,313 313,149,154 315,316,313 313,314,315 271,269,313 313,316,271 135,317,318 318,160,135 319,320,318 318,317,319 315,314,318 318,320,315 154,160,318 318,314,154 291,310,321 321,322,291 307,323,321 321,310,307 315,320,321 321,323,315 319,322,321 321,320,319 241,276,324 324,305,241 271,316,324 324,276,271 315,323,324 324,316,315 307,305,324 324,323,307 126,325,326 326,127,126 327,328,326 326,325,327 329,330,326 326,328,329 130,127,326 326,330,130 297,300,331 331,332,297 295,333,331 331,300,295 329,328,331 331,333,329 327,332,331 331,328,327 291,322,334 334,292,291 319,335,334 334,322,319 329,333,334 334,335,329 295,292,334 334,333,295 135,138,336 336,317,135 130,330,336 336,138,130 329,335,336 336,330,329 319,317,336 336,335,319 337,338,339 339,340,337 341,342,339 339,338,341 343,344,339 339,342,343 345,340,339 339,344,345 346,347,348 348,349,346 350,351,348 348,347,350 343,342,348 348,351,343 341,349,348 348,342,341 352,353,354 354,355,352 356,357,354 354,353,356 343,351,354 354,357,343 350,355,354 354,351,350 358,359,360 360,361,358 345,344,360 360,359,345 343,357,360 360,344,343 356,361,360 360,357,356 362,363,364 364,365,362 366,367,364 364,363,366 368,369,364 364,367,368 370,365,364 364,369,370 371,372,373 373,374,371 375,376,373 373,372,375 368,367,373 373,376,368 366,374,373 373,367,366 352,355,377 377,378,352 350,379,377 377,355,350 368,376,377 377,379,368 375,378,377 377,376,375 346,380,381 381,347,346 370,369,381 381,380,370 368,379,381 381,369,368 350,347,381 381,379,350 382,383,384 384,385,382 386,387,384 384,383,386 388,389,384 384,387,388 390,385,384 384,389,390 391,392,393 393,394,391 395,396,393 393,392,395 388,387,393 393,396,388 386,394,393 393,387,386 352,378,397 397,398,352 375,399,397 397,378,375 388,396,397 397,399,388 395,398,397 397,396,395 371,400,401 401,372,371 390,389,401 401,400,390 388,399,401 401,389,388 375,372,401 401,399,375 402,403,404 404,405,402 406,407,404 404,403,406 408,409,404 404,407,408 410,405,404 404,409,410 358,361,411 411,412,358 356,413,411 411,361,356 408,407,411 411,413,408 406,412,411 411,407,406 352,398,414 414,353,352 395,415,414 414,398,395 408,413,414 414,415,408 356,353,414 414,413,356 391,416,417 417,392,391 410,409,417 417,416,410 408,415,417 417,409,408 395,392,417 417,415,395 25,28,418 418,419,25 33,420,418 418,28,33 421,422,418 418,420,421 423,419,418 418,422,423 9,424,425 425,43,9 426,427,425 425,424,426 421,420,425 425,427,421 33,43,425 425,420,33 428,429,430 430,431,428 432,433,430 430,429,432 421,427,430 430,433,421 426,431,430 430,427,426 434,435,436 436,437,434 423,422,436 436,435,423 421,433,436 436,422,421 432,437,436 436,433,432 0,438,439 439,1,0 440,441,439 439,438,440 442,443,439 439,441,442 4,1,439 439,443,4 444,445,446 446,447,444 448,449,446 446,445,448 442,441,446 446,449,442 440,447,446 446,441,440 428,431,450 450,451,428 426,452,450 450,431,426 442,449,450 450,452,442 448,451,450 450,449,448 9,12,453 453,424,9 4,443,453 453,12,4 442,452,453 453,443,442 426,424,453 453,452,426 362,365,454 454,455,362 370,456,454 454,365,370 457,458,454 454,456,457 459,455,454 454,458,459 346,460,461 461,380,346 462,463,461 461,460,462 457,456,461 461,463,457 370,380,461 461,456,370 428,451,464 464,465,428 448,466,464 464,451,448 457,463,464 464,466,457 462,465,464 464,463,462 444,467,468 468,445,444 459,458,468 468,467,459 457,466,468 468,458,457 448,445,468 468,466,448 337,469,470 470,338,337 471,472,470 470,469,471 473,474,470 470,472,473 341,338,470 470,474,341 434,437,475 475,476,434 432,477,475 475,437,432 473,472,475 475,477,473 471,476,475 475,472,471 428,465,478 478,429,428 462,479,478 478,465,462 473,477,478 478,479,473 432,429,478 478,477,432 346,349,480 480,460,346 341,474,480 480,349,341 473,479,480 480,474,473 462,460,480 480,479,462 126,129,481 481,482,126 134,483,481 481,129,134 484,485,481 481,483,484 486,482,481 481,485,486 115,487,488 488,144,115 489,490,488 488,487,489 484,483,488 488,490,484 134,144,488 488,483,134 491,492,493 493,494,491 495,496,493 493,492,495 484,490,493 493,496,484 489,494,493 493,490,489 497,498,499 499,500,497 486,485,499 499,498,486 484,496,499 499,485,484 495,500,499 499,496,495 106,501,502 502,107,106 503,504,502 502,501,503 505,506,502 502,504,505 110,107,502 502,506,110 507,508,509 509,510,507 511,512,509 509,508,511 505,504,509 509,512,505 503,510,509 509,504,503 491,494,513 513,514,491 489,515,513 513,494,489 505,512,513 513,515,505 511,514,513 513,512,511 115,118,516 516,487,115 110,506,516 516,118,110 505,515,516 516,506,505 489,487,516 516,515,489 402,405,517 517,518,402 410,519,517 517,405,410 520,521,517 517,519,520 522,518,517 517,521,522 391,523,524 524,416,391 525,526,524 524,523,525 520,519,524 524,526,520 410,416,524 524,519,410 491,514,527 527,528,491 511,529,527 527,514,511 520,526,527 527,529,520 525,528,527 527,526,525 507,530,531 531,508,507 522,521,531 531,530,522 520,529,531 531,521,520 511,508,531 531,529,511 382,532,533 533,383,382 534,535,533 533,532,534 536,537,533 533,535,536 386,383,533 533,537,386 497,500,538 538,539,497 495,540,538 538,500,495 536,535,538 538,540,536 534,539,538 538,535,534 491,528,541 541,492,491 525,542,541 541,528,525 536,540,541 541,542,536 495,492,541 541,540,495 391,394,543 543,523,391 386,537,543 543,394,386 536,542,543 543,537,536 525,523,543 543,542,525 106,199,544 544,501,106 203,545,544 544,199,203 546,547,544 544,545,546 503,501,544 544,547,503 188,548,549 549,211,188 550,551,549 549,548,550 546,545,549 549,551,546 203,211,549 549,545,203 552,553,554 554,555,552 556,557,554 554,553,556 546,551,554 554,557,546 550,555,554 554,551,550 507,510,558 558,559,507 503,547,558 558,510,503 546,557,558 558,547,546 556,559,558 558,557,556 25,419,560 560,182,25 423,561,560 560,419,423 562,563,560 560,561,562 184,182,560 560,563,184 434,564,565 565,435,434 566,567,565 565,564,566 562,561,565 565,567,562 423,435,565 565,561,423 552,555,568 568,569,552 550,570,568 568,555,550 562,567,568 568,570,562 566,569,568 568,567,566 188,191,571 571,548,188 184,563,571 571,191,184 562,570,571 571,563,562 550,548,571 571,570,550 337,340,572 572,469,337 345,573,572 572,340,345 574,575,572 572,573,574 471,469,572 572,575,471 358,576,577 577,359,358 578,579,577 577,576,578 574,573,577 577,579,574 345,359,577 577,573,345 552,569,580 580,581,552 566,582,580 580,569,566 574,579,580 580,582,574 578,581,580 580,579,578 434,476,583 583,564,434 471,575,583 583,476,471 574,582,583 583,575,574 566,564,583 583,582,566 402,518,584 584,403,402 522,585,584 584,518,522 586,587,584 584,585,586 406,403,584 584,587,406 507,559,588 588,530,507 556,589,588 588,559,556 586,585,588 588,589,586 522,530,588 588,585,522 552,581,590 590,553,552 578,591,590 590,581,578 586,589,590 590,591,586 556,553,590 590,589,556 358,412,592 592,576,358 406,587,592 592,412,406 586,591,592 592,587,586 578,576,592 592,591,578 0,282,593 593,438,0 286,594,593 593,282,286 595,596,593 593,594,595 440,438,593 593,596,440 297,597,598 598,298,297 599,600,598 598,597,599 595,594,598 598,600,595 286,298,598 598,594,286 601,602,603 603,604,601 605,606,603 603,602,605 595,600,603 603,606,595 599,604,603 603,600,599 444,447,607 607,608,444 440,596,607 607,447,440 595,606,607 607,596,595 605,608,607 607,606,605 126,482,609 609,325,126 486,610,609 609,482,486 611,612,609 609,610,611 327,325,609 609,612,327 497,613,614 614,498,497 615,616,614 614,613,615 611,610,614 614,616,611 486,498,614 614,610,486 601,604,617 617,618,601 599,619,617 617,604,599 611,616,617 617,619,611 615,618,617 617,616,615 297,332,620 620,597,297 327,612,620 620,332,327 611,619,620 620,612,611 599,597,620 620,619,599 382,385,621 621,532,382 390,622,621 621,385,390 623,624,621 621,622,623 534,532,621 621,624,534 371,625,626 626,400,371 627,628,626 626,625,627 623,622,626 626,628,623 390,400,626 626,622,390 601,618,629 629,630,601 615,631,629 629,618,615 623,628,629 629,631,623 627,630,629 629,628,627 497,539,632 632,613,497 534,624,632 632,539,534 623,631,632 632,624,623 615,613,632 632,631,615 362,455,633 633,363,362 459,634,633 633,455,459 635,636,633 633,634,635 366,363,633 633,636,366 444,608,637 637,467,444 605,638,637 637,608,605 635,634,637 637,638,635 459,467,637 637,634,459 601,630,639 639,602,601 627,640,639 639,630,627 635,638,639 639,640,635 605,602,639 639,638,605 371,374,641 641,625,371 366,636,641 641,374,366 635,640,641 641,636,635 627,625,641 641,640,627 "
  2093.                                 >
  2094.                       <MeshGeometry3D.Normals>
  2095.                         <Vector3DCollection>
  2096.                           -0.169501,0.487205,-0.85668 -0.17864,0.670187,-0.720373 -0.11168,0.677443,-0.727048 -0.10343,0.495064,-0.862678 -0.186888,0.832583,-0.52142 -0.119011,0.840356,-0.528809 -0.0646386,0.843307,-0.533531 -0.0584826,0.680619,-0.7303 -0.0526302,0.497909,-0.865631 -0.186066,0.982261,0.0232963 -0.123504,0.992249,0.0137047 -0.123906,0.953841,-0.273558 -0.189792,0.945326,-0.265213
  2097.                           -0.0709318,0.997446,0.00842683 -0.0691674,0.957586,-0.279722 0.0375158,0.999294,0.00200733 0.0405647,0.956148,-0.290063 -0.01673,0.958532,-0.284494 -0.019576,0.9998,0.00416402 0.0428312,0.838428,-0.543327 -0.0129869,0.843304,-0.537281 0.0422712,0.497368,-0.866509 -0.00632189,0.498869,-0.866654 -0.00940834,0.6803,-0.732873 0.0435568,0.676776,-0.7349 -0.117085,0.489433,0.864145
  2098.                           -0.0804195,0.495386,0.864942 -0.0935706,0.672826,0.733859 -0.137125,0.665456,0.733733 -0.0481373,0.497658,0.866037 -0.056137,0.67744,0.733433 -0.0634683,0.837853,0.542194 -0.106948,0.832646,0.543382 -0.156801,0.821807,0.547765 0.0243138,0.49771,0.867003 0.0275814,0.676103,0.736291 -0.0175557,0.678191,0.734676 -0.014904,0.498732,0.866628 0.0305544,0.837197,0.546048
  2099.                           -0.0197689,0.840362,0.541665 -0.0204989,0.956131,0.292223 0.0337199,0.955423,0.293308 -0.0689623,0.953548,0.293241 -0.174438,0.936626,0.303814 -0.117491,0.947256,0.298163 0.231594,0.475589,0.848634 0.277182,0.558219,0.782024 0.207497,0.62204,0.754991 0.183133,0.482992,0.85626 0.35349,0.693788,0.627458 0.247534,0.769676,0.588495 0.159765,0.808379,0.566568
  2100.                           0.137672,0.652574,0.745113 0.120031,0.490694,0.863025 0.469818,0.882763,-0.000145133 0.309194,0.950999,-0.000403782 0.287341,0.895197,0.340673 0.427897,0.820698,0.378627 0.193448,0.98111,-0.000168091 0.180784,0.930921,0.317338 0.0992507,0.94793,0.302617 0.105341,0.994436,0.000379901 0.0896071,0.827502,0.554267 0.0695211,0.495198,0.865994 0.0788619,0.667453,0.740464
  2101.                           0.264676,0.471216,-0.841369 0.215765,0.479507,-0.850599 0.236091,0.617855,-0.750011 0.306777,0.552652,-0.774896 0.149919,0.488494,-0.859592 0.163617,0.650318,-0.741833 0.17958,0.805806,-0.564294 0.269448,0.764833,-0.585173 0.37587,0.686913,-0.621991 0.100581,0.66684,-0.738382 0.0943817,0.494037,-0.864303 0.106251,0.826757,-0.552434 0.108426,0.94739,-0.301158
  2102.                           0.19191,0.928826,-0.316941 0.440487,0.814927,-0.376652 0.299759,0.891397,-0.339935 0.24254,-0.474456,0.846207 0.193801,-0.482081,0.854423 0.219605,-0.624267,0.74971 0.289188,-0.558608,0.777385 0.129304,-0.490135,0.862003 0.149112,-0.656211,0.739697 0.172388,-0.81168,0.558085 0.260335,-0.771749,0.580198 0.365423,-0.694187,0.620137 0.0303608,-0.497565,0.866895
  2103.                           0.0362583,-0.680876,0.731501 0.0890689,-0.671821,0.735339 0.0773404,-0.494878,0.865514 0.0415838,-0.84182,0.538154 0.101596,-0.831774,0.545739 0.0506554,-0.998714,0.00215554 0.118465,-0.992958,0.000612462 0.112188,-0.948617,0.295873 0.0463687,-0.956831,0.286922 0.206176,-0.978515,0.000119053 0.193652,-0.93071,0.310287 0.478942,-0.877847,0.000181012 0.438324,-0.818322,0.371782
  2104.                           0.299576,-0.893786,0.333767 0.320684,-0.947186,-7.76012E-05 -0.11496,-0.489497,0.864394 -0.132634,-0.668138,0.73212 -0.088333,-0.676192,0.731411 -0.0779904,-0.49541,0.865151 -0.149465,-0.825185,0.54473 -0.0986894,-0.836487,0.539027 -0.0543631,-0.842167,0.53647 -0.0500951,-0.681474,0.730126 -0.0448238,-0.497656,0.866216 -0.175274,-0.984249,0.0230821 -0.111586,-0.993662,0.0135554
  2105.                           -0.106737,-0.949652,0.294563 -0.164656,-0.939209,0.301288 -0.0584495,-0.998255,0.00837776 -0.0573893,-0.955737,0.288572 -0.00837961,-0.957998,0.286653 -0.00660742,-0.999969,0.00421806 -0.00974868,-0.845035,0.534622 -0.0105701,-0.49868,0.866722 -0.0103417,-0.682707,0.730619 -0.167423,-0.487383,-0.856988 -0.101014,-0.495206,-0.862883 -0.10628,-0.680931,-0.724595 -0.173949,-0.67302,-0.718878
  2106.                           -0.0493169,-0.498039,-0.865751 -0.0523424,-0.684761,-0.726886 -0.0553848,-0.847627,-0.527694 -0.110466,-0.844228,-0.524478 -0.179179,-0.836063,-0.51855 0.048312,-0.497366,-0.866195 0.052162,-0.681644,-0.729822 -0.00217928,-0.684918,-0.728617 -0.001985,-0.498959,-0.866623 0.0537278,-0.843073,-0.535108 -0.00296394,-0.847987,-0.530009 -0.00461705,-0.960349,-0.278764 0.0530929,-0.957543,-0.283359
  2107.                           -0.0574823,-0.959706,-0.275064 -0.179694,-0.947909,-0.26302 -0.112925,-0.956179,-0.27013 0.275396,-0.470221,-0.83848 0.318459,-0.553176,-0.769793 0.247892,-0.620181,-0.744262 0.226261,-0.478729,-0.848307 0.387409,-0.687492,-0.614222 0.281844,-0.767029,-0.576394 0.19186,-0.809182,-0.555351 0.174818,-0.65404,-0.735983 0.159102,-0.488066,-0.858183 0.311684,-0.890125,-0.332461
  2108.                           0.450619,-0.812765,-0.369263 0.204498,-0.928696,-0.309361 0.121156,-0.948102,-0.293979 0.117983,-0.831077,-0.5435 0.102165,-0.493855,-0.863522 0.110633,-0.671293,-0.732889 0.170043,0.357327,0.91837 0.24504,0.394154,0.885775 0.108938,0.344812,0.932329 0.103734,0.22274,0.969343 0.167858,0.237189,0.956852 0.260775,0.269497,0.927021 0.0216277,0.337596,0.941042
  2109.                           0.0615357,0.340349,0.938284 0.0193887,0.211912,0.977096 0.0569363,0.216166,0.974695 0.017989,0.00743935,0.999811 0.0535298,0.00762314,0.998537 0.0543284,0.108893,0.992568 0.0180575,0.105413,0.994265 0.101759,0.0069845,0.994785 0.101721,0.114564,0.988194 0.276119,0.00453829,0.961113 0.270995,0.144304,0.951703 0.168668,0.124252,0.97781 0.16955,0.00608282,0.985503
  2110.                           -0.101982,0.330545,0.938264 -0.0697508,0.333617,0.940125 -0.0927953,0.204603,0.974437 -0.0635518,0.207224,0.976227 -0.0379487,0.208537,0.977278 -0.0417677,0.335648,0.941061 -0.0869217,0.00356872,0.996209 -0.0594839,0.00472039,0.998218 -0.0603639,0.101259,0.993027 -0.0883229,0.0995875,0.991101 -0.035384,0.00588323,0.999356 -0.035971,0.102673,0.994065 -0.010966,0.103835,0.994534
  2111.                           -0.0106988,0.00694436,0.999919 -0.0115575,0.209716,0.977694 -0.0128345,0.33651,0.941592 -0.0689218,-0.329385,0.941677 -0.10149,-0.327403,0.939418 -0.0404588,-0.330325,0.943 -0.0374876,-0.199516,0.979177 -0.0635533,-0.199994,0.977734 -0.0928406,-0.199135,0.975564 0.025346,-0.330747,0.943379 -0.0104998,-0.330336,0.943805 0.0215447,-0.20051,0.979455 -0.010483,-0.199055,0.979932
  2112.                           -0.0105257,-0.0908929,0.995805 0.0190244,-0.0910965,0.99566 -0.0359035,-0.0914814,0.995159 -0.0885084,-0.0929689,0.991727 -0.0604672,-0.0923489,0.993889 0.254879,-0.390717,0.884521 0.178345,-0.352108,0.918811 0.267786,-0.263196,0.926833 0.173743,-0.228152,0.957998 0.108284,-0.212148,0.97122 0.115829,-0.338429,0.933836 0.171711,-0.11311,0.978633 0.274834,-0.135853,0.951846
  2113.                           0.104063,-0.101215,0.989407 0.0559691,-0.0947797,0.993924 0.0603206,-0.204548,0.976996 0.0669096,-0.3336,0.940337 0.370896,0.45586,-0.80909 0.279278,0.390197,-0.877354 0.481911,0.564918,-0.669798 0.568665,0.405951,-0.715419 0.417035,0.322536,-0.849737 0.296251,0.266489,-0.91718 0.655338,0.755335,0.000265751 0.596597,0.687339,-0.41429 0.825464,0.564454,0.000673032
  2114.                           0.735907,0.506141,-0.449737 0.999999,-0.000643613,0.00119531 0.879132,-0.000215027,-0.476579 0.838461,0.272158,-0.472137 0.95307,0.302748,0.00101824 0.651451,0.00116955,-0.75869 0.627658,0.217745,-0.747417 0.312541,0.00438754,-0.949894 0.307176,0.142556,-0.940915 0.446291,0.172349,-0.878134 0.459763,0.00277402,-0.888037 0.341392,0.461647,0.818739 0.387263,0.327388,0.861884
  2115.                           0.54823,0.41299,0.727244 0.460288,0.572671,0.678368 0.429951,0.00291922,0.902847 0.416404,0.17525,0.89213 0.632906,0.00128425,0.774228 0.60847,0.222127,0.761855 0.832296,0.276653,0.48036 0.874206,-0.000157821,0.485555 0.727153,0.513094,0.456051 0.585453,0.694475,0.418268 0.351709,-0.460052,0.815262 0.470329,-0.57174,0.672238 0.55541,-0.41111,0.722848
  2116.                           0.395084,-0.32375,0.859706 0.660606,-0.750733,0.000556566 0.593042,-0.691669,0.412183 0.827407,-0.561602,0.000887907 0.731509,-0.511195,0.451191 0.834071,-0.276027,0.477635 0.953006,-0.302951,0.00113348 0.6123,-0.219746,0.759474 0.420594,-0.170028,0.891174 0.288938,-0.386937,-0.875668 0.38093,-0.454444,-0.805216 0.303153,-0.260424,-0.916667 0.42464,-0.319126,-0.847254
  2117.                           0.575605,-0.404309,-0.710783 0.491618,-0.564208,-0.663311 0.450368,-0.167397,-0.87701 0.310961,-0.134391,-0.940873 0.63136,-0.215598,-0.744918 0.840214,-0.271703,-0.469274 0.740163,-0.504483,-0.444584 0.603974,-0.684795,-0.407764 -0.0971305,0.330649,-0.938742 -0.161842,0.324789,-0.931836 -0.0480412,0.3341,-0.941312 -0.0454989,0.206701,-0.977346 -0.0936863,0.204417,-0.97439
  2118.                           -0.157684,0.199291,-0.96717 0.0405396,0.336314,-0.940877 -0.0044908,0.335283,-0.942107 0.0388466,0.210401,-0.976843 -0.00345715,0.20836,-0.978046 0.0379103,0.00734023,-0.999254 -0.00268395,0.00684571,-0.999973 -0.00295514,0.10284,-0.994694 0.0378745,0.104396,-0.993814 -0.0438881,0.00577717,-0.99902 -0.044265,0.101596,-0.993841 -0.155547,0.00343624,-0.987823 -0.156119,0.0966153,-0.983002
  2119.                           -0.0920364,0.0994974,-0.990772 -0.0917685,0.00460117,-0.99577 0.205287,0.3544,-0.912282 0.204721,0.23493,-0.950209 0.137526,0.220744,-0.965587 0.141215,0.342429,-0.928871 0.207588,0.0059416,-0.978198 0.206382,0.123018,-0.970707 0.136661,0.0068622,-0.990594 0.136373,0.113317,-0.984155 0.0828269,0.107718,-0.990725 0.0823258,0.00751739,-0.996577 0.0847933,0.214429,-0.973052
  2120.                           0.0882953,0.338572,-0.936789 0.213519,-0.349361,-0.912336 0.148102,-0.336222,-0.930065 0.142094,-0.210363,-0.967242 0.210583,-0.226124,-0.951064 0.0442686,-0.329625,-0.943074 0.0936892,-0.331992,-0.938618 0.0410095,-0.199175,-0.979106 0.088203,-0.202999,-0.975198 0.0844814,-0.0938114,-0.991999 0.038842,-0.0902694,-0.99516 0.138729,-0.100202,-0.985248 0.20942,-0.112143,-0.971374
  2121.                           -0.161525,-0.321759,-0.932942 -0.0964177,-0.32654,-0.940253 -0.157896,-0.194001,-0.968211 -0.0938135,-0.197359,-0.975832 -0.0451119,-0.197849,-0.979194 -0.046802,-0.328915,-0.943199 -0.0922116,-0.090804,-0.99159 -0.156404,-0.0902423,-0.983562 -0.0442454,-0.0906053,-0.994904 -0.00253489,-0.0900884,-0.995931 -0.00241405,-0.197869,-0.980226 -0.0021763,-0.32926,-0.944237 -0.527025,0.296408,0.796484
  2122.                           -0.586522,0.350203,0.730308 -0.555764,0.272522,0.785403 -0.500615,0.225117,0.835887 -0.679223,0.43797,0.58893 -0.66302,0.346425,0.663622 -0.626937,0.236332,0.742359 -0.510919,0.1727,0.842102 -0.467167,0.14705,0.871855 -0.852498,0.511548,0.107546 -0.891424,0.439033,0.112307 -0.79464,0.418852,0.439444 -0.778401,0.505318,0.372486 -0.939478,0.321832,0.117495
  2123.                           -0.801234,0.307261,0.513435 -0.992192,-2.30672E-07,0.124721 -0.80107,4.98696E-08,0.59857 -0.806614,0.160983,0.568734 -0.976383,0.177144,0.123678 -0.577547,6.46988E-08,0.816357 -0.584044,0.116056,0.803383 -0.436633,-2.6187E-07,0.89964 -0.44204,0.0682216,0.894397 -0.479102,0.0862051,0.873516 -0.46006,-4.13122E-07,0.887888 -0.808358,0.231082,-0.541441 -0.800368,0.172992,-0.574007
  2124.                           -0.826642,0.215891,-0.519668 -0.832134,0.282798,-0.477051 -0.787747,0.110396,-0.606025 -0.812737,0.134483,-0.566898 -0.864117,0.190928,-0.465669 -0.868506,0.286987,-0.404147 -0.86044,0.372679,-0.347497 -0.77553,5.03107E-08,-0.63131 -0.793995,6.10537E-08,-0.607925 -0.801349,0.0665623,-0.594482 -0.777605,0.0509872,-0.626682 -0.850726,-1.16365E-07,-0.525609 -0.852027,0.0922448,-0.515307
  2125.                           -0.944422,0.136821,-0.298909 -0.947292,-9.26604E-07,-0.320372 -0.928871,0.266335,-0.25742 -0.874274,0.461915,-0.149264 -0.905495,0.373904,-0.200684 -0.808358,-0.231083,-0.54144 -0.832135,-0.282799,-0.477049 -0.826642,-0.21589,-0.519668 -0.800369,-0.17299,-0.574007 -0.86044,-0.372678,-0.347496 -0.868506,-0.286987,-0.404147 -0.864118,-0.190929,-0.465668 -0.812736,-0.134484,-0.566899
  2126.                           -0.787747,-0.110396,-0.606025 -0.852499,-0.511547,0.107544 -0.891425,-0.439032,0.112304 -0.905495,-0.373903,-0.200686 -0.874274,-0.461914,-0.149266 -0.939479,-0.321832,0.117492 -0.928871,-0.266334,-0.257421 -0.944422,-0.136821,-0.29891 -0.976383,-0.177144,0.123675 -0.852028,-0.0922448,-0.515306 -0.777605,-0.0509877,-0.626682 -0.801349,-0.0665623,-0.594483 -0.527026,-0.296407,0.796484
  2127.                           -0.500615,-0.225117,0.835887 -0.555764,-0.272523,0.785403 -0.586524,-0.350203,0.730306 -0.467166,-0.147049,0.871856 -0.510918,-0.1727,0.842103 -0.626937,-0.236332,0.742359 -0.66302,-0.346426,0.663621 -0.679224,-0.43797,0.588929 -0.479102,-0.0862051,0.873516 -0.44204,-0.068222,0.894397 -0.584043,-0.116056,0.803383 -0.806615,-0.160983,0.568733 -0.801234,-0.307261,0.513435
  2128.                           -0.778399,-0.505317,0.37249 -0.79464,-0.418852,0.439444 -0.186797,0.651185,0.735572 -0.16037,0.480776,0.862054 -0.215609,0.805403,0.552122 -0.279169,0.781181,0.558409 -0.241672,0.632614,0.735795 -0.206207,0.466611,0.860089 -0.260404,0.964863,0.0350572 -0.241273,0.917998,0.31475 -0.34387,0.937592,0.051715 -0.315649,0.891329,0.32542 -0.531086,0.842989,0.085542
  2129.                           -0.482793,0.806378,0.341564 -0.39655,0.854586,0.335306 -0.434767,0.897867,0.069375 -0.421983,0.712373,0.560763 -0.348497,0.750144,0.561991 -0.306693,0.42531,0.851499 -0.256264,0.449084,0.855951 -0.299126,0.607826,0.735575 -0.359687,0.578147,0.732373 -0.249577,0.474237,-0.844281 -0.260571,0.654977,-0.709301 -0.336753,0.453512,-0.825182 -0.349154,0.632663,-0.691252
  2130.                           -0.359438,0.793458,-0.49115 -0.268117,0.817502,-0.50971 -0.522597,0.391302,-0.757479 -0.542764,0.560411,-0.625577 -0.445354,0.601211,-0.663479 -0.427909,0.426633,-0.796792 -0.559715,0.710122,-0.427137 -0.456548,0.758612,-0.464834 -0.455761,0.865167,-0.209209 -0.557077,0.810778,-0.17973 -0.358272,0.903746,-0.234276 -0.269824,0.929392,-0.251844 -0.802854,0.361146,-0.47434
  2131.                           -0.777519,0.254187,-0.575198 -0.826282,0.467267,-0.314513 -0.754512,0.56155,-0.339667 -0.732513,0.443569,-0.516402 -0.703902,0.302605,-0.642614 -0.799804,0.590939,0.105379 -0.829031,0.544285,-0.128306 -0.72391,0.682182,0.102866 -0.753323,0.645465,-0.126018 -0.659395,0.736604,-0.150378 -0.629796,0.770528,0.0982039 -0.661014,0.645598,-0.382444 -0.614351,0.349825,-0.707245
  2132.                           -0.642424,0.507577,-0.574157 -0.496144,0.317626,0.808056 -0.564903,0.428069,0.705437 -0.426092,0.36074,0.829646 -0.499826,0.494623,0.711 -0.58662,0.601981,0.541753 -0.65861,0.524801,0.539274 -0.426426,0.541692,0.724383 -0.362298,0.396735,0.84341 -0.502038,0.664527,0.553499 -0.574893,0.745092,0.338136 -0.665761,0.667757,0.332959 -0.738586,0.580475,0.342839
  2133.                           -0.256514,-0.657362,-0.708573 -0.247955,-0.474433,-0.844649 -0.261422,-0.820627,-0.508163 -0.353992,-0.796307,-0.490495 -0.345925,-0.634564,-0.691132 -0.335416,-0.453733,-0.825604 -0.250967,-0.96737,0.0347919 -0.261101,-0.932224,-0.250571 -0.336193,-0.940385,0.0514781 -0.351079,-0.90669,-0.233788 -0.527184,-0.845442,0.0854642 -0.553476,-0.813204,-0.179897 -0.450385,-0.867997,-0.209128
  2134.                           -0.428927,-0.900685,0.0691929 -0.557001,-0.712085,-0.427416 -0.45245,-0.761045,-0.464865 -0.522023,-0.391467,-0.75779 -0.427041,-0.426822,-0.797157 -0.442934,-0.602742,-0.66371 -0.541178,-0.561497,-0.625978 -0.158655,-0.480866,0.86232 -0.182904,-0.653375,0.734607 -0.204726,-0.466731,0.860377 -0.238529,-0.634309,0.735362 -0.274,-0.783749,0.55737 -0.209302,-0.808335,0.550261
  2135.                           -0.305947,-0.42542,0.851713 -0.357965,-0.579068,0.73249 -0.296661,-0.60915,0.735479 -0.255234,-0.449198,0.856199 -0.419178,-0.714046,0.560739 -0.344516,-0.752258,0.56162 -0.391304,-0.857173,0.334866 -0.47917,-0.808557,0.341514 -0.308733,-0.894094,0.32447 -0.232882,-0.920739,0.313058 -0.564792,-0.428161,0.705471 -0.49614,-0.317638,0.808054 -0.658442,-0.524974,0.539311
  2136.                           -0.585879,-0.602605,0.54186 -0.499341,-0.494927,0.71113 -0.425936,-0.360786,0.829706 -0.799605,-0.591204,0.105401 -0.73839,-0.580713,0.342859 -0.723013,-0.683129,0.102893 -0.664873,-0.668599,0.333044 -0.572813,-0.746664,0.338198 -0.627604,-0.772313,0.0982107 -0.500343,-0.665662,0.553671 -0.361942,-0.396806,0.84353 -0.425353,-0.542314,0.724549 -0.777509,-0.254206,-0.575203
  2137.                           -0.802781,-0.361246,-0.474387 -0.7038,-0.302664,-0.642697 -0.732156,-0.443924,-0.516603 -0.753921,-0.56225,-0.339821 -0.826161,-0.467461,-0.314544 -0.641544,-0.508303,-0.574499 -0.614099,-0.349924,-0.707415 -0.659511,-0.646933,-0.382783 -0.657429,-0.738334,-0.150499 -0.752531,-0.646379,-0.126065 -0.828866,-0.544535,-0.12831 -0.138684,-0.321903,0.93656 -0.12763,-0.197284,0.972003
  2138.                           -0.165993,-0.192289,0.967198 -0.18059,-0.314372,0.931964 -0.119739,0.00253238,0.992802 -0.121405,-0.0923347,0.988299 -0.156952,0.00178776,0.987605 -0.159519,-0.0909876,0.982993 -0.247945,0.000669592,0.968774 -0.250761,-0.0824889,0.964528 -0.201794,-0.0872757,0.975532 -0.200499,0.00111824,0.979693 -0.255716,-0.173702,0.951019 -0.209762,-0.185563,0.959982 -0.224629,-0.301439,0.926648
  2139.                           -0.272644,-0.285587,0.918752 -0.139208,0.32421,0.935686 -0.180908,0.315934,0.931374 -0.165938,0.195034,0.966657 -0.127537,0.201167,0.971219 -0.272659,0.28617,0.918566 -0.224874,0.302476,0.92625 -0.25554,0.174744,0.950875 -0.209598,0.187289,0.959683 -0.201657,0.0894607,0.975362 -0.250582,0.0836903,0.964471 -0.159368,0.0942851,0.982706 -0.121282,0.0972078,0.987847
  2140.                           -0.450477,0.223933,0.864248 -0.427252,0.135337,0.893946 -0.366995,0.145272,0.91881 -0.384167,0.237908,0.892085 -0.413557,2.35817E-07,0.910478 -0.416534,0.0666652,0.906673 -0.360999,0.000112072,0.932566 -0.363663,0.0683333,0.929021 -0.30318,0.0757049,0.949922 -0.304051,0.000289282,0.952656 -0.309318,0.160137,0.937378 -0.323184,0.263097,0.909028 -0.450521,-0.223912,0.864231
  2141.                           -0.384313,-0.237822,0.892045 -0.36716,-0.145095,0.918771 -0.427329,-0.135342,0.893908 -0.323234,-0.262792,0.909099 -0.30957,-0.159679,0.937374 -0.303333,-0.0750915,0.949921 -0.36379,-0.0681787,0.928983 -0.416572,-0.0666288,0.906658 -0.240892,0.313286,-0.918598 -0.236765,0.191967,-0.952413 -0.32194,0.180012,-0.929489 -0.326508,0.297716,-0.897083 -0.234885,0.00237682,-0.97202
  2142.                           -0.234778,0.0920169,-0.967684 -0.320712,0.0016306,-0.947175 -0.321369,0.0860836,-0.943033 -0.505898,0.00055544,-0.862593 -0.506176,0.067172,-0.859811 -0.411942,0.077257,-0.907929 -0.413486,0.000967059,-0.91051 -0.504028,0.14481,-0.851461 -0.412799,0.165029,-0.895747 -0.416303,0.274856,-0.866687 -0.507854,0.247684,-0.825068 -0.240584,-0.311089,-0.919425 -0.32641,-0.296258,-0.897601
  2143.                           -0.322179,-0.177464,-0.929896 -0.237053,-0.188283,-0.953077 -0.507952,-0.247167,-0.825163 -0.416254,-0.273909,-0.86701 -0.504267,-0.143912,-0.851472 -0.413093,-0.16349,-0.895893 -0.412146,-0.0753336,-0.907998 -0.50637,-0.0661794,-0.859773 -0.321616,-0.0830799,-0.943218 -0.235009,-0.087414,-0.968054 -0.75886,-0.168193,-0.62916 -0.750312,-0.0964878,-0.654005 -0.680477,-0.105247,-0.725171
  2144.                           -0.684713,-0.182762,-0.705525 -0.745669,2.11618E-07,-0.666317 -0.746685,-0.0472461,-0.663498 -0.681422,8.24928E-05,-0.73189 -0.68205,-0.0471624,-0.729783 -0.596783,-0.0555773,-0.800476 -0.599417,0.000221791,-0.800437 -0.596231,-0.122911,-0.793348 -0.598534,-0.214875,-0.771742 -0.758837,0.168209,-0.629184 -0.684614,0.182831,-0.705604 -0.680367,0.105384,-0.725255 -0.750273,0.0964835,-0.65405
  2145.                           -0.598445,0.215138,-0.771738 -0.596012,0.123282,-0.793456 -0.596652,0.0560627,-0.80054 -0.681972,0.0472742,-0.729849 -0.746665,0.0472715,-0.663518
  2146.                         </Vector3DCollection>
  2147.                       </MeshGeometry3D.Normals>
  2148.                       <MeshGeometry3D.Positions>
  2149.                         <Point3DCollection>
  2150.                           -2.7181,-15.4441,-10.2226 -2.70543,-11.904,-7.66804 8.80623,-10.4668,-8.55094 8.79692,-14.2141,-11.2707 -2.69095,-9.40881,-4.69474 8.81666,-7.81229,-5.3879 21.5561,-6.69495,-5.7752 21.5212,-9.46043,-9.06092 21.5006,-13.3501,-11.8883 -2.6593,-7.51602,1.94983 8.83891,-5.75653,1.67703 8.82771,-6.24425,-1.92933 -2.67535,-7.9493,-1.44225
  2151.                           21.6125,-4.5231,1.55941 21.5912,-5.05028,-2.1841 48.6581,-3.9966,1.66757 48.5178,-4.55704,-2.10104 35.0197,-4.45776,-2.23265 35.0795,-3.90627,1.56643 48.2404,-6.2483,-5.72004 34.9048,-6.1444,-5.87859 47.8214,-13.0097,-11.8881 34.7297,-12.9245,-12.0895 34.7898,-8.96653,-9.21599 47.9626,-9.06698,-9.03417 -2.60431,-15.8572,14.1225
  2152.                           8.87546,-14.4852,14.6251 8.86853,-10.7135,11.9052 -2.61532,-12.2795,11.5678 21.5531,-13.514,15.0041 21.563,-9.60971,12.1771 21.5851,-6.807,8.89241 8.85981,-7.99732,8.74206 -2.6286,-9.69055,8.59445 47.8437,-13.0457,15.1895 47.9806,-9.10001,12.341 34.8173,-9.04599,12.3377 34.7641,-13.0116,15.2091 48.253,-6.2732,9.03815
  2153.                           34.9239,-6.20411,9.00471 35.0295,-4.48963,5.36325 48.5243,-4.57036,5.43048 21.606,-5.11007,5.30238 -2.64349,-8.09957,5.34193 8.84977,-6.34295,5.28342 85.9303,-17.7105,12.9511 88.702,-16.2054,11.2631 81.0839,-13.2995,11.4091 80.0564,-16.2905,13.6531 91.5455,-14.6609,8.71387 82.9319,-11.2108,8.69116 72.6343,-8.72874,8.81371
  2154.                           71.5978,-11.2606,11.8074 71.0525,-14.8063,14.3683 94.3053,-13.1615,2.4416 84.9863,-9.38444,2.24595 84.3702,-9.8682,5.57466 93.5291,-13.583,5.70162 74.0079,-6.65304,2.03397 73.5678,-7.18055,5.50676 61.4948,-5.44097,5.46851 61.7663,-4.88464,1.83229 60.9489,-7.09881,8.95193 60.1274,-13.6843,14.8948 60.402,-9.84948,12.1412
  2155.                           85.9214,-17.7203,-8.41856 80.047,-16.302,-9.36709 81.0762,-13.3096,-7.0804 88.6945,-16.214,-6.61456 71.0414,-14.8143,-10.4234 71.5887,-11.2675,-7.84013 72.6279,-8.73375,-4.80323 82.9263,-11.2182,-4.28525 91.5401,-14.6672,-3.94628 60.3899,-9.84361,-8.53347 60.1124,-13.6782,-11.2983 60.9404,-7.09427,-5.32154 61.4904,-5.43851,-1.81534
  2156.                           73.5645,-7.18319,-1.45728 93.5263,-13.5863,-0.850966 84.3674,-9.87211,-1.10858 85.8974,-56.1624,13.1255 80.0223,-57.6621,13.8647 81.0447,-60.6398,11.6016 88.6659,-57.6302,11.4168 71.018,-59.2683,14.6187 71.5578,-62.8072,12.0355 72.5907,-65.3257,8.98551 82.8889,-62.7042,8.83589 91.5061,-59.1367,8.82815 47.8128,-61.339,15.4719
  2157.                           47.9452,-65.2834,12.5982 60.3635,-64.3688,12.3933 60.094,-60.537,15.1716 48.2148,-68.1072,9.23176 60.9069,-67.1127,9.14181 48.619,-70.3797,1.67 61.7229,-69.3174,1.835 61.4512,-68.7639,5.5711 48.4849,-69.807,5.53492 73.9621,-67.3844,2.03681 73.5221,-66.862,5.59974 94.2634,-60.6004,2.44421 93.4877,-60.1885,5.76337
  2158.                           84.3251,-64.028,5.65309 84.9409,-64.5043,2.24877 -2.61575,-59.1668,14.2388 -2.62831,-62.7446,11.6737 8.84997,-64.1726,12.0565 8.85912,-60.4006,14.7912 -2.64252,-65.3338,8.67415 8.83993,-66.8891,8.8559 21.5587,-67.92,9.04118 21.5384,-65.1172,12.3748 21.5315,-61.2127,15.2213 -2.67336,-67.5089,1.9507 8.81883,-69.1307,1.67828
  2159.                           8.82941,-68.5439,5.34474 -2.65774,-66.9251,5.38485 21.5858,-70.2044,1.56108 21.5789,-69.6171,5.38253 34.9958,-70.0648,5.45899 35.0462,-70.6481,1.5685 34.8911,-68.3512,9.18234 34.7374,-61.5449,15.4683 34.7868,-65.5102,12.5737 -2.72716,-59.5818,-10.3376 8.78399,-60.6746,-11.435 8.79076,-64.4215,-8.70012 -2.71626,-63.1218,-7.77246
  2160.                           21.4833,-61.3805,-12.103 21.5006,-65.2695,-9.2558 21.5327,-68.0342,-5.92086 8.7991,-67.0757,-5.49942 -2.70325,-65.6167,-4.7728 47.7963,-61.3805,-12.167 47.9325,-65.3208,-9.28726 34.7642,-65.5934,-9.44851 34.7083,-61.6367,-12.3457 48.2061,-68.1351,-5.90914 34.8756,-68.4135,-6.05236 34.9879,-70.098,-2.32432 48.4805,-69.8219,-2.2007
  2161.                           21.5657,-69.6779,-2.26098 -2.68874,-67.0759,-1.48346 8.80859,-68.6434,-1.98819 85.8921,-56.1586,-8.58915 88.6615,-57.6268,-6.76399 81.0408,-60.6348,-7.2683 80.0172,-57.657,-9.57476 91.503,-59.1342,-4.0558 82.8863,-62.7003,-4.42482 72.5878,-65.3241,-4.96981 71.5534,-62.8053,-8.06355 71.012,-59.2665,-10.6699 84.3238,-64.026,-1.1815
  2162.                           93.4861,-60.1872,-0.907628 73.5207,-66.8612,-1.5447 61.4488,-68.768,-1.91263 60.9023,-67.1205,-5.50643 60.0846,-60.5491,-11.5712 60.3564,-64.3793,-8.78107 81.0794,-20.3398,15.3478 88.6989,-20.8167,13.8346 71.5932,-19.3959,16.3766 72.6253,-24.7929,17.8375 82.9228,-25.2761,16.5612 91.538,-25.4858,14.7494 47.9789,-18.1051,17.4342
  2163.                           60.3984,-18.5945,17.0716 48.2496,-24.0003,19.0649 60.9417,-24.3123,18.6579 48.652,-37.1862,20.445 61.7531,-37.0989,20.0061 61.4844,-30.5697,19.6406 48.5195,-30.4533,20.0718 73.9911,-37.0165,19.1021 73.5546,-30.7605,18.7559 94.2891,-36.8789,15.6733 93.5172,-30.9747,15.3995 84.3567,-30.928,17.361 84.9688,-36.9421,17.6767
  2164.                           -2.59627,-20.414,16.1188 8.8801,-19.3063,16.7539 -2.59111,-25.7052,17.5541 8.88259,-24.9145,18.288 21.5964,-24.3406,18.8226 21.5688,-18.5157,17.2211 -2.58908,-37.5118,18.7315 8.88159,-37.4426,19.5567 8.88304,-31.0474,19.2235 -2.58875,-31.4861,18.4259 21.6337,-37.3624,20.1585 21.6225,-30.7142,19.8035 35.0334,-30.5089,20.1062
  2165.                           35.0847,-37.2755,20.4752 34.9266,-24.0228,19.1007 34.8187,-18.0971,17.4659 8.86699,-55.5793,16.9049 -2.60546,-54.6098,16.2244 21.5514,-56.2105,17.4183 21.5843,-50.385,18.9705 8.87343,-49.9709,18.4012 -2.59752,-49.3184,17.6334 47.9542,-56.2773,17.6907 34.7973,-56.4582,17.7013 48.2325,-50.378,19.2572 34.9117,-50.5307,19.2772
  2166.                           35.0258,-44.043,20.2003 48.5107,-43.9211,20.1744 21.6163,-44.0109,19.8824 -2.59204,-43.5375,18.4682 8.87834,-43.8379,19.2839 88.6709,-53.0181,13.9878 81.0519,-53.5984,15.5396 91.518,-48.3099,14.8625 82.9034,-48.6366,16.7044 72.6062,-49.2591,18.0077 71.5657,-54.6706,16.6039 84.3466,-42.9648,17.4373 93.5067,-42.7938,15.4593
  2167.                           73.5448,-43.2786,18.8466 61.4749,-43.6318,19.741 60.9233,-49.8969,18.8464 60.3718,-55.6225,17.3229 94.2858,-20.2248,-6.80292 88.6895,-20.8261,-9.18554 98.1736,-19.2006,-3.96497 102.896,-24.5716,-4.16853 98.1668,-25.1526,-7.27546 91.5282,-25.494,-9.9806 101.569,-18.0669,2.59427 100.669,-18.4068,-0.76616 106.767,-23.8221,2.70374
  2168.                           105.783,-24.0606,-0.790001 110.931,-36.7677,2.79212 109.883,-36.7755,-0.906982 108.858,-30.2745,-0.85833 109.89,-30.1485,2.76977 106.752,-36.7974,-4.50197 105.775,-30.5334,-4.38415 94.2796,-36.883,-10.7875 93.5073,-30.9811,-10.5469 100.654,-30.808,-7.66217 101.547,-36.8332,-7.84481 94.2935,-20.2173,11.6865 98.1749,-25.1462,12.3226
  2169.                           102.901,-24.5671,9.41389 98.1791,-19.1952,9.01144 101.555,-36.8298,13.0355 100.663,-30.803,12.8145 106.757,-36.7949,9.91098 105.781,-30.5299,9.75123 108.861,-30.2727,6.35463 109.885,-36.7742,6.44732 105.786,-24.0583,6.15632 100.671,-18.4041,5.91708 94.2635,-53.5419,11.8065 98.1466,-54.5119,9.09747 102.878,-49.0756,9.4722
  2170.                           98.1534,-48.5599,12.408 101.534,-55.5962,2.59643 100.637,-55.2702,5.96281 106.742,-49.7702,2.70528 105.761,-49.5462,6.18653 108.848,-43.2898,6.36965 109.878,-43.4012,2.77057 105.769,-43.0734,9.78067 100.651,-42.869,12.8588 88.6646,-53.0155,-9.33548 94.2582,-53.5401,-6.91924 91.5104,-48.3093,-10.0913 98.147,-48.5597,-7.35823
  2171.                           102.874,-49.0756,-4.22403 98.1428,-54.5107,-4.04706 100.644,-42.8706,-7.70513 93.498,-42.7955,-10.6055 105.764,-43.0746,-4.41213 108.846,-43.2905,-0.871798 105.759,-49.5462,-0.817219 100.635,-55.2695,-0.807682 8.78921,-19.0602,-13.3993 -2.72829,-20.0388,-12.2187 21.5082,-18.3672,-14.1044 21.5305,-24.2299,-15.7045 8.78315,-24.7305,-14.9332
  2172.                           -2.73595,-25.4242,-13.6539 47.9536,-18.0731,-14.1266 34.7794,-18.0185,-14.3436 48.2227,-23.9774,-15.7455 34.8842,-23.9648,-15.9734 48.6251,-37.1901,-17.1074 35.0411,-37.2788,-17.3403 34.9896,-30.4795,-16.974 48.492,-30.443,-16.7405 21.5646,-37.3651,-17.0381 21.5538,-30.6565,-16.684 -2.74358,-37.5132,-14.8309 -2.74106,-31.3369,-14.5256
  2173.                           8.77878,-30.9502,-15.8684 8.77616,-37.4446,-16.2014 81.069,-20.351,-11.0184 82.9119,-25.2858,-12.1538 72.6124,-24.8003,-13.8255 71.5808,-19.404,-12.4085 84.9585,-36.9466,-13.182 84.3459,-30.9354,-12.8928 73.9789,-37.021,-15.0314 73.5418,-30.7667,-14.7042 61.4666,-30.5706,-15.9853 61.7361,-37.1031,-16.3388 60.924,-24.3101,-15.0261
  2174.                           60.3815,-18.5898,-13.4631 81.0454,-53.5945,-11.207 71.558,-54.6699,-12.6327 72.5968,-49.26,-13.9936 82.8954,-48.6351,-12.2948 47.9342,-56.3157,-14.3804 60.3601,-55.6343,-13.7115 48.2094,-50.408,-15.9359 60.9094,-49.907,-15.2124 61.4592,-43.6393,-16.0847 48.4853,-43.9389,-16.842 73.5338,-43.2812,-14.7938 84.3374,-42.9661,-12.9679
  2175.                           -2.73531,-54.9873,-12.3234 8.77919,-55.8287,-13.5488 -2.74074,-49.602,-13.7325 8.77631,-50.1586,-15.0454 21.5214,-50.5006,-15.8511 21.4948,-56.3635,-14.2997 8.77532,-43.939,-15.9283 -2.74348,-43.6894,-14.5674 21.5492,-44.0738,-16.7621 34.9839,-44.0788,-17.0673 34.8729,-50.5948,-16.1483 34.7628,-56.5423,-14.5767 -40.8555,-29.8989,10.0379
  2176.                           -41.3646,-29.6165,9.57818 -42.328,-31.5299,9.63884 -41.3204,-31.2892,10.1989 -41.901,-29.321,8.90158 -43.0502,-31.49,9.04794 -43.8649,-33.5809,9.17519 -42.9908,-33.4949,9.73954 -41.7969,-33.2278,10.3446 -42.4846,-28.9509,7.17332 -43.7529,-31.323,7.62098 -43.5384,-31.4115,8.38111 -42.296,-29.0979,8.09411 -44.661,-33.531,7.9415
  2177.                           -44.4267,-33.5795,8.59305 -45.3899,-37.6731,8.19877 -45.1383,-37.6731,8.77016 -44.9603,-35.6506,8.72453 -45.2073,-35.6294,8.1343 -44.5282,-37.6731,9.28661 -44.3603,-35.636,9.25704 -42.259,-37.6731,10.4507 -42.129,-35.3936,10.426 -43.4143,-35.5592,9.80111 -43.5662,-37.6731,9.82211 -41.1905,-29.2746,3.27701 -41.6928,-30.7407,3.45736
  2178.                           -42.638,-31.1025,4.70668 -41.6486,-29.068,4.07809 -42.2085,-32.8229,3.66187 -43.3314,-33.1907,5.08466 -44.1073,-33.375,6.23137 -43.272,-31.1859,5.77627 -42.1044,-28.9161,5.10493 -42.7102,-37.6731,3.89598 -43.9396,-37.6731,5.41984 -43.778,-35.4013,5.33019 -42.5688,-35.1794,3.82487 -44.7939,-37.6731,6.5964 -44.6189,-35.5321,6.50497
  2179.                           -45.0944,-35.599,7.41706 -45.2762,-37.6731,7.49844 -44.5525,-33.4756,7.16897 -42.4019,-28.8837,6.1568 -43.6539,-31.2536,6.7502 -41.1905,-46.0716,3.27701 -41.6486,-46.2783,4.07809 -42.638,-44.2437,4.70668 -41.6928,-44.6056,3.45736 -42.1044,-46.4302,5.10493 -43.272,-44.1604,5.77627 -44.1073,-41.9712,6.23137 -43.3314,-42.1555,5.08466
  2180.                           -42.2085,-42.5234,3.66187 -42.4846,-46.3953,7.17332 -43.7529,-44.0232,7.62098 -43.6539,-44.0926,6.7502 -42.4019,-46.4626,6.1568 -44.661,-41.8153,7.9415 -44.5525,-41.8706,7.16897 -45.0944,-39.7472,7.41706 -45.2073,-39.7168,8.1343 -44.6189,-39.8141,6.50497 -42.5688,-40.1668,3.82487 -43.778,-39.9449,5.33019 -40.8555,-45.4473,10.0379
  2181.                           -41.3204,-44.0571,10.1989 -42.328,-43.8163,9.63884 -41.3646,-45.7298,9.57818 -41.7969,-42.1185,10.3446 -42.9908,-41.8513,9.73954 -43.8649,-41.7653,9.17519 -43.0502,-43.8562,9.04794 -41.901,-46.0252,8.90158 -43.4143,-39.7871,9.80111 -42.129,-39.9526,10.426 -44.3603,-39.7102,9.25704 -44.9603,-39.6957,8.72453 -44.4267,-41.7667,8.59305
  2182.                           -42.296,-46.2483,8.09411 -43.5384,-43.9348,8.38111 -12.2377,-14.2302,11.2109 -12.2216,-17.5621,13.5468 -12.2568,-11.8021,8.49041 -20.1906,-14.2151,8.4307 -20.1603,-16.448,10.8536 -20.1362,-19.4897,12.9316 -12.3002,-9.71101,2.40832 -12.278,-10.2912,5.51346 -20.2551,-12.2371,3.00777 -20.2234,-12.8063,5.77728 -31.7911,-17.8648,4.45058
  2183.                           -31.7255,-18.3602,6.49872 -26.6493,-15.5331,6.11261 -26.695,-14.9898,3.70344 -31.6377,-19.4769,8.44746 -26.5956,-16.8123,8.41612 -31.4973,-23.5724,11.7165 -26.5082,-21.5299,12.3104 -26.5449,-18.8153,10.515 -31.5532,-21.2144,10.2142 -12.3815,-16.9678,-8.73003 -12.3642,-13.6899,-6.3942 -20.3469,-18.7107,-6.9261 -20.3269,-15.7398,-4.84644
  2184.                           -20.3057,-13.6839,-2.42018 -12.3443,-11.3968,-3.67372 -31.799,-22.5576,-2.91632 -31.7907,-20.2919,-1.39725 -26.7501,-17.9688,-3.14179 -26.7682,-20.5987,-4.94385 -31.8014,-18.7849,0.403188 -26.7373,-16.1774,-1.02944 -26.7216,-15.1945,1.28753 -31.809,-17.9911,2.3856 -20.2821,-12.523,0.236587 -12.3227,-10.0751,-0.696811 -40.3141,-27.0183,3.08073
  2185.                           -40.1697,-28.0488,2.27072 -40.5958,-26.5171,4.18263 -38.5224,-24.0096,3.05868 -38.3834,-24.8912,1.78721 -38.3252,-26.3737,0.783182 -40.8577,-26.3598,6.59914 -40.8,-26.3165,5.38481 -38.6689,-23.609,5.93174 -38.6396,-23.6081,4.47307 -35.7121,-20.8143,3.46039 -35.7145,-20.7576,5.20445 -35.6603,-21.4139,1.78238 -35.5932,-24.5129,-0.97657
  2186.                           -35.6053,-22.6242,0.270149 -39.8256,-28.8075,10.3204 -40.0393,-27.7067,9.63677 -37.9815,-27.2726,10.7164 -38.113,-25.708,9.77928 -38.3356,-24.6217,8.63543 -40.4023,-27.0315,8.76243 -35.3468,-23.528,9.97038 -35.2636,-25.5071,11.1834 -35.4825,-22.0918,8.5255 -35.6216,-21.1758,6.91484 -38.5442,-23.9344,7.33605 -40.7001,-26.5903,7.73745
  2187.                           -12.3714,-61.4427,-6.46382 -12.3875,-58.1649,-8.80673 -12.3525,-63.7356,-3.72576 -20.3108,-61.5287,-2.45271 -20.3314,-59.4729,-4.88995 -20.3507,-56.5021,-6.97404 -12.3096,-65.421,2.40891 -12.3316,-65.0572,-0.724282 -20.2609,-62.9753,3.00814 -20.2877,-62.6895,0.219417 -31.7927,-57.4432,4.45068 -31.8106,-57.3169,2.38069 -26.7248,-60.0753,1.27772
  2188.                           -26.6983,-60.2799,3.70365 -31.8029,-56.5231,0.393895 -26.7402,-59.0924,-1.04802 -31.8001,-52.7505,-2.93002 -26.7703,-54.6712,-4.97124 -26.7527,-57.3012,-3.16665 -31.792,-55.0162,-1.40968 -12.2292,-57.5693,13.6244 -12.2464,-60.9013,11.2815 -20.141,-55.7223,12.9801 -20.1658,-58.764,10.8978 -20.1964,-60.9971,8.4639 -12.2661,-63.3295,8.54353
  2189.                           -31.4987,-51.7355,11.7303 -31.5547,-54.0935,10.2268 -26.548,-56.4543,10.5402 -26.5109,-53.7396,12.3381 -31.6394,-55.831,8.45695 -26.5989,-58.4573,8.4351 -26.6527,-59.7365,6.12284 -31.7272,-56.9478,6.50383 -20.2293,-62.406,5.79517 -12.2875,-64.8406,5.54208 -40.0393,-47.6396,9.63677 -39.8256,-46.5387,10.3204 -40.4023,-48.3147,8.76243
  2190.                           -38.3357,-50.7207,8.63638 -38.1132,-49.6344,9.78054 -37.9816,-48.0698,10.7177 -40.8577,-48.9864,6.59914 -40.7001,-48.7559,7.73745 -38.6691,-51.7334,5.93175 -38.5444,-51.408,7.33657 -35.6222,-54.1551,6.91688 -35.7152,-54.5734,5.20449 -35.4832,-53.2392,8.52929 -35.2641,-49.8238,11.189 -35.3474,-51.8029,9.97542 -40.1697,-47.2974,2.27072
  2191.                           -40.3141,-48.3279,3.08073 -38.3253,-48.9687,0.781812 -38.3835,-50.4513,1.78597 -38.5225,-51.3329,3.05775 -40.5958,-48.8291,4.18263 -35.6059,-52.7068,0.265176 -35.5936,-50.8181,-0.982049 -35.6609,-53.9171,1.77866 -35.7127,-54.5166,3.45843 -38.6397,-51.7343,4.47258 -40.8,-49.0297,5.38481 -12.2155,-53.3472,15.4403 -12.2053,-48.4576,16.7312
  2192.                           -20.1175,-47.4573,15.7425 -20.1257,-51.8873,14.5944 -12.1958,-37.5656,17.7445 -12.1987,-43.1228,17.4986 -20.1134,-37.6059,16.6477 -20.1142,-42.6308,16.4263 -31.5811,-37.6539,14.3322 -31.5614,-41.5618,14.1767 -26.511,-42.0981,15.302 -26.5169,-37.6347,15.493 -31.5255,-45.3146,13.6969 -26.5017,-46.3867,14.7151 -26.4986,-50.3255,13.7284
  2193.                           -31.4968,-48.7575,12.8842 -12.2094,-21.784,15.3699 -20.1219,-23.3246,14.5503 -20.1149,-27.7545,15.7095 -12.2011,-26.6736,16.6784 -31.4957,-26.5503,12.8716 -26.4964,-24.944,13.7032 -31.5248,-29.9932,13.6874 -26.5002,-28.8828,14.6962 -26.5102,-33.1713,15.2919 -31.5611,-33.7461,14.1717 -20.1129,-32.581,16.4087 -12.1965,-32.0083,17.4705
  2194.                           -39.9758,-30.5257,10.7733 -40.2757,-32.686,11.049 -38.2034,-31.9301,11.8468 -38.0459,-29.3949,11.3954 -40.6134,-37.6731,11.2462 -40.5115,-35.1129,11.2011 -38.4228,-37.6712,12.1786 -38.3513,-34.7336,12.1008 -35.4379,-34.2724,13.0995 -35.4809,-37.6654,13.2173 -35.3561,-31.0207,12.7319 -35.2823,-28.0518,12.0986 -39.9758,-44.8205,10.7733
  2195.                           -38.046,-45.9475,11.3967 -38.2035,-43.4124,11.8477 -40.2757,-42.6603,11.049 -35.2828,-47.2791,12.1036 -35.3564,-44.3102,12.7357 -35.4381,-41.0585,13.1015 -38.3513,-40.6089,12.1013 -40.5115,-40.2334,11.2011 -12.3951,-21.2439,-10.553 -12.4051,-26.2688,-11.8614 -20.3845,-27.2237,-9.69874 -20.3669,-22.6166,-8.54307 -12.4141,-37.5665,-12.9273
  2196.                           -12.4114,-31.7929,-12.6534 -20.4026,-37.6065,-10.6318 -20.3972,-32.2982,-10.3945 -32.0027,-37.6541,-5.43097 -31.9747,-33.3771,-5.28732 -26.8633,-32.8329,-7.89162 -26.8764,-37.635,-8.0859 -31.9153,-29.3013,-4.83674 -26.8345,-28.248,-7.30942 -26.7995,-24.0976,-6.32994 -31.8486,-25.6278,-4.05461 -12.3998,-53.8889,-10.6228 -20.3698,-52.5963,-8.58668
  2197.                           -20.3865,-47.9892,-9.73146 -12.4083,-48.8641,-11.9137 -31.8494,-49.6804,-4.06707 -26.8012,-51.1724,-6.35486 -31.9158,-46.0068,-4.84609 -26.8356,-47.022,-7.32812 -26.8639,-42.4371,-7.9016 -31.975,-41.931,-5.2923 -20.3982,-42.9147,-10.412 -12.413,-43.3401,-12.6813 -40.3776,-45.5089,1.9442 -40.7223,-43.1747,1.89605 -38.6547,-44.0245,-0.15358
  2198.                           -38.4506,-46.7644,0.169849 -41.1021,-37.6731,1.95203 -40.9886,-40.5072,1.92116 -38.9152,-37.6712,-0.315064 -38.8327,-40.9352,-0.292132 -35.8964,-41.4201,-2.72622 -35.9488,-37.6655,-2.80838 -35.7873,-44.9881,-2.42776 -35.6703,-48.183,-1.86304 -40.3776,-29.8374,1.9442 -38.4506,-28.578,0.171095 -38.6546,-31.3179,-0.152645 -40.7223,-32.1716,1.89605
  2199.                           -35.6699,-27.148,-1.85805 -35.7871,-30.3429,-2.42403 -35.8962,-33.9109,-2.72422 -38.8326,-34.4072,-0.291633 -40.9886,-34.839,1.92116
  2200.                         </Point3DCollection>
  2201.                       </MeshGeometry3D.Positions>
  2202.                     </MeshGeometry3D>
  2203.                   </GeometryModel3D.Geometry>
  2204.                 </GeometryModel3D>
  2205.               </Model3DGroup>
  2206.               <Model3DGroup x:Name="Box04OR32">
  2207.                 <!-- Box04 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[8]) -->
  2208.                 <Model3DGroup.Transform>
  2209.                   <Transform3DGroup>
  2210.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  2211.                     <ScaleTransform3D ScaleX="0.46072" ScaleY="0.6493" ScaleZ="0.973618"/>
  2212.                     <RotateTransform3D>
  2213.                       <RotateTransform3D.Rotation>
  2214.                         <AxisAngleRotation3D Angle="90.0022633" Axis="0.9999605157 0.006283595063 0.006283594132"/>
  2215.                       </RotateTransform3D.Rotation>
  2216.                     </RotateTransform3D>
  2217.                     <TranslateTransform3D OffsetX="10.0219" OffsetY="18.0703" OffsetZ="23.9106"/>
  2218.                   </Transform3DGroup>
  2219.                 </Model3DGroup.Transform>
  2220.                 <GeometryModel3D x:Name="Box04OR32GR33">
  2221.                   <GeometryModel3D.Material>
  2222.                     <MaterialGroup>
  2223.                       <DiffuseMaterial>
  2224.                         <DiffuseMaterial.Brush>
  2225.                           <ImageBrush ImageSource="Assets\bike_lightcoverMR2.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  2226.                         </DiffuseMaterial.Brush>
  2227.                       </DiffuseMaterial>
  2228.                       <SpecularMaterial SpecularPower="131.413">
  2229.                         <SpecularMaterial.Brush>
  2230.                           <SolidColorBrush Color="#737373" Opacity="1.000000"/>
  2231.                         </SpecularMaterial.Brush>
  2232.                       </SpecularMaterial>
  2233.                     </MaterialGroup>
  2234.                   </GeometryModel3D.Material>
  2235.                   <GeometryModel3D.BackMaterial>
  2236.                     <MaterialGroup>
  2237.                       <DiffuseMaterial>
  2238.                         <DiffuseMaterial.Brush>
  2239.                           <ImageBrush ImageSource="Assets\bike_lightcoverMR2.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  2240.                         </DiffuseMaterial.Brush>
  2241.                       </DiffuseMaterial>
  2242.                       <SpecularMaterial SpecularPower="131.413">
  2243.                         <SpecularMaterial.Brush>
  2244.                           <SolidColorBrush Color="#737373" Opacity="1.000000"/>
  2245.                         </SpecularMaterial.Brush>
  2246.                       </SpecularMaterial>
  2247.                     </MaterialGroup>
  2248.                   </GeometryModel3D.BackMaterial>
  2249.                   <GeometryModel3D.Geometry>
  2250.                     <MeshGeometry3D
  2251.                                             TriangleIndices="0,1,2 2,3,0 4,5,2 2,1,4 6,7,2 2,5,6 8,3,2 2,7,8 9,10,11 11,12,9 13,14,11 11,10,13 6,5,11 11,14,6 4,12,11 11,5,4 15,16,17 17,18,15 19,20,17 17,16,19 6,14,17 17,20,6 13,18,17 17,14,13 21,22,23 23,24,21 8,7,23 23,22,8 6,20,23 23,7,6 19,24,23 23,20,19 25,26,27 27,28,25 29,30,27 27,26,29 31,32,27 27,30,31 33,28,27 27,32,33 34,35,36 36,37,34 38,39,36 36,35,38 31,30,36 36,39,31 29,37,36 36,30,29 15,18,40 40,41,15 13,42,40 40,18,13 31,39,40 40,42,31 38,41,40 40,39,38 9,43,44 44,10,9 33,32,44 44,43,33 31,42,44 44,32,31 13,10,44 44,42,13 45,46,47 47,48,45 49,50,47 47,46,49 51,52,47 47,50,51 53,48,47 47,52,53 54,55,56 56,57,54 58,59,56 56,55,58 51,50,56 56,59,51 49,57,56 56,50,49 15,41,60 60,61,15 38,62,60 60,41,38 51,59,60 60,62,51 58,61,60 60,59,58 34,63,64 64,35,34 53,52,64 64,63,53 51,62,64 64,52,51 38,35,64 64,62,38 65,66,67 67,68,65 69,70,67 67,66,69 71,72,67 67,70,71 73,68,67 67,72,73 21,24,74 74,75,21 19,76,74 74,24,19 71,70,74 74,76,71 69,75,74 74,70,69 15,61,77 77,16,15 58,78,77 77,61,58 71,76,77 77,78,71 19,16,77 77,76,19 54,79,80 80,55,54 73,72,80 80,79,73 71,78,80 80,72,71 58,55,80 80,78,58 81,82,83 83,84,81 85,86,83 83,82,85 87,88,83 83,86,87 89,84,83 83,88,89 90,91,92 92,93,90 94,95,92 92,91,94 87,86,92 92,95,87 85,93,92 92,86,85 96,97,98 98,99,96 100,101,98 98,97,100 87,95,98 98,101,87 94,99,98 98,95,94 102,103,104 104,105,102 89,88,104 104,103,89 87,101,104 104,88,87 100,105,104 104,101,100 106,107,108 108,109,106 110,111,108 108,107,110 112,113,108 108,111,112 114,109,108 108,113,114 115,116,117 117,118,115 119,120,117 117,116,119 112,111,117 117,120,112 110,118,117 117,111,110 96,99,121 121,122,96 94,123,121 121,99,94 112,120,121 121,123,112 119,122,121 121,120,119 90,124,125 125,91,90 114,113,125 125,124,114 112,123,125 125,113,112 94,91,125 125,123,94 45,48,126 126,127,45 53,128,126 126,48,53 129,130,126 126,128,129 131,127,126 126,130,131 34,132,133 133,63,34 134,135,133 133,132,134 129,128,133 133,135,129 53,63,133 133,128,53 96,122,136 136,137,96 119,138,136 136,122,119 129,135,136 136,138,129 134,137,136 136,135,134 115,139,140 140,116,115 131,130,140 140,139,131 129,138,140 140,130,129 119,116,140 140,138,119 25,141,142 142,26,25 143,144,142 142,141,143 145,146,142 142,144,145 29,26,142 142,146,29 102,105,147 147,148,102 100,149,147 147,105,100 145,144,147 147,149,145 143,148,147 147,144,143 96,137,150 150,97,96 134,151,150 150,137,134 145,149,150 150,151,145 100,97,150 150,149,100 34,37,152 152,132,34 29,146,152 152,37,29 145,151,152 152,146,145 134,132,152 152,151,134 153,154,155 155,156,153 157,158,155 155,154,157 159,160,155 155,158,159 161,156,155 155,160,161 162,163,164 164,165,162 166,167,164 164,163,166 159,158,164 164,167,159 157,165,164 164,158,157 168,169,170 170,171,168 172,173,170 170,169,172 159,167,170 170,173,159 166,171,170 170,167,166 174,175,176 176,177,174 161,160,176 176,175,161 159,173,176 176,160,159 172,177,176 176,173,172 178,179,180 180,181,178 182,183,180 180,179,182 184,185,180 180,183,184 186,181,180 180,185,186 187,188,189 189,190,187 191,192,189 189,188,191 184,183,189 189,192,184 182,190,189 189,183,182 168,171,193 193,194,168 166,195,193 193,171,166 184,192,193 193,195,184 191,194,193 193,192,191 162,196,197 197,163,162 186,185,197 197,196,186 184,195,197 197,185,184 166,163,197 197,195,166 45,127,198 198,199,45 131,200,198 198,127,131 201,202,198 198,200,201 203,199,198 198,202,203 115,204,205 205,139,115 206,207,205 205,204,206 201,200,205 205,207,201 131,139,205 205,200,131 168,194,208 208,209,168 191,210,208 208,194,191 201,207,208 208,210,201 206,209,208 208,207,206 187,211,212 212,188,187 203,202,212 212,211,203 201,210,212 212,202,201 191,188,212 212,210,191 106,213,214 214,107,106 215,216,214 214,213,215 217,218,214 214,216,217 110,107,214 214,218,110 174,177,219 219,220,174 172,221,219 219,177,172 217,216,219 219,221,217 215,220,219 219,216,215 168,209,222 222,169,168 206,223,222 222,209,206 217,221,222 222,223,217 172,169,222 222,221,172 115,118,224 224,204,115 110,218,224 224,118,110 217,223,224 224,218,217 206,204,224 224,223,206 225,226,227 227,228,225 229,230,227 227,226,229 231,232,227 227,230,231 233,228,227 227,232,233 234,235,236 236,237,234 238,239,236 236,235,238 231,230,236 236,239,231 229,237,236 236,230,229 240,241,242 242,243,240 244,245,242 242,241,244 231,239,242 242,245,231 238,243,242 242,239,238 246,247,248 248,249,246 233,232,248 248,247,233 231,245,248 248,232,231 244,249,248 248,245,244 65,68,250 250,251,65 73,252,250 250,68,73 253,254,250 250,252,253 255,251,250 250,254,255 54,256,257 257,79,54 258,259,257 257,256,258 253,252,257 257,259,253 73,79,257 257,252,73 240,243,260 260,261,240 238,262,260 260,243,238 253,259,260 260,262,253 258,261,260 260,259,258 234,263,264 264,235,234 255,254,264 264,263,255 253,262,264 264,254,253 238,235,264 264,262,238 45,199,265 265,46,45 203,266,265 265,199,203 267,268,265 265,266,267 49,46,265 265,268,49 187,269,270 270,211,187 271,272,270 270,269,271 267,266,270 270,272,267 203,211,270 270,266,203 240,261,273 273,274,240 258,275,273 273,261,258 267,272,273 273,275,267 271,274,273 273,272,271 54,57,276 276,256,54 49,268,276 276,57,49 267,275,276 276,268,267 258,256,276 276,275,258 178,277,278 278,179,178 279,280,278 278,277,279 281,282,278 278,280,281 182,179,278 278,282,182 246,249,283 283,284,246 244,285,283 283,249,244 281,280,283 283,285,281 279,284,283 283,280,279 240,274,286 286,241,240 271,287,286 286,274,271 281,285,286 286,287,281 244,241,286 286,285,244 187,190,288 288,269,187 182,282,288 288,190,182 281,287,288 288,282,281 271,269,288 288,287,271 289,290,291 291,292,289 293,294,291 291,290,293 295,296,291 291,294,295 297,292,291 291,296,297 298,299,300 300,301,298 302,303,300 300,299,302 295,294,300 300,303,295 293,301,300 300,294,293 304,305,306 306,307,304 308,309,306 306,305,308 295,303,306 306,309,295 302,307,306 306,303,302 310,311,312 312,313,310 297,296,312 312,311,297 295,309,312 312,296,295 308,313,312 312,309,308 314,315,316 316,317,314 318,319,316 316,315,318 320,321,316 316,319,320 322,317,316 316,321,322 323,324,325 325,326,323 327,328,325 325,324,327 320,319,325 325,328,320 318,326,325 325,319,318 304,307,329 329,330,304 302,331,329 329,307,302 320,328,329 329,331,320 327,330,329 329,328,327 298,332,333 333,299,298 322,321,333 333,332,322 320,331,333 333,321,320 302,299,333 333,331,302 334,335,336 336,337,334 338,339,336 336,335,338 340,341,336 336,339,340 342,337,336 336,341,342 343,344,345 345,346,343 347,348,345 345,344,347 340,339,345 345,348,340 338,346,345 345,339,338 304,330,349 349,350,304 327,351,349 349,330,327 340,348,349 349,351,340 347,350,349 349,348,347 323,352,353 353,324,323 342,341,353 353,352,342 340,351,353 353,341,340 327,324,353 353,351,327 354,355,356 356,357,354 358,359,356 356,355,358 360,361,356 356,359,360 362,357,356 356,361,362 310,313,363 363,364,310 308,365,363 363,313,308 360,359,363 363,365,360 358,364,363 363,359,358 304,350,366 366,305,304 347,367,366 366,350,347 360,365,366 366,367,360 308,305,366 366,365,308 343,368,369 369,344,343 362,361,369 369,368,362 360,367,369 369,361,360 347,344,369 369,367,347 370,371,372 372,373,370 374,375,372 372,371,374 376,377,372 372,375,376 378,373,372 372,377,378 379,380,381 381,382,379 383,384,381 381,380,383 376,375,381 381,384,376 374,382,381 381,375,374 385,386,387 387,388,385 389,390,387 387,386,389 376,384,387 387,390,376 383,388,387 387,384,383 391,392,393 393,394,391 378,377,393 393,392,378 376,390,393 393,377,376 389,394,393 393,390,389 395,396,397 397,398,395 399,400,397 397,396,399 401,402,397 397,400,401 403,398,397 397,402,403 404,405,406 406,407,404 408,409,406 406,405,408 401,400,406 406,409,401 399,407,406 406,400,399 385,388,410 410,411,385 383,412,410 410,388,383 401,409,410 410,412,401 408,411,410 410,409,408 379,413,414 414,380,379 403,402,414 414,413,403 401,412,414 414,402,401 383,380,414 414,412,383 334,337,415 415,416,334 342,417,415 415,337,342 418,419,415 415,417,418 420,416,415 415,419,420 323,421,422 422,352,323 423,424,422 422,421,423 418,417,422 422,424,418 342,352,422 422,417,342 385,411,425 425,426,385 408,427,425 425,411,408 418,424,425 425,427,418 423,426,425 425,424,423 404,428,429 429,405,404 420,419,429 429,428,420 418,427,429 429,419,418 408,405,429 429,427,408 314,430,431 431,315,314 432,433,431 431,430,432 434,435,431 431,433,434 318,315,431 431,435,318 391,394,436 436,437,391 389,438,436 436,394,389 434,433,436 436,438,434 432,437,436 436,433,432 385,426,439 439,386,385 423,440,439 439,426,423 434,438,439 439,440,434 389,386,439 439,438,389 323,326,441 441,421,323 318,435,441 441,326,318 434,440,441 441,435,434 423,421,441 441,440,423 442,443,444 444,445,442 446,447,444 444,443,446 448,449,444 444,447,448 450,445,444 444,449,450 451,452,453 453,454,451 455,456,453 453,452,455 448,447,453 453,456,448 446,454,453 453,447,446 457,458,459 459,460,457 461,462,459 459,458,461 448,456,459 459,462,448 455,460,459 459,456,455 463,464,465 465,466,463 450,449,465 465,464,450 448,462,465 465,449,448 461,466,465 465,462,461 467,468,469 469,470,467 471,472,469 469,468,471 473,474,469 469,472,473 475,470,469 469,474,475 476,477,478 478,479,476 480,481,478 478,477,480 473,472,478 478,481,473 471,479,478 478,472,471 457,460,482 482,483,457 455,484,482 482,460,455 473,481,482 482,484,473 480,483,482 482,481,480 451,485,486 486,452,451 475,474,486 486,485,475 473,484,486 486,474,473 455,452,486 486,484,455 334,416,487 487,488,334 420,489,487 487,416,420 490,491,487 487,489,490 492,488,487 487,491,492 404,493,494 494,428,404 495,496,494 494,493,495 490,489,494 494,496,490 420,428,494 494,489,420 457,483,497 497,498,457 480,499,497 497,483,480 490,496,497 497,499,490 495,498,497 497,496,495 476,500,501 501,477,476 492,491,501 501,500,492 490,499,501 501,491,490 480,477,501 501,499,480 395,502,503 503,396,395 504,505,503 503,502,504 506,507,503 503,505,506 399,396,503 503,507,399 463,466,508 508,509,463 461,510,508 508,466,461 506,505,508 508,510,506 504,509,508 508,505,504 457,498,511 511,458,457 495,512,511 511,498,495 506,510,511 511,512,506 461,458,511 511,510,461 404,407,513 513,493,404 399,507,513 513,407,399 506,512,513 513,507,506 495,493,513 513,512,495 514,515,516 516,517,514 518,519,516 516,515,518 520,521,516 516,519,520 522,517,516 516,521,522 523,524,525 525,526,523 527,528,525 525,524,527 520,519,525 525,528,520 518,526,525 525,519,518 529,530,531 531,532,529 533,534,531 531,530,533 520,528,531 531,534,520 527,532,531 531,528,527 535,536,537 537,538,535 522,521,537 537,536,522 520,534,537 537,521,520 533,538,537 537,534,533 354,357,539 539,540,354 362,541,539 539,357,362 542,543,539 539,541,542 544,540,539 539,543,544 343,545,546 546,368,343 547,548,546 546,545,547 542,541,546 546,548,542 362,368,546 546,541,362 529,532,549 549,550,529 527,551,549 549,532,527 542,548,549 549,551,542 547,550,549 549,548,547 523,552,553 553,524,523 544,543,553 553,552,544 542,551,553 553,543,542 527,524,553 553,551,527 334,488,554 554,335,334 492,555,554 554,488,492 556,557,554 554,555,556 338,335,554 554,557,338 476,558,559 559,500,476 560,561,559 559,558,560 556,555,559 559,561,556 492,500,559 559,555,492 529,550,562 562,563,529 547,564,562 562,550,547 556,561,562 562,564,556 560,563,562 562,561,560 343,346,565 565,545,343 338,557,565 565,346,338 556,564,565 565,557,556 547,545,565 565,564,547 467,566,567 567,468,467 568,569,567 567,566,568 570,571,567 567,569,570 471,468,567 567,571,471 535,538,572 572,573,535 533,574,572 572,538,533 570,569,572 572,574,570 568,573,572 572,569,568 529,563,575 575,530,529 560,576,575 575,563,560 570,574,575 575,576,570 533,530,575 575,574,533 476,479,577 577,558,476 471,571,577 577,479,471 570,576,577 577,571,570 560,558,577 577,576,560 153,156,578 578,579,153 161,580,578 578,156,161 581,582,578 578,580,581 583,579,578 578,582,583 174,584,585 585,175,174 586,587,585 585,584,586 581,580,585 585,587,581 161,175,585 585,580,161 588,589,590 590,591,588 592,593,590 590,589,592 581,587,590 590,593,581 586,591,590 590,587,586 594,595,596 596,597,594 583,582,596 596,595,583 581,593,596 596,582,581 592,597,596 596,593,592 106,598,599 599,213,106 600,601,599 599,598,600 602,603,599 599,601,602 215,213,599 599,603,215 604,605,606 606,607,604 608,609,606 606,605,608 602,601,606 606,609,602 600,607,606 606,601,600 588,591,610 610,611,588 586,612,610 610,591,586 602,609,610 610,612,602 608,611,610 610,609,608 174,220,613 613,584,174 215,603,613 613,220,215 602,612,613 613,603,602 586,584,613 613,612,586 614,615,616 616,617,614 618,619,616 616,615,618 620,621,616 616,619,620 622,617,616 616,621,622 623,624,625 625,626,623 627,628,625 625,624,627 620,619,625 625,628,620 618,626,625 625,619,618 588,611,629 629,630,588 608,631,629 629,611,608 620,628,629 629,631,620 627,630,629 629,628,627 604,632,633 633,605,604 622,621,633 633,632,622 620,631,633 633,621,620 608,605,633 633,631,608 634,635,636 636,637,634 638,639,636 636,635,638 640,641,636 636,639,640 642,637,636 636,641,642 594,597,643 643,644,594 592,645,643 643,597,592 640,639,643 643,645,640 638,644,643 643,639,638 588,630,646 646,589,588 627,647,646 646,630,627 640,645,646 646,647,640 592,589,646 646,645,592 623,648,649 649,624,623 642,641,649 649,648,642 640,647,649 649,641,640 627,624,649 649,647,627 81,650,651 651,82,81 652,653,651 651,650,652 654,655,651 651,653,654 85,82,651 651,655,85 656,657,658 658,659,656 660,661,658 658,657,660 654,653,658 658,661,654 652,659,658 658,653,652 662,663,664 664,665,662 666,667,664 664,663,666 654,661,664 664,667,654 660,665,664 664,661,660 90,93,668 668,669,90 85,655,668 668,93,85 654,667,668 668,655,654 666,669,668 668,667,666 670,671,672 672,673,670 674,675,672 672,671,674 676,677,672 672,675,676 678,673,672 672,677,678 679,680,681 681,682,679 683,684,681 681,680,683 676,675,681 681,684,676 674,682,681 681,675,674 662,665,685 685,686,662 660,687,685 685,665,660 676,684,685 685,687,676 683,686,685 685,684,683 656,688,689 689,657,656 678,677,689 689,688,678 676,687,689 689,677,676 660,657,689 689,687,660 614,617,690 690,691,614 622,692,690 690,617,622 693,694,690 690,692,693 695,691,690 690,694,695 604,696,697 697,632,604 698,699,697 697,696,698 693,692,697 697,699,693 622,632,697 697,692,622 662,686,700 700,701,662 683,702,700 700,686,683 693,699,700 700,702,693 698,701,700 700,699,698 679,703,704 704,680,679 695,694,704 704,703,695 693,702,704 704,694,693 683,680,704 704,702,683 106,109,705 705,598,106 114,706,705 705,109,114 707,708,705 705,706,707 600,598,705 705,708,600 90,669,709 709,124,90 666,710,709 709,669,666 707,706,709 709,710,707 114,124,709 709,706,114 662,701,711 711,663,662 698,712,711 711,701,698 707,710,711 711,712,707 666,663,711 711,710,666 604,607,713 713,696,604 600,708,713 713,607,600 707,712,713 713,708,707 698,696,713 713,712,698 370,373,714 714,715,370 378,716,714 714,373,378 717,718,714 714,716,717 719,715,714 714,718,719 391,720,721 721,392,391 722,723,721 721,720,722 717,716,721 721,723,717 378,392,721 721,716,378 724,725,726 726,727,724 728,729,726 726,725,728 717,723,726 726,729,717 722,727,726 726,723,722 730,731,732 732,733,730 719,718,732 732,731,719 717,729,732 732,718,717 728,733,732 732,729,728 314,734,735 735,430,314 736,737,735 735,734,736 738,739,735 735,737,738 432,430,735 735,739,432 740,741,742 742,743,740 744,745,742 742,741,744 738,737,742 742,745,738 736,743,742 742,737,736 724,727,746 746,747,724 722,748,746 746,727,722 738,745,746 746,748,738 744,747,746 746,745,744 391,437,749 749,720,391 432,739,749 749,437,432 738,748,749 749,739,738 722,720,749 749,748,722 614,691,750 750,751,614 695,752,750 750,691,695 753,754,750 750,752,753 755,751,750 750,754,755 679,756,757 757,703,679 758,759,757 757,756,758 753,752,757 757,759,753 695,703,757 757,752,695 724,747,760 760,761,724 744,762,760 760,747,744 753,759,760 760,762,753 758,761,760 760,759,758 740,763,764 764,741,740 755,754,764 764,763,755 753,762,764 764,754,753 744,741,764 764,762,744 670,765,766 766,671,670 767,768,766 766,765,767 769,770,766 766,768,769 674,671,766 766,770,674 730,733,771 771,772,730 728,773,771 771,733,728 769,768,771 771,773,769 767,772,771 771,768,767 724,761,774 774,725,724 758,775,774 774,761,758 769,773,774 774,775,769 728,725,774 774,773,728 679,682,776 776,756,679 674,770,776 776,682,674 769,775,776 776,770,769 758,756,776 776,775,758 289,777,778 778,290,289 779,780,778 778,777,779 781,782,778 778,780,781 293,290,778 778,782,293 783,784,785 785,786,783 787,788,785 785,784,787 781,780,785 785,788,781 779,786,785 785,780,779 789,790,791 791,792,789 793,794,791 791,790,793 781,788,791 791,794,781 787,792,791 791,788,787 298,301,795 795,796,298 293,782,795 795,301,293 781,794,795 795,782,781 793,796,795 795,794,793 634,637,797 797,798,634 642,799,797 797,637,642 800,801,797 797,799,800 802,798,797 797,801,802 623,803,804 804,648,623 805,806,804 804,803,805 800,799,804 804,806,800 642,648,804 804,799,642 789,792,807 807,808,789 787,809,807 807,792,787 800,806,807 807,809,800 805,808,807 807,806,805 783,810,811 811,784,783 802,801,811 811,810,802 800,809,811 811,801,800 787,784,811 811,809,787 614,751,812 812,615,614 755,813,812 812,751,755 814,815,812 812,813,814 618,615,812 812,815,618 740,816,817 817,763,740 818,819,817 817,816,818 814,813,817 817,819,814 755,763,817 817,813,755 789,808,820 820,821,789 805,822,820 820,808,805 814,819,820 820,822,814 818,821,820 820,819,818 623,626,823 823,803,623 618,815,823 823,626,618 814,822,823 823,815,814 805,803,823 823,822,805 314,317,824 824,734,314 322,825,824 824,317,322 826,827,824 824,825,826 736,734,824 824,827,736 298,796,828 828,332,298 793,829,828 828,796,793 826,825,828 828,829,826 322,332,828 828,825,322 789,821,830 830,790,789 818,831,830 830,821,818 826,829,830 830,831,826 793,790,830 830,829,793 740,743,832 832,816,740 736,827,832 832,743,736 826,831,832 832,827,826 818,816,832 832,831,818 225,228,833 833,834,225 233,835,833 833,228,233 836,837,833 833,835,836 838,834,833 833,837,838 246,839,840 840,247,246 841,842,840 840,839,841 836,835,840 840,842,836 233,247,840 840,835,233 843,844,845 845,846,843 847,848,845 845,844,847 836,842,845 845,848,836 841,846,845 845,842,841 849,850,851 851,852,849 838,837,851 851,850,838 836,848,851 851,837,836 847,852,851 851,848,847 178,853,854 854,277,178 855,856,854 854,853,855 857,858,854 854,856,857 279,277,854 854,858,279 859,860,861 861,862,859 863,864,861 861,860,863 857,856,861 861,864,857 855,862,861 861,856,855 843,846,865 865,866,843 841,867,865 865,846,841 857,864,865 865,867,857 863,866,865 865,864,863 246,284,868 868,839,246 279,858,868 868,284,279 857,867,868 868,858,857 841,839,868 868,867,841 869,870,871 871,872,869 873,874,871 871,870,873 875,876,871 871,874,875 877,872,871 871,876,877 878,879,880 880,881,878 882,883,880 880,879,882 875,874,880 880,883,875 873,881,880 880,874,873 843,866,884 884,885,843 863,886,884 884,866,863 875,883,884 884,886,875 882,885,884 884,883,882 859,887,888 888,860,859 877,876,888 888,887,877 875,886,888 888,876,875 863,860,888 888,886,863 889,890,891 891,892,889 893,894,891 891,890,893 895,896,891 891,894,895 897,892,891 891,896,897 849,852,898 898,899,849 847,900,898 898,852,847 895,894,898 898,900,895 893,899,898 898,894,893 843,885,901 901,844,843 882,902,901 901,885,882 895,900,901 901,902,895 847,844,901 901,900,847 878,903,904 904,879,878 897,896,904 904,903,897 895,902,904 904,896,895 882,879,904 904,902,882 153,579,905 905,154,153 583,906,905 905,579,583 907,908,905 905,906,907 157,154,905 905,908,157 594,909,910 910,595,594 911,912,910 910,909,911 907,906,910 910,912,907 583,595,910 910,906,583 913,914,915 915,916,913 917,918,915 915,914,917 907,912,915 915,918,907 911,916,915 915,912,911 162,165,919 919,920,162 157,908,919 919,165,157 907,918,919 919,908,907 917,920,919 919,918,917 634,921,922 922,635,634 923,924,922 922,921,923 925,926,922 922,924,925 638,635,922 922,926,638 927,928,929 929,930,927 931,932,929 929,928,931 925,924,929 929,932,925 923,930,929 929,924,923 913,916,933 933,934,913 911,935,933 933,916,911 925,932,933 933,935,925 931,934,933 933,932,931 594,644,936 936,909,594 638,926,936 936,644,638 925,935,936 936,926,925 911,909,936 936,935,911 869,872,937 937,938,869 877,939,937 937,872,877 940,941,937 937,939,940 942,938,937 937,941,942 859,943,944 944,887,859 945,946,944 944,943,945 940,939,944 944,946,940 877,887,944 944,939,877 913,934,947 947,948,913 931,949,947 947,934,931 940,946,947 947,949,940 945,948,947 947,946,945 927,950,951 951,928,927 942,941,951 951,950,942 940,949,951 951,941,940 931,928,951 951,949,931 178,181,952 952,853,178 186,953,952 952,181,186 954,955,952 952,953,954 855,853,952 952,955,855 162,920,956 956,196,162 917,957,956 956,920,917 954,953,956 956,957,954 186,196,956 956,953,186 913,948,958 958,914,913 945,959,958 958,948,945 954,957,958 958,959,954 917,914,958 958,957,917 859,862,960 960,943,859 855,955,960 960,862,855 954,959,960 960,955,954 945,943,960 960,959,945 289,292,961 961,777,289 297,962,961 961,292,297 963,964,961 961,962,963 779,777,961 961,964,779 310,965,966 966,311,310 967,968,966 966,965,967 963,962,966 966,968,963 297,311,966 966,962,297 969,970,971 971,972,969 973,974,971 971,970,973 963,968,971 971,974,963 967,972,971 971,968,967 783,786,975 975,976,783 779,964,975 975,786,779 963,974,975 975,964,963 973,976,975 975,974,973 354,977,978 978,355,354 979,980,978 978,977,979 981,982,978 978,980,981 358,355,978 978,982,358 983,984,985 985,986,983 987,988,985 985,984,987 981,980,985 985,988,981 979,986,985 985,980,979 969,972,989 989,990,969 967,991,989 989,972,967 981,988,989 989,991,981 987,990,989 989,988,987 310,364,992 992,965,310 358,982,992 992,364,358 981,991,992 992,982,981 967,965,992 992,991,967 869,938,993 993,994,869 942,995,993 993,938,942 996,997,993 993,995,996 998,994,993 993,997,998 927,999,1000 1000,950,927 1001,1002,1000 1000,999,1001 996,995,1000 1000,1002,996 942,950,1000 1000,995,942 969,990,1003 1003,1004,969 987,1005,1003 1003,990,987 996,1002,1003 1003,1005,996 1001,1004,1003 1003,1002,1001 983,1006,1007 1007,984,983 998,997,1007 1007,1006,998 996,1005,1007 1007,997,996 987,984,1007 1007,1005,987 634,798,1008 1008,921,634 802,1009,1008 1008,798,802 1010,1011,1008 1008,1009,1010 923,921,1008 1008,1011,923 783,976,1012 1012,810,783 973,1013,1012 1012,976,973 1010,1009,1012 1012,1013,1010 802,810,1012 1012,1009,802 969,1004,1014 1014,970,969 1001,1015,1014 1014,1004,1001 1010,1013,1014 1014,1015,1010 973,970,1014 1014,1013,973 927,930,1016 1016,999,927 923,1011,1016 1016,930,923 1010,1015,1016 1016,1011,1010 1001,999,1016 1016,1015,1001 514,1017,1018 1018,515,514 1019,1020,1018 1018,1017,1019 1021,1022,1018 1018,1020,1021 518,515,1018 1018,1022,518 1023,1024,1025 1025,1026,1023 1027,1028,1025 1025,1024,1027 1021,1020,1025 1025,1028,1021 1019,1026,1025 1025,1020,1019 1029,1030,1031 1031,1032,1029 1033,1034,1031 1031,1030,1033 1021,1028,1031 1031,1034,1021 1027,1032,1031 1031,1028,1027 523,526,1035 1035,1036,523 518,1022,1035 1035,526,518 1021,1034,1035 1035,1022,1021 1033,1036,1035 1035,1034,1033 889,892,1037 1037,1038,889 897,1039,1037 1037,892,897 1040,1041,1037 1037,1039,1040 1042,1038,1037 1037,1041,1042 878,1043,1044 1044,903,878 1045,1046,1044 1044,1043,1045 1040,1039,1044 1044,1046,1040 897,903,1044 1044,1039,897 1029,1032,1047 1047,1048,1029 1027,1049,1047 1047,1032,1027 1040,1046,1047 1047,1049,1040 1045,1048,1047 1047,1046,1045 1023,1050,1051 1051,1024,1023 1042,1041,1051 1051,1050,1042 1040,1049,1051 1051,1041,1040 1027,1024,1051 1051,1049,1027 869,994,1052 1052,870,869 998,1053,1052 1052,994,998 1054,1055,1052 1052,1053,1054 873,870,1052 1052,1055,873 983,1056,1057 1057,1006,983 1058,1059,1057 1057,1056,1058 1054,1053,1057 1057,1059,1054 998,1006,1057 1057,1053,998 1029,1048,1060 1060,1061,1029 1045,1062,1060 1060,1048,1045 1054,1059,1060 1060,1062,1054 1058,1061,1060 1060,1059,1058 878,881,1063 1063,1043,878 873,1055,1063 1063,881,873 1054,1062,1063 1063,1055,1054 1045,1043,1063 1063,1062,1045 354,540,1064 1064,977,354 544,1065,1064 1064,540,544 1066,1067,1064 1064,1065,1066 979,977,1064 1064,1067,979 523,1036,1068 1068,552,523 1033,1069,1068 1068,1036,1033 1066,1065,1068 1068,1069,1066 544,552,1068 1068,1065,544 1029,1061,1070 1070,1030,1029 1058,1071,1070 1070,1061,1058 1066,1069,1070 1070,1071,1066 1033,1030,1070 1070,1069,1033 983,986,1072 1072,1056,983 979,1067,1072 1072,986,979 1066,1071,1072 1072,1067,1066 1058,1056,1072 1072,1071,1058 0,3,1073 1073,1074,0 8,1075,1073 1073,3,8 1076,1077,1073 1073,1075,1076 1078,1074,1073 1073,1077,1078 21,1079,1080 1080,22,21 1081,1082,1080 1080,1079,1081 1076,1075,1080 1080,1082,1076 8,22,1080 1080,1075,8 1083,1084,1085 1085,1086,1083 1087,1088,1085 1085,1084,1087 1076,1082,1085 1085,1088,1076 1081,1086,1085 1085,1082,1081 1089,1090,1091 1091,1092,1089 1078,1077,1091 1091,1090,1078 1076,1088,1091 1091,1077,1076 1087,1092,1091 1091,1088,1087 65,1093,1094 1094,66,65 1095,1096,1094 1094,1093,1095 1097,1098,1094 1094,1096,1097 69,66,1094 1094,1098,69 1099,1100,1101 1101,1102,1099 1103,1104,1101 1101,1100,1103 1097,1096,1101 1101,1104,1097 1095,1102,1101 1101,1096,1095 1083,1086,1105 1105,1106,1083 1081,1107,1105 1105,1086,1081 1097,1104,1105 1105,1107,1097 1103,1106,1105 1105,1104,1103 21,75,1108 1108,1079,21 69,1098,1108 1108,75,69 1097,1107,1108 1108,1098,1097 1081,1079,1108 1108,1107,1081 1109,1110,1111 1111,1112,1109 1113,1114,1111 1111,1110,1113 1115,1116,1111 1111,1114,1115 1117,1112,1111 1111,1116,1117 1118,1119,1120 1120,1121,1118 1122,1123,1120 1120,1119,1122 1115,1114,1120 1120,1123,1115 1113,1121,1120 1120,1114,1113 1083,1106,1124 1124,1125,1083 1103,1126,1124 1124,1106,1103 1115,1123,1124 1124,1126,1115 1122,1125,1124 1124,1123,1122 1099,1127,1128 1128,1100,1099 1117,1116,1128 1128,1127,1117 1115,1126,1128 1128,1116,1115 1103,1100,1128 1128,1126,1103 1129,1130,1131 1131,1132,1129 1133,1134,1131 1131,1130,1133 1135,1136,1131 1131,1134,1135 1137,1132,1131 1131,1136,1137 1089,1092,1138 1138,1139,1089 1087,1140,1138 1138,1092,1087 1135,1134,1138 1138,1140,1135 1133,1139,1138 1138,1134,1133 1083,1125,1141 1141,1084,1083 1122,1142,1141 1141,1125,1122 1135,1140,1141 1141,1142,1135 1087,1084,1141 1141,1140,1087 1118,1143,1144 1144,1119,1118 1137,1136,1144 1144,1143,1137 1135,1142,1144 1144,1136,1135 1122,1119,1144 1144,1142,1122 225,834,1145 1145,226,225 838,1146,1145 1145,834,838 1147,1148,1145 1145,1146,1147 229,226,1145 1145,1148,229 849,1149,1150 1150,850,849 1151,1152,1150 1150,1149,1151 1147,1146,1150 1150,1152,1147 838,850,1150 1150,1146,838 1153,1154,1155 1155,1156,1153 1157,1158,1155 1155,1154,1157 1147,1152,1155 1155,1158,1147 1151,1156,1155 1155,1152,1151 234,237,1159 1159,1160,234 229,1148,1159 1159,237,229 1147,1158,1159 1159,1148,1147 1157,1160,1159 1159,1158,1157 889,1161,1162 1162,890,889 1163,1164,1162 1162,1161,1163 1165,1166,1162 1162,1164,1165 893,890,1162 1162,1166,893 1167,1168,1169 1169,1170,1167 1171,1172,1169 1169,1168,1171 1165,1164,1169 1169,1172,1165 1163,1170,1169 1169,1164,1163 1153,1156,1173 1173,1174,1153 1151,1175,1173 1173,1156,1151 1165,1172,1173 1173,1175,1165 1171,1174,1173 1173,1172,1171 849,899,1176 1176,1149,849 893,1166,1176 1176,899,893 1165,1175,1176 1176,1166,1165 1151,1149,1176 1176,1175,1151 1109,1112,1177 1177,1178,1109 1117,1179,1177 1177,1112,1117 1180,1181,1177 1177,1179,1180 1182,1178,1177 1177,1181,1182 1099,1183,1184 1184,1127,1099 1185,1186,1184 1184,1183,1185 1180,1179,1184 1184,1186,1180 1117,1127,1184 1184,1179,1117 1153,1174,1187 1187,1188,1153 1171,1189,1187 1187,1174,1171 1180,1186,1187 1187,1189,1180 1185,1188,1187 1187,1186,1185 1167,1190,1191 1191,1168,1167 1182,1181,1191 1191,1190,1182 1180,1189,1191 1191,1181,1180 1171,1168,1191 1191,1189,1171 65,251,1192 1192,1093,65 255,1193,1192 1192,251,255 1194,1195,1192 1192,1193,1194 1095,1093,1192 1192,1195,1095 234,1160,1196 1196,263,234 1157,1197,1196 1196,1160,1157 1194,1193,1196 1196,1197,1194 255,263,1196 1196,1193,255 1153,1188,1198 1198,1154,1153 1185,1199,1198 1198,1188,1185 1194,1197,1198 1198,1199,1194 1157,1154,1198 1198,1197,1157 1099,1102,1200 1200,1183,1099 1095,1195,1200 1200,1102,1095 1194,1199,1200 1200,1195,1194 1185,1183,1200 1200,1199,1185 514,517,1201 1201,1017,514 522,1202,1201 1201,517,522 1203,1204,1201 1201,1202,1203 1019,1017,1201 1201,1204,1019 535,1205,1206 1206,536,535 1207,1208,1206 1206,1205,1207 1203,1202,1206 1206,1208,1203 522,536,1206 1206,1202,522 1209,1210,1211 1211,1212,1209 1213,1214,1211 1211,1210,1213 1203,1208,1211 1211,1214,1203 1207,1212,1211 1211,1208,1207 1023,1026,1215 1215,1216,1023 1019,1204,1215 1215,1026,1019 1203,1214,1215 1215,1204,1203 1213,1216,1215 1215,1214,1213 467,1217,1218 1218,566,467 1219,1220,1218 1218,1217,1219 1221,1222,1218 1218,1220,1221 568,566,1218 1218,1222,568 1223,1224,1225 1225,1226,1223 1227,1228,1225 1225,1224,1227 1221,1220,1225 1225,1228,1221 1219,1226,1225 1225,1220,1219 1209,1212,1229 1229,1230,1209 1207,1231,1229 1229,1212,1207 1221,1228,1229 1229,1231,1221 1227,1230,1229 1229,1228,1227 535,573,1232 1232,1205,535 568,1222,1232 1232,573,568 1221,1231,1232 1232,1222,1221 1207,1205,1232 1232,1231,1207 1109,1178,1233 1233,1234,1109 1182,1235,1233 1233,1178,1182 1236,1237,1233 1233,1235,1236 1238,1234,1233 1233,1237,1238 1167,1239,1240 1240,1190,1167 1241,1242,1240 1240,1239,1241 1236,1235,1240 1240,1242,1236 1182,1190,1240 1240,1235,1182 1209,1230,1243 1243,1244,1209 1227,1245,1243 1243,1230,1227 1236,1242,1243 1243,1245,1236 1241,1244,1243 1243,1242,1241 1223,1246,1247 1247,1224,1223 1238,1237,1247 1247,1246,1238 1236,1245,1247 1247,1237,1236 1227,1224,1247 1247,1245,1227 889,1038,1248 1248,1161,889 1042,1249,1248 1248,1038,1042 1250,1251,1248 1248,1249,1250 1163,1161,1248 1248,1251,1163 1023,1216,1252 1252,1050,1023 1213,1253,1252 1252,1216,1213 1250,1249,1252 1252,1253,1250 1042,1050,1252 1252,1249,1042 1209,1244,1254 1254,1210,1209 1241,1255,1254 1254,1244,1241 1250,1253,1254 1254,1255,1250 1213,1210,1254 1254,1253,1213 1167,1170,1256 1256,1239,1167 1163,1251,1256 1256,1170,1163 1250,1255,1256 1256,1251,1250 1241,1239,1256 1256,1255,1241 442,1257,1258 1258,443,442 1259,1260,1258 1258,1257,1259 1261,1262,1258 1258,1260,1261 446,443,1258 1258,1262,446 1263,1264,1265 1265,1266,1263 1267,1268,1265 1265,1264,1267 1261,1260,1265 1265,1268,1261 1259,1266,1265 1265,1260,1259 1269,1270,1271 1271,1272,1269 1273,1274,1271 1271,1270,1273 1261,1268,1271 1271,1274,1261 1267,1272,1271 1271,1268,1267 451,454,1275 1275,1276,451 446,1262,1275 1275,454,446 1261,1274,1275 1275,1262,1261 1273,1276,1275 1275,1274,1273 1129,1132,1277 1277,1278,1129 1137,1279,1277 1277,1132,1137 1280,1281,1277 1277,1279,1280 1282,1278,1277 1277,1281,1282 1118,1283,1284 1284,1143,1118 1285,1286,1284 1284,1283,1285 1280,1279,1284 1284,1286,1280 1137,1143,1284 1284,1279,1137 1269,1272,1287 1287,1288,1269 1267,1289,1287 1287,1272,1267 1280,1286,1287 1287,1289,1280 1285,1288,1287 1287,1286,1285 1263,1290,1291 1291,1264,1263 1282,1281,1291 1291,1290,1282 1280,1289,1291 1291,1281,1280 1267,1264,1291 1291,1289,1267 1109,1234,1292 1292,1110,1109 1238,1293,1292 1292,1234,1238 1294,1295,1292 1292,1293,1294 1113,1110,1292 1292,1295,1113 1223,1296,1297 1297,1246,1223 1298,1299,1297 1297,1296,1298 1294,1293,1297 1297,1299,1294 1238,1246,1297 1297,1293,1238 1269,1288,1300 1300,1301,1269 1285,1302,1300 1300,1288,1285 1294,1299,1300 1300,1302,1294 1298,1301,1300 1300,1299,1298 1118,1121,1303 1303,1283,1118 1113,1295,1303 1303,1121,1113 1294,1302,1303 1303,1295,1294 1285,1283,1303 1303,1302,1285 467,470,1304 1304,1217,467 475,1305,1304 1304,470,475 1306,1307,1304 1304,1305,1306 1219,1217,1304 1304,1307,1219 451,1276,1308 1308,485,451 1273,1309,1308 1308,1276,1273 1306,1305,1308 1308,1309,1306 475,485,1308 1308,1305,475 1269,1301,1310 1310,1270,1269 1298,1311,1310 1310,1301,1298 1306,1309,1310 1310,1311,1306 1273,1270,1310 1310,1309,1273 1223,1226,1312 1312,1296,1223 1219,1307,1312 1312,1226,1219 1306,1311,1312 1312,1307,1306 1298,1296,1312 1312,1311,1298 1313,1314,1315 1315,1316,1313 1317,1318,1315 1315,1314,1317 1319,1320,1315 1315,1318,1319 1321,1316,1315 1315,1320,1321 1322,1323,1324 1324,1325,1322 1326,1327,1324 1324,1323,1326 1319,1318,1324 1324,1327,1319 1317,1325,1324 1324,1318,1317 1328,1329,1330 1330,1331,1328 1332,1333,1330 1330,1329,1332 1319,1327,1330 1330,1333,1319 1326,1331,1330 1330,1327,1326 1334,1335,1336 1336,1337,1334 1321,1320,1336 1336,1335,1321 1319,1333,1336 1336,1320,1319 1332,1337,1336 1336,1333,1332 1338,1339,1340 1340,1341,1338 1342,1343,1340 1340,1339,1342 1344,1345,1340 1340,1343,1344 1346,1341,1340 1340,1345,1346 1347,1348,1349 1349,1350,1347 1351,1352,1349 1349,1348,1351 1344,1343,1349 1349,1352,1344 1342,1350,1349 1349,1343,1342 1328,1331,1353 1353,1354,1328 1326,1355,1353 1353,1331,1326 1344,1352,1353 1353,1355,1344 1351,1354,1353 1353,1352,1351 1322,1356,1357 1357,1323,1322 1346,1345,1357 1357,1356,1346 1344,1355,1357 1357,1345,1344 1326,1323,1357 1357,1355,1326 1358,1359,1360 1360,1361,1358 1362,1363,1360 1360,1359,1362 1364,1365,1360 1360,1363,1364 1366,1361,1360 1360,1365,1366 1367,1368,1369 1369,1370,1367 1371,1372,1369 1369,1368,1371 1364,1363,1369 1369,1372,1364 1362,1370,1369 1369,1363,1362 1328,1354,1373 1373,1374,1328 1351,1375,1373 1373,1354,1351 1364,1372,1373 1373,1375,1364 1371,1374,1373 1373,1372,1371 1347,1376,1377 1377,1348,1347 1366,1365,1377 1377,1376,1366 1364,1375,1377 1377,1365,1364 1351,1348,1377 1377,1375,1351 1378,1379,1380 1380,1381,1378 1382,1383,1380 1380,1379,1382 1384,1385,1380 1380,1383,1384 1386,1381,1380 1380,1385,1386 1334,1337,1387 1387,1388,1334 1332,1389,1387 1387,1337,1332 1384,1383,1387 1387,1389,1384 1382,1388,1387 1387,1383,1382 1328,1374,1390 1390,1329,1328 1371,1391,1390 1390,1374,1371 1384,1389,1390 1390,1391,1384 1332,1329,1390 1390,1389,1332 1367,1392,1393 1393,1368,1367 1386,1385,1393 1393,1392,1386 1384,1391,1393 1393,1385,1384 1371,1368,1393 1393,1391,1371 1394,1395,1396 1396,1397,1394 1398,1399,1396 1396,1395,1398 1400,1401,1396 1396,1399,1400 1402,1397,1396 1396,1401,1402 1403,1404,1405 1405,1406,1403 1407,1408,1405 1405,1404,1407 1400,1399,1405 1405,1408,1400 1398,1406,1405 1405,1399,1398 1409,1410,1411 1411,1412,1409 1413,1414,1411 1411,1410,1413 1400,1408,1411 1411,1414,1400 1407,1412,1411 1411,1408,1407 1415,1416,1417 1417,1418,1415 1402,1401,1417 1417,1416,1402 1400,1414,1417 1417,1401,1400 1413,1418,1417 1417,1414,1413 1419,1420,1421 1421,1422,1419 1423,1424,1421 1421,1420,1423 1425,1426,1421 1421,1424,1425 1427,1422,1421 1421,1426,1427 1428,1429,1430 1430,1431,1428 1432,1433,1430 1430,1429,1432 1425,1424,1430 1430,1433,1425 1423,1431,1430 1430,1424,1423 1409,1412,1434 1434,1435,1409 1407,1436,1434 1434,1412,1407 1425,1433,1434 1434,1436,1425 1432,1435,1434 1434,1433,1432 1403,1437,1438 1438,1404,1403 1427,1426,1438 1438,1437,1427 1425,1436,1438 1438,1426,1425 1407,1404,1438 1438,1436,1407 1358,1361,1439 1439,1440,1358 1366,1441,1439 1439,1361,1366 1442,1443,1439 1439,1441,1442 1444,1440,1439 1439,1443,1444 1347,1445,1446 1446,1376,1347 1447,1448,1446 1446,1445,1447 1442,1441,1446 1446,1448,1442 1366,1376,1446 1446,1441,1366 1409,1435,1449 1449,1450,1409 1432,1451,1449 1449,1435,1432 1442,1448,1449 1449,1451,1442 1447,1450,1449 1449,1448,1447 1428,1452,1453 1453,1429,1428 1444,1443,1453 1453,1452,1444 1442,1451,1453 1453,1443,1442 1432,1429,1453 1453,1451,1432 1338,1454,1455 1455,1339,1338 1456,1457,1455 1455,1454,1456 1458,1459,1455 1455,1457,1458 1342,1339,1455 1455,1459,1342 1415,1418,1460 1460,1461,1415 1413,1462,1460 1460,1418,1413 1458,1457,1460 1460,1462,1458 1456,1461,1460 1460,1457,1456 1409,1450,1463 1463,1410,1409 1447,1464,1463 1463,1450,1447 1458,1462,1463 1463,1464,1458 1413,1410,1463 1463,1462,1413 1347,1350,1465 1465,1445,1347 1342,1459,1465 1465,1350,1342 1458,1464,1465 1465,1459,1458 1447,1445,1465 1465,1464,1447 1466,1467,1468 1468,1469,1466 1470,1471,1468 1468,1467,1470 1472,1473,1468 1468,1471,1472 1474,1469,1468 1468,1473,1474 1475,1476,1477 1477,1478,1475 1479,1480,1477 1477,1476,1479 1472,1471,1477 1477,1480,1472 1470,1478,1477 1477,1471,1470 1481,1482,1483 1483,1484,1481 1485,1486,1483 1483,1482,1485 1472,1480,1483 1483,1486,1472 1479,1484,1483 1483,1480,1479 1487,1488,1489 1489,1490,1487 1474,1473,1489 1489,1488,1474 1472,1486,1489 1489,1473,1472 1485,1490,1489 1489,1486,1485 1491,1492,1493 1493,1494,1491 1495,1496,1493 1493,1492,1495 1497,1498,1493 1493,1496,1497 1499,1494,1493 1493,1498,1499 1500,1501,1502 1502,1503,1500 1504,1505,1502 1502,1501,1504 1497,1496,1502 1502,1505,1497 1495,1503,1502 1502,1496,1495 1481,1484,1506 1506,1507,1481 1479,1508,1506 1506,1484,1479 1497,1505,1506 1506,1508,1497 1504,1507,1506 1506,1505,1504 1475,1509,1510 1510,1476,1475 1499,1498,1510 1510,1509,1499 1497,1508,1510 1510,1498,1497 1479,1476,1510 1510,1508,1479 1358,1440,1511 1511,1512,1358 1444,1513,1511 1511,1440,1444 1514,1515,1511 1511,1513,1514 1516,1512,1511 1511,1515,1516 1428,1517,1518 1518,1452,1428 1519,1520,1518 1518,1517,1519 1514,1513,1518 1518,1520,1514 1444,1452,1518 1518,1513,1444 1481,1507,1521 1521,1522,1481 1504,1523,1521 1521,1507,1504 1514,1520,1521 1521,1523,1514 1519,1522,1521 1521,1520,1519 1500,1524,1525 1525,1501,1500 1516,1515,1525 1525,1524,1516 1514,1523,1525 1525,1515,1514 1504,1501,1525 1525,1523,1504 1419,1526,1527 1527,1420,1419 1528,1529,1527 1527,1526,1528 1530,1531,1527 1527,1529,1530 1423,1420,1527 1527,1531,1423 1487,1490,1532 1532,1533,1487 1485,1534,1532 1532,1490,1485 1530,1529,1532 1532,1534,1530 1528,1533,1532 1532,1529,1528 1481,1522,1535 1535,1482,1481 1519,1536,1535 1535,1522,1519 1530,1534,1535 1535,1536,1530 1485,1482,1535 1535,1534,1485 1428,1431,1537 1537,1517,1428 1423,1531,1537 1537,1431,1423 1530,1536,1537 1537,1531,1530 1519,1517,1537 1537,1536,1519 1538,1539,1540 1540,1541,1538 1542,1543,1540 1540,1539,1542 1544,1545,1540 1540,1543,1544 1546,1541,1540 1540,1545,1546 1547,1548,1549 1549,1550,1547 1551,1552,1549 1549,1548,1551 1544,1543,1549 1549,1552,1544 1542,1550,1549 1549,1543,1542 1553,1554,1555 1555,1556,1553 1557,1558,1555 1555,1554,1557 1544,1552,1555 1555,1558,1544 1551,1556,1555 1555,1552,1551 1559,1560,1561 1561,1562,1559 1546,1545,1561 1561,1560,1546 1544,1558,1561 1561,1545,1544 1557,1562,1561 1561,1558,1557 1378,1381,1563 1563,1564,1378 1386,1565,1563 1563,1381,1386 1566,1567,1563 1563,1565,1566 1568,1564,1563 1563,1567,1568 1367,1569,1570 1570,1392,1367 1571,1572,1570 1570,1569,1571 1566,1565,1570 1570,1572,1566 1386,1392,1570 1570,1565,1386 1553,1556,1573 1573,1574,1553 1551,1575,1573 1573,1556,1551 1566,1572,1573 1573,1575,1566 1571,1574,1573 1573,1572,1571 1547,1576,1577 1577,1548,1547 1568,1567,1577 1577,1576,1568 1566,1575,1577 1577,1567,1566 1551,1548,1577 1577,1575,1551 1358,1512,1578 1578,1359,1358 1516,1579,1578 1578,1512,1516 1580,1581,1578 1578,1579,1580 1362,1359,1578 1578,1581,1362 1500,1582,1583 1583,1524,1500 1584,1585,1583 1583,1582,1584 1580,1579,1583 1583,1585,1580 1516,1524,1583 1583,1579,1516 1553,1574,1586 1586,1587,1553 1571,1588,1586 1586,1574,1571 1580,1585,1586 1586,1588,1580 1584,1587,1586 1586,1585,1584 1367,1370,1589 1589,1569,1367 1362,1581,1589 1589,1370,1362 1580,1588,1589 1589,1581,1580 1571,1569,1589 1589,1588,1571 1491,1590,1591 1591,1492,1491 1592,1593,1591 1591,1590,1592 1594,1595,1591 1591,1593,1594 1495,1492,1591 1591,1595,1495 1559,1562,1596 1596,1597,1559 1557,1598,1596 1596,1562,1557 1594,1593,1596 1596,1598,1594 1592,1597,1596 1596,1593,1592 1553,1587,1599 1599,1554,1553 1584,1600,1599 1599,1587,1584 1594,1598,1599 1599,1600,1594 1557,1554,1599 1599,1598,1557 1500,1503,1601 1601,1582,1500 1495,1595,1601 1601,1503,1495 1594,1600,1601 1601,1595,1594 1584,1582,1601 1601,1600,1584 81,84,1602 1602,1603,81 89,1604,1602 1602,84,89 1605,1606,1602 1602,1604,1605 1607,1603,1602 1602,1606,1607 102,1608,1609 1609,103,102 1610,1611,1609 1609,1608,1610 1605,1604,1609 1609,1611,1605 89,103,1609 1609,1604,89 1612,1613,1614 1614,1615,1612 1616,1617,1614 1614,1613,1616 1605,1611,1614 1614,1617,1605 1610,1615,1614 1614,1611,1610 1618,1619,1620 1620,1621,1618 1607,1606,1620 1620,1619,1607 1605,1617,1620 1620,1606,1605 1616,1621,1620 1620,1617,1616 25,1622,1623 1623,141,25 1624,1625,1623 1623,1622,1624 1626,1627,1623 1623,1625,1626 143,141,1623 1623,1627,143 1628,1629,1630 1630,1631,1628 1632,1633,1630 1630,1629,1632 1626,1625,1630 1630,1633,1626 1624,1631,1630 1630,1625,1624 1612,1615,1634 1634,1635,1612 1610,1636,1634 1634,1615,1610 1626,1633,1634 1634,1636,1626 1632,1635,1634 1634,1633,1632 102,148,1637 1637,1608,102 143,1627,1637 1637,148,143 1626,1636,1637 1637,1627,1626 1610,1608,1637 1637,1636,1610 1638,1639,1640 1640,1641,1638 1642,1643,1640 1640,1639,1642 1644,1645,1640 1640,1643,1644 1646,1641,1640 1640,1645,1646 1647,1648,1649 1649,1650,1647 1651,1652,1649 1649,1648,1651 1644,1643,1649 1649,1652,1644 1642,1650,1649 1649,1643,1642 1612,1635,1653 1653,1654,1612 1632,1655,1653 1653,1635,1632 1644,1652,1653 1653,1655,1644 1651,1654,1653 1653,1652,1651 1628,1656,1657 1657,1629,1628 1646,1645,1657 1657,1656,1646 1644,1655,1657 1657,1645,1644 1632,1629,1657 1657,1655,1632 1658,1659,1660 1660,1661,1658 1662,1663,1660 1660,1659,1662 1664,1665,1660 1660,1663,1664 1666,1661,1660 1660,1665,1666 1618,1621,1667 1667,1668,1618 1616,1669,1667 1667,1621,1616 1664,1663,1667 1667,1669,1664 1662,1668,1667 1667,1663,1662 1612,1654,1670 1670,1613,1612 1651,1671,1670 1670,1654,1651 1664,1669,1670 1670,1671,1664 1616,1613,1670 1670,1669,1616 1647,1672,1673 1673,1648,1647 1666,1665,1673 1673,1672,1666 1664,1671,1673 1673,1665,1664 1651,1648,1673 1673,1671,1651 0,1674,1675 1675,1,0 1676,1677,1675 1675,1674,1676 1678,1679,1675 1675,1677,1678 4,1,1675 1675,1679,4 1680,1681,1682 1682,1683,1680 1684,1685,1682 1682,1681,1684 1678,1677,1682 1682,1685,1678 1676,1683,1682 1682,1677,1676 1686,1687,1688 1688,1689,1686 1690,1691,1688 1688,1687,1690 1678,1685,1688 1688,1691,1678 1684,1689,1688 1688,1685,1684 9,12,1692 1692,1693,9 4,1679,1692 1692,12,4 1678,1691,1692 1692,1679,1678 1690,1693,1692 1692,1691,1690 1694,1695,1696 1696,1697,1694 1698,1699,1696 1696,1695,1698 1700,1701,1696 1696,1699,1700 1702,1697,1696 1696,1701,1702 1703,1704,1705 1705,1706,1703 1707,1708,1705 1705,1704,1707 1700,1699,1705 1705,1708,1700 1698,1706,1705 1705,1699,1698 1686,1689,1709 1709,1710,1686 1684,1711,1709 1709,1689,1684 1700,1708,1709 1709,1711,1700 1707,1710,1709 1709,1708,1707 1680,1712,1713 1713,1681,1680 1702,1701,1713 1713,1712,1702 1700,1711,1713 1713,1701,1700 1684,1681,1713 1713,1711,1684 1638,1641,1714 1714,1715,1638 1646,1716,1714 1714,1641,1646 1717,1718,1714 1714,1716,1717 1719,1715,1714 1714,1718,1719 1628,1720,1721 1721,1656,1628 1722,1723,1721 1721,1720,1722 1717,1716,1721 1721,1723,1717 1646,1656,1721 1721,1716,1646 1686,1710,1724 1724,1725,1686 1707,1726,1724 1724,1710,1707 1717,1723,1724 1724,1726,1717 1722,1725,1724 1724,1723,1722 1703,1727,1728 1728,1704,1703 1719,1718,1728 1728,1727,1719 1717,1726,1728 1728,1718,1717 1707,1704,1728 1728,1726,1707 25,28,1729 1729,1622,25 33,1730,1729 1729,28,33 1731,1732,1729 1729,1730,1731 1624,1622,1729 1729,1732,1624 9,1693,1733 1733,43,9 1690,1734,1733 1733,1693,1690 1731,1730,1733 1733,1734,1731 33,43,1733 1733,1730,33 1686,1725,1735 1735,1687,1686 1722,1736,1735 1735,1725,1722 1731,1734,1735 1735,1736,1731 1690,1687,1735 1735,1734,1690 1628,1631,1737 1737,1720,1628 1624,1732,1737 1737,1631,1624 1731,1736,1737 1737,1732,1731 1722,1720,1737 1737,1736,1722 1394,1397,1738 1738,1739,1394 1402,1740,1738 1738,1397,1402 1741,1742,1738 1738,1740,1741 1743,1739,1738 1738,1742,1743 1415,1744,1745 1745,1416,1415 1746,1747,1745 1745,1744,1746 1741,1740,1745 1745,1747,1741 1402,1416,1745 1745,1740,1402 1748,1749,1750 1750,1751,1748 1752,1753,1750 1750,1749,1752 1741,1747,1750 1750,1753,1741 1746,1751,1750 1750,1747,1746 1754,1755,1756 1756,1757,1754 1743,1742,1756 1756,1755,1743 1741,1753,1756 1756,1742,1741 1752,1757,1756 1756,1753,1752 1338,1758,1759 1759,1454,1338 1760,1761,1759 1759,1758,1760 1762,1763,1759 1759,1761,1762 1456,1454,1759 1759,1763,1456 1764,1765,1766 1766,1767,1764 1768,1769,1766 1766,1765,1768 1762,1761,1766 1766,1769,1762 1760,1767,1766 1766,1761,1760 1748,1751,1770 1770,1771,1748 1746,1772,1770 1770,1751,1746 1762,1769,1770 1770,1772,1762 1768,1771,1770 1770,1769,1768 1415,1461,1773 1773,1744,1415 1456,1763,1773 1773,1461,1456 1762,1772,1773 1773,1763,1762 1746,1744,1773 1773,1772,1746 1638,1715,1774 1774,1775,1638 1719,1776,1774 1774,1715,1719 1777,1778,1774 1774,1776,1777 1779,1775,1774 1774,1778,1779 1703,1780,1781 1781,1727,1703 1782,1783,1781 1781,1780,1782 1777,1776,1781 1781,1783,1777 1719,1727,1781 1781,1776,1719 1748,1771,1784 1784,1785,1748 1768,1786,1784 1784,1771,1768 1777,1783,1784 1784,1786,1777 1782,1785,1784 1784,1783,1782 1764,1787,1788 1788,1765,1764 1779,1778,1788 1788,1787,1779 1777,1786,1788 1788,1778,1777 1768,1765,1788 1788,1786,1768 1694,1789,1790 1790,1695,1694 1791,1792,1790 1790,1789,1791 1793,1794,1790 1790,1792,1793 1698,1695,1790 1790,1794,1698 1754,1757,1795 1795,1796,1754 1752,1797,1795 1795,1757,1752 1793,1792,1795 1795,1797,1793 1791,1796,1795 1795,1792,1791 1748,1785,1798 1798,1749,1748 1782,1799,1798 1798,1785,1782 1793,1797,1798 1798,1799,1793 1752,1749,1798 1798,1797,1752 1703,1706,1800 1800,1780,1703 1698,1794,1800 1800,1706,1698 1793,1799,1800 1800,1794,1793 1782,1780,1800 1800,1799,1782 1313,1801,1802 1802,1314,1313 1803,1804,1802 1802,1801,1803 1805,1806,1802 1802,1804,1805 1317,1314,1802 1802,1806,1317 1807,1808,1809 1809,1810,1807 1811,1812,1809 1809,1808,1811 1805,1804,1809 1809,1812,1805 1803,1810,1809 1809,1804,1803 1813,1814,1815 1815,1816,1813 1817,1818,1815 1815,1814,1817 1805,1812,1815 1815,1818,1805 1811,1816,1815 1815,1812,1811 1322,1325,1819 1819,1820,1322 1317,1806,1819 1819,1325,1317 1805,1818,1819 1819,1806,1805 1817,1820,1819 1819,1818,1817 1658,1661,1821 1821,1822,1658 1666,1823,1821 1821,1661,1666 1824,1825,1821 1821,1823,1824 1826,1822,1821 1821,1825,1826 1647,1827,1828 1828,1672,1647 1829,1830,1828 1828,1827,1829 1824,1823,1828 1828,1830,1824 1666,1672,1828 1828,1823,1666 1813,1816,1831 1831,1832,1813 1811,1833,1831 1831,1816,1811 1824,1830,1831 1831,1833,1824 1829,1832,1831 1831,1830,1829 1807,1834,1835 1835,1808,1807 1826,1825,1835 1835,1834,1826 1824,1833,1835 1835,1825,1824 1811,1808,1835 1835,1833,1811 1638,1775,1836 1836,1639,1638 1779,1837,1836 1836,1775,1779 1838,1839,1836 1836,1837,1838 1642,1639,1836 1836,1839,1642 1764,1840,1841 1841,1787,1764 1842,1843,1841 1841,1840,1842 1838,1837,1841 1841,1843,1838 1779,1787,1841 1841,1837,1779 1813,1832,1844 1844,1845,1813 1829,1846,1844 1844,1832,1829 1838,1843,1844 1844,1846,1838 1842,1845,1844 1844,1843,1842 1647,1650,1847 1847,1827,1647 1642,1839,1847 1847,1650,1642 1838,1846,1847 1847,1839,1838 1829,1827,1847 1847,1846,1829 1338,1341,1848 1848,1758,1338 1346,1849,1848 1848,1341,1346 1850,1851,1848 1848,1849,1850 1760,1758,1848 1848,1851,1760 1322,1820,1852 1852,1356,1322 1817,1853,1852 1852,1820,1817 1850,1849,1852 1852,1853,1850 1346,1356,1852 1852,1849,1346 1813,1845,1854 1854,1814,1813 1842,1855,1854 1854,1845,1842 1850,1853,1854 1854,1855,1850 1817,1814,1854 1854,1853,1817 1764,1767,1856 1856,1840,1764 1760,1851,1856 1856,1767,1760 1850,1855,1856 1856,1851,1850 1842,1840,1856 1856,1855,1842 442,445,1857 1857,1858,442 450,1859,1857 1857,445,450 1860,1861,1857 1857,1859,1860 1862,1858,1857 1857,1861,1862 463,1863,1864 1864,464,463 1865,1866,1864 1864,1863,1865 1860,1859,1864 1864,1866,1860 450,464,1864 1864,1859,450 1867,1868,1869 1869,1870,1867 1871,1872,1869 1869,1868,1871 1860,1866,1869 1869,1872,1860 1865,1870,1869 1869,1866,1865 1873,1874,1875 1875,1876,1873 1862,1861,1875 1875,1874,1862 1860,1872,1875 1875,1861,1860 1871,1876,1875 1875,1872,1871 395,1877,1878 1878,502,395 1879,1880,1878 1878,1877,1879 1881,1882,1878 1878,1880,1881 504,502,1878 1878,1882,504 1883,1884,1885 1885,1886,1883 1887,1888,1885 1885,1884,1887 1881,1880,1885 1885,1888,1881 1879,1886,1885 1885,1880,1879 1867,1870,1889 1889,1890,1867 1865,1891,1889 1889,1870,1865 1881,1888,1889 1889,1891,1881 1887,1890,1889 1889,1888,1887 463,509,1892 1892,1863,463 504,1882,1892 1892,509,504 1881,1891,1892 1892,1882,1881 1865,1863,1892 1892,1891,1865 1893,1894,1895 1895,1896,1893 1897,1898,1895 1895,1894,1897 1899,1900,1895 1895,1898,1899 1901,1896,1895 1895,1900,1901 1902,1903,1904 1904,1905,1902 1906,1907,1904 1904,1903,1906 1899,1898,1904 1904,1907,1899 1897,1905,1904 1904,1898,1897 1867,1890,1908 1908,1909,1867 1887,1910,1908 1908,1890,1887 1899,1907,1908 1908,1910,1899 1906,1909,1908 1908,1907,1906 1883,1911,1912 1912,1884,1883 1901,1900,1912 1912,1911,1901 1899,1910,1912 1912,1900,1899 1887,1884,1912 1912,1910,1887 1913,1914,1915 1915,1916,1913 1917,1918,1915 1915,1914,1917 1919,1920,1915 1915,1918,1919 1921,1916,1915 1915,1920,1921 1873,1876,1922 1922,1923,1873 1871,1924,1922 1922,1876,1871 1919,1918,1922 1922,1924,1919 1917,1923,1922 1922,1918,1917 1867,1909,1925 1925,1868,1867 1906,1926,1925 1925,1909,1906 1919,1924,1925 1925,1926,1919 1871,1868,1925 1925,1924,1871 1902,1927,1928 1928,1903,1902 1921,1920,1928 1928,1927,1921 1919,1926,1928 1928,1920,1919 1906,1903,1928 1928,1926,1906 370,1929,1930 1930,371,370 1931,1932,1930 1930,1929,1931 1933,1934,1930 1930,1932,1933 374,371,1930 1930,1934,374 1935,1936,1937 1937,1938,1935 1939,1940,1937 1937,1936,1939 1933,1932,1937 1937,1940,1933 1931,1938,1937 1937,1932,1931 1941,1942,1943 1943,1944,1941 1945,1946,1943 1943,1942,1945 1933,1940,1943 1943,1946,1933 1939,1944,1943 1943,1940,1939 379,382,1947 1947,1948,379 374,1934,1947 1947,382,374 1933,1946,1947 1947,1934,1933 1945,1948,1947 1947,1946,1945 1949,1950,1951 1951,1952,1949 1953,1954,1951 1951,1950,1953 1955,1956,1951 1951,1954,1955 1957,1952,1951 1951,1956,1957 1958,1959,1960 1960,1961,1958 1962,1963,1960 1960,1959,1962 1955,1954,1960 1960,1963,1955 1953,1961,1960 1960,1954,1953 1941,1944,1964 1964,1965,1941 1939,1966,1964 1964,1944,1939 1955,1963,1964 1964,1966,1955 1962,1965,1964 1964,1963,1962 1935,1967,1968 1968,1936,1935 1957,1956,1968 1968,1967,1957 1955,1966,1968 1968,1956,1955 1939,1936,1968 1968,1966,1939 1893,1896,1969 1969,1970,1893 1901,1971,1969 1969,1896,1901 1972,1973,1969 1969,1971,1972 1974,1970,1969 1969,1973,1974 1883,1975,1976 1976,1911,1883 1977,1978,1976 1976,1975,1977 1972,1971,1976 1976,1978,1972 1901,1911,1976 1976,1971,1901 1941,1965,1979 1979,1980,1941 1962,1981,1979 1979,1965,1962 1972,1978,1979 1979,1981,1972 1977,1980,1979 1979,1978,1977 1958,1982,1983 1983,1959,1958 1974,1973,1983 1983,1982,1974 1972,1981,1983 1983,1973,1972 1962,1959,1983 1983,1981,1962 395,398,1984 1984,1877,395 403,1985,1984 1984,398,403 1986,1987,1984 1984,1985,1986 1879,1877,1984 1984,1987,1879 379,1948,1988 1988,413,379 1945,1989,1988 1988,1948,1945 1986,1985,1988 1988,1989,1986 403,413,1988 1988,1985,403 1941,1980,1990 1990,1942,1941 1977,1991,1990 1990,1980,1977 1986,1989,1990 1990,1991,1986 1945,1942,1990 1990,1989,1945 1883,1886,1992 1992,1975,1883 1879,1987,1992 1992,1886,1879 1986,1991,1992 1992,1987,1986 1977,1975,1992 1992,1991,1977 1538,1541,1993 1993,1994,1538 1546,1995,1993 1993,1541,1546 1996,1997,1993 1993,1995,1996 1998,1994,1993 1993,1997,1998 1559,1999,2000 2000,1560,1559 2001,2002,2000 2000,1999,2001 1996,1995,2000 2000,2002,1996 1546,1560,2000 2000,1995,1546 2003,2004,2005 2005,2006,2003 2007,2008,2005 2005,2004,2007 1996,2002,2005 2005,2008,1996 2001,2006,2005 2005,2002,2001 2009,2010,2011 2011,2012,2009 1998,1997,2011 2011,2010,1998 1996,2008,2011 2011,1997,1996 2007,2012,2011 2011,2008,2007 1491,2013,2014 2014,1590,1491 2015,2016,2014 2014,2013,2015 2017,2018,2014 2014,2016,2017 1592,1590,2014 2014,2018,1592 2019,2020,2021 2021,2022,2019 2023,2024,2021 2021,2020,2023 2017,2016,2021 2021,2024,2017 2015,2022,2021 2021,2016,2015 2003,2006,2025 2025,2026,2003 2001,2027,2025 2025,2006,2001 2017,2024,2025 2025,2027,2017 2023,2026,2025 2025,2024,2023 1559,1597,2028 2028,1999,1559 1592,2018,2028 2028,1597,1592 2017,2027,2028 2028,2018,2017 2001,1999,2028 2028,2027,2001 1893,1970,2029 2029,2030,1893 1974,2031,2029 2029,1970,1974 2032,2033,2029 2029,2031,2032 2034,2030,2029 2029,2033,2034 1958,2035,2036 2036,1982,1958 2037,2038,2036 2036,2035,2037 2032,2031,2036 2036,2038,2032 1974,1982,2036 2036,2031,1974 2003,2026,2039 2039,2040,2003 2023,2041,2039 2039,2026,2023 2032,2038,2039 2039,2041,2032 2037,2040,2039 2039,2038,2037 2019,2042,2043 2043,2020,2019 2034,2033,2043 2043,2042,2034 2032,2041,2043 2043,2033,2032 2023,2020,2043 2043,2041,2023 1949,2044,2045 2045,1950,1949 2046,2047,2045 2045,2044,2046 2048,2049,2045 2045,2047,2048 1953,1950,2045 2045,2049,1953 2009,2012,2050 2050,2051,2009 2007,2052,2050 2050,2012,2007 2048,2047,2050 2050,2052,2048 2046,2051,2050 2050,2047,2046 2003,2040,2053 2053,2004,2003 2037,2054,2053 2053,2040,2037 2048,2052,2053 2053,2054,2048 2007,2004,2053 2053,2052,2007 1958,1961,2055 2055,2035,1958 1953,2049,2055 2055,1961,1953 2048,2054,2055 2055,2049,2048 2037,2035,2055 2055,2054,2037 1466,2056,2057 2057,1467,1466 2058,2059,2057 2057,2056,2058 2060,2061,2057 2057,2059,2060 1470,1467,2057 2057,2061,1470 2062,2063,2064 2064,2065,2062 2066,2067,2064 2064,2063,2066 2060,2059,2064 2064,2067,2060 2058,2065,2064 2064,2059,2058 2068,2069,2070 2070,2071,2068 2072,2073,2070 2070,2069,2072 2060,2067,2070 2070,2073,2060 2066,2071,2070 2070,2067,2066 1475,1478,2074 2074,2075,1475 1470,2061,2074 2074,1478,1470 2060,2073,2074 2074,2061,2060 2072,2075,2074 2074,2073,2072 1913,1916,2076 2076,2077,1913 1921,2078,2076 2076,1916,1921 2079,2080,2076 2076,2078,2079 2081,2077,2076 2076,2080,2081 1902,2082,2083 2083,1927,1902 2084,2085,2083 2083,2082,2084 2079,2078,2083 2083,2085,2079 1921,1927,2083 2083,2078,1921 2068,2071,2086 2086,2087,2068 2066,2088,2086 2086,2071,2066 2079,2085,2086 2086,2088,2079 2084,2087,2086 2086,2085,2084 2062,2089,2090 2090,2063,2062 2081,2080,2090 2090,2089,2081 2079,2088,2090 2090,2080,2079 2066,2063,2090 2090,2088,2066 1893,2030,2091 2091,1894,1893 2034,2092,2091 2091,2030,2034 2093,2094,2091 2091,2092,2093 1897,1894,2091 2091,2094,1897 2019,2095,2096 2096,2042,2019 2097,2098,2096 2096,2095,2097 2093,2092,2096 2096,2098,2093 2034,2042,2096 2096,2092,2034 2068,2087,2099 2099,2100,2068 2084,2101,2099 2099,2087,2084 2093,2098,2099 2099,2101,2093 2097,2100,2099 2099,2098,2097 1902,1905,2102 2102,2082,1902 1897,2094,2102 2102,1905,1897 2093,2101,2102 2102,2094,2093 2084,2082,2102 2102,2101,2084 1491,1494,2103 2103,2013,1491 1499,2104,2103 2103,1494,1499 2105,2106,2103 2103,2104,2105 2015,2013,2103 2103,2106,2015 1475,2075,2107 2107,1509,1475 2072,2108,2107 2107,2075,2072 2105,2104,2107 2107,2108,2105 1499,1509,2107 2107,2104,1499 2068,2100,2109 2109,2069,2068 2097,2110,2109 2109,2100,2097 2105,2108,2109 2109,2110,2105 2072,2069,2109 2109,2108,2072 2019,2022,2111 2111,2095,2019 2015,2106,2111 2111,2022,2015 2105,2110,2111 2111,2106,2105 2097,2095,2111 2111,2110,2097 370,715,2112 2112,1929,370 719,2113,2112 2112,715,719 2114,2115,2112 2112,2113,2114 1931,1929,2112 2112,2115,1931 730,2116,2117 2117,731,730 2118,2119,2117 2117,2116,2118 2114,2113,2117 2117,2119,2114 719,731,2117 2117,2113,719 2120,2121,2122 2122,2123,2120 2124,2125,2122 2122,2121,2124 2114,2119,2122 2122,2125,2114 2118,2123,2122 2122,2119,2118 1935,1938,2126 2126,2127,1935 1931,2115,2126 2126,1938,1931 2114,2125,2126 2126,2115,2114 2124,2127,2126 2126,2125,2124 670,2128,2129 2129,765,670 2130,2131,2129 2129,2128,2130 2132,2133,2129 2129,2131,2132 767,765,2129 2129,2133,767 2134,2135,2136 2136,2137,2134 2138,2139,2136 2136,2135,2138 2132,2131,2136 2136,2139,2132 2130,2137,2136 2136,2131,2130 2120,2123,2140 2140,2141,2120 2118,2142,2140 2140,2123,2118 2132,2139,2140 2140,2142,2132 2138,2141,2140 2140,2139,2138 730,772,2143 2143,2116,730 767,2133,2143 2143,772,767 2132,2142,2143 2143,2133,2132 2118,2116,2143 2143,2142,2118 2144,2145,2146 2146,2147,2144 2148,2149,2146 2146,2145,2148 2150,2151,2146 2146,2149,2150 2152,2147,2146 2146,2151,2152 2153,2154,2155 2155,2156,2153 2157,2158,2155 2155,2154,2157 2150,2149,2155 2155,2158,2150 2148,2156,2155 2155,2149,2148 2120,2141,2159 2159,2160,2120 2138,2161,2159 2159,2141,2138 2150,2158,2159 2159,2161,2150 2157,2160,2159 2159,2158,2157 2134,2162,2163 2163,2135,2134 2152,2151,2163 2163,2162,2152 2150,2161,2163 2163,2151,2150 2138,2135,2163 2163,2161,2138 1949,1952,2164 2164,2165,1949 1957,2166,2164 2164,1952,1957 2167,2168,2164 2164,2166,2167 2169,2165,2164 2164,2168,2169 1935,2127,2170 2170,1967,1935 2124,2171,2170 2170,2127,2124 2167,2166,2170 2170,2171,2167 1957,1967,2170 2170,2166,1957 2120,2160,2172 2172,2121,2120 2157,2173,2172 2172,2160,2157 2167,2171,2172 2172,2173,2167 2124,2121,2172 2172,2171,2124 2153,2174,2175 2175,2154,2153 2169,2168,2175 2175,2174,2169 2167,2173,2175 2175,2168,2167 2157,2154,2175 2175,2173,2157 81,1603,2176 2176,650,81 1607,2177,2176 2176,1603,1607 2178,2179,2176 2176,2177,2178 652,650,2176 2176,2179,652 1618,2180,2181 2181,1619,1618 2182,2183,2181 2181,2180,2182 2178,2177,2181 2181,2183,2178 1607,1619,2181 2181,2177,1607 2184,2185,2186 2186,2187,2184 2188,2189,2186 2186,2185,2188 2178,2183,2186 2186,2189,2178 2182,2187,2186 2186,2183,2182 656,659,2190 2190,2191,656 652,2179,2190 2190,659,652 2178,2189,2190 2190,2179,2178 2188,2191,2190 2190,2189,2188 1658,2192,2193 2193,1659,1658 2194,2195,2193 2193,2192,2194 2196,2197,2193 2193,2195,2196 1662,1659,2193 2193,2197,1662 2198,2199,2200 2200,2201,2198 2202,2203,2200 2200,2199,2202 2196,2195,2200 2200,2203,2196 2194,2201,2200 2200,2195,2194 2184,2187,2204 2204,2205,2184 2182,2206,2204 2204,2187,2182 2196,2203,2204 2204,2206,2196 2202,2205,2204 2204,2203,2202 1618,1668,2207 2207,2180,1618 1662,2197,2207 2207,1668,1662 2196,2206,2207 2207,2197,2196 2182,2180,2207 2207,2206,2182 2144,2147,2208 2208,2209,2144 2152,2210,2208 2208,2147,2152 2211,2212,2208 2208,2210,2211 2213,2209,2208 2208,2212,2213 2134,2214,2215 2215,2162,2134 2216,2217,2215 2215,2214,2216 2211,2210,2215 2215,2217,2211 2152,2162,2215 2215,2210,2152 2184,2205,2218 2218,2219,2184 2202,2220,2218 2218,2205,2202 2211,2217,2218 2218,2220,2211 2216,2219,2218 2218,2217,2216 2198,2221,2222 2222,2199,2198 2213,2212,2222 2222,2221,2213 2211,2220,2222 2222,2212,2211 2202,2199,2222 2222,2220,2202 670,673,2223 2223,2128,670 678,2224,2223 2223,673,678 2225,2226,2223 2223,2224,2225 2130,2128,2223 2223,2226,2130 656,2191,2227 2227,688,656 2188,2228,2227 2227,2191,2188 2225,2224,2227 2227,2228,2225 678,688,2227 2227,2224,678 2184,2219,2229 2229,2185,2184 2216,2230,2229 2229,2219,2216 2225,2228,2229 2229,2230,2225 2188,2185,2229 2229,2228,2188 2134,2137,2231 2231,2214,2134 2130,2226,2231 2231,2137,2130 2225,2230,2231 2231,2226,2225 2216,2214,2231 2231,2230,2216 1313,1316,2232 2232,1801,1313 1321,2233,2232 2232,1316,1321 2234,2235,2232 2232,2233,2234 1803,1801,2232 2232,2235,1803 1334,2236,2237 2237,1335,1334 2238,2239,2237 2237,2236,2238 2234,2233,2237 2237,2239,2234 1321,1335,2237 2237,2233,1321 2240,2241,2242 2242,2243,2240 2244,2245,2242 2242,2241,2244 2234,2239,2242 2242,2245,2234 2238,2243,2242 2242,2239,2238 1807,1810,2246 2246,2247,1807 1803,2235,2246 2246,1810,1803 2234,2245,2246 2246,2235,2234 2244,2247,2246 2246,2245,2244 1378,2248,2249 2249,1379,1378 2250,2251,2249 2249,2248,2250 2252,2253,2249 2249,2251,2252 1382,1379,2249 2249,2253,1382 2254,2255,2256 2256,2257,2254 2258,2259,2256 2256,2255,2258 2252,2251,2256 2256,2259,2252 2250,2257,2256 2256,2251,2250 2240,2243,2260 2260,2261,2240 2238,2262,2260 2260,2243,2238 2252,2259,2260 2260,2262,2252 2258,2261,2260 2260,2259,2258 1334,1388,2263 2263,2236,1334 1382,2253,2263 2263,1388,1382 2252,2262,2263 2263,2253,2252 2238,2236,2263 2263,2262,2238 2144,2209,2264 2264,2265,2144 2213,2266,2264 2264,2209,2213 2267,2268,2264 2264,2266,2267 2269,2265,2264 2264,2268,2269 2198,2270,2271 2271,2221,2198 2272,2273,2271 2271,2270,2272 2267,2266,2271 2271,2273,2267 2213,2221,2271 2271,2266,2213 2240,2261,2274 2274,2275,2240 2258,2276,2274 2274,2261,2258 2267,2273,2274 2274,2276,2267 2272,2275,2274 2274,2273,2272 2254,2277,2278 2278,2255,2254 2269,2268,2278 2278,2277,2269 2267,2276,2278 2278,2268,2267 2258,2255,2278 2278,2276,2258 1658,1822,2279 2279,2192,1658 1826,2280,2279 2279,1822,1826 2281,2282,2279 2279,2280,2281 2194,2192,2279 2279,2282,2194 1807,2247,2283 2283,1834,1807 2244,2284,2283 2283,2247,2244 2281,2280,2283 2283,2284,2281 1826,1834,2283 2283,2280,1826 2240,2275,2285 2285,2241,2240 2272,2286,2285 2285,2275,2272 2281,2284,2285 2285,2286,2281 2244,2241,2285 2285,2284,2244 2198,2201,2287 2287,2270,2198 2194,2282,2287 2287,2201,2194 2281,2286,2287 2287,2282,2281 2272,2270,2287 2287,2286,2272 1538,1994,2288 2288,1539,1538 1998,2289,2288 2288,1994,1998 2290,2291,2288 2288,2289,2290 1542,1539,2288 2288,2291,1542 2009,2292,2293 2293,2010,2009 2294,2295,2293 2293,2292,2294 2290,2289,2293 2293,2295,2290 1998,2010,2293 2293,2289,1998 2296,2297,2298 2298,2299,2296 2300,2301,2298 2298,2297,2300 2290,2295,2298 2298,2301,2290 2294,2299,2298 2298,2295,2294 1547,1550,2302 2302,2303,1547 1542,2291,2302 2302,1550,1542 2290,2301,2302 2302,2291,2290 2300,2303,2302 2302,2301,2300 1949,2165,2304 2304,2044,1949 2169,2305,2304 2304,2165,2169 2306,2307,2304 2304,2305,2306 2046,2044,2304 2304,2307,2046 2153,2308,2309 2309,2174,2153 2310,2311,2309 2309,2308,2310 2306,2305,2309 2309,2311,2306 2169,2174,2309 2309,2305,2169 2296,2299,2312 2312,2313,2296 2294,2314,2312 2312,2299,2294 2306,2311,2312 2312,2314,2306 2310,2313,2312 2312,2311,2310 2009,2051,2315 2315,2292,2009 2046,2307,2315 2315,2051,2046 2306,2314,2315 2315,2307,2306 2294,2292,2315 2315,2314,2294 2144,2265,2316 2316,2145,2144 2269,2317,2316 2316,2265,2269 2318,2319,2316 2316,2317,2318 2148,2145,2316 2316,2319,2148 2254,2320,2321 2321,2277,2254 2322,2323,2321 2321,2320,2322 2318,2317,2321 2321,2323,2318 2269,2277,2321 2321,2317,2269 2296,2313,2324 2324,2325,2296 2310,2326,2324 2324,2313,2310 2318,2323,2324 2324,2326,2318 2322,2325,2324 2324,2323,2322 2153,2156,2327 2327,2308,2153 2148,2319,2327 2327,2156,2148 2318,2326,2327 2327,2319,2318 2310,2308,2327 2327,2326,2310 1378,1564,2328 2328,2248,1378 1568,2329,2328 2328,1564,1568 2330,2331,2328 2328,2329,2330 2250,2248,2328 2328,2331,2250 1547,2303,2332 2332,1576,1547 2300,2333,2332 2332,2303,2300 2330,2329,2332 2332,2333,2330 1568,1576,2332 2332,2329,1568 2296,2325,2334 2334,2297,2296 2322,2335,2334 2334,2325,2322 2330,2333,2334 2334,2335,2330 2300,2297,2334 2334,2333,2300 2254,2257,2336 2336,2320,2254 2250,2331,2336 2336,2257,2250 2330,2335,2336 2336,2331,2330 2322,2320,2336 2336,2335,2322 0,1074,2337 2337,1674,0 1078,2338,2337 2337,1074,1078 2339,2340,2337 2337,2338,2339 1676,1674,2337 2337,2340,1676 1089,2341,2342 2342,1090,1089 2343,2344,2342 2342,2341,2343 2339,2338,2342 2342,2344,2339 1078,1090,2342 2342,2338,1078 2345,2346,2347 2347,2348,2345 2349,2350,2347 2347,2346,2349 2339,2344,2347 2347,2350,2339 2343,2348,2347 2347,2344,2343 1680,1683,2351 2351,2352,1680 1676,2340,2351 2351,1683,1676 2339,2350,2351 2351,2340,2339 2349,2352,2351 2351,2350,2349 1129,2353,2354 2354,1130,1129 2355,2356,2354 2354,2353,2355 2357,2358,2354 2354,2356,2357 1133,1130,2354 2354,2358,1133 2359,2360,2361 2361,2362,2359 2363,2364,2361 2361,2360,2363 2357,2356,2361 2361,2364,2357 2355,2362,2361 2361,2356,2355 2345,2348,2365 2365,2366,2345 2343,2367,2365 2365,2348,2343 2357,2364,2365 2365,2367,2357 2363,2366,2365 2365,2364,2363 1089,1139,2368 2368,2341,1089 1133,2358,2368 2368,1139,1133 2357,2367,2368 2368,2358,2357 2343,2341,2368 2368,2367,2343 2369,2370,2371 2371,2372,2369 2373,2374,2371 2371,2370,2373 2375,2376,2371 2371,2374,2375 2377,2372,2371 2371,2376,2377 2378,2379,2380 2380,2381,2378 2382,2383,2380 2380,2379,2382 2375,2374,2380 2380,2383,2375 2373,2381,2380 2380,2374,2373 2345,2366,2384 2384,2385,2345 2363,2386,2384 2384,2366,2363 2375,2383,2384 2384,2386,2375 2382,2385,2384 2384,2383,2382 2359,2387,2388 2388,2360,2359 2377,2376,2388 2388,2387,2377 2375,2386,2388 2388,2376,2375 2363,2360,2388 2388,2386,2363 1694,1697,2389 2389,2390,1694 1702,2391,2389 2389,1697,1702 2392,2393,2389 2389,2391,2392 2394,2390,2389 2389,2393,2394 1680,2352,2395 2395,1712,1680 2349,2396,2395 2395,2352,2349 2392,2391,2395 2395,2396,2392 1702,1712,2395 2395,2391,1702 2345,2385,2397 2397,2346,2345 2382,2398,2397 2397,2385,2382 2392,2396,2397 2397,2398,2392 2349,2346,2397 2397,2396,2349 2378,2399,2400 2400,2379,2378 2394,2393,2400 2400,2399,2394 2392,2398,2400 2400,2393,2392 2382,2379,2400 2400,2398,2382 442,1858,2401 2401,1257,442 1862,2402,2401 2401,1858,1862 2403,2404,2401 2401,2402,2403 1259,1257,2401 2401,2404,1259 1873,2405,2406 2406,1874,1873 2407,2408,2406 2406,2405,2407 2403,2402,2406 2406,2408,2403 1862,1874,2406 2406,2402,1862 2409,2410,2411 2411,2412,2409 2413,2414,2411 2411,2410,2413 2403,2408,2411 2411,2414,2403 2407,2412,2411 2411,2408,2407 1263,1266,2415 2415,2416,1263 1259,2404,2415 2415,1266,1259 2403,2414,2415 2415,2404,2403 2413,2416,2415 2415,2414,2413 1913,2417,2418 2418,1914,1913 2419,2420,2418 2418,2417,2419 2421,2422,2418 2418,2420,2421 1917,1914,2418 2418,2422,1917 2423,2424,2425 2425,2426,2423 2427,2428,2425 2425,2424,2427 2421,2420,2425 2425,2428,2421 2419,2426,2425 2425,2420,2419 2409,2412,2429 2429,2430,2409 2407,2431,2429 2429,2412,2407 2421,2428,2429 2429,2431,2421 2427,2430,2429 2429,2428,2427 1873,1923,2432 2432,2405,1873 1917,2422,2432 2432,1923,1917 2421,2431,2432 2432,2422,2421 2407,2405,2432 2432,2431,2407 2369,2372,2433 2433,2434,2369 2377,2435,2433 2433,2372,2377 2436,2437,2433 2433,2435,2436 2438,2434,2433 2433,2437,2438 2359,2439,2440 2440,2387,2359 2441,2442,2440 2440,2439,2441 2436,2435,2440 2440,2442,2436 2377,2387,2440 2440,2435,2377 2409,2430,2443 2443,2444,2409 2427,2445,2443 2443,2430,2427 2436,2442,2443 2443,2445,2436 2441,2444,2443 2443,2442,2441 2423,2446,2447 2447,2424,2423 2438,2437,2447 2447,2446,2438 2436,2445,2447 2447,2437,2436 2427,2424,2447 2447,2445,2427 1129,1278,2448 2448,2353,1129 1282,2449,2448 2448,1278,1282 2450,2451,2448 2448,2449,2450 2355,2353,2448 2448,2451,2355 1263,2416,2452 2452,1290,1263 2413,2453,2452 2452,2416,2413 2450,2449,2452 2452,2453,2450 1282,1290,2452 2452,2449,1282 2409,2444,2454 2454,2410,2409 2441,2455,2454 2454,2444,2441 2450,2453,2454 2454,2455,2450 2413,2410,2454 2454,2453,2413 2359,2362,2456 2456,2439,2359 2355,2451,2456 2456,2362,2355 2450,2455,2456 2456,2451,2450 2441,2439,2456 2456,2455,2441 1466,1469,2457 2457,2056,1466 1474,2458,2457 2457,1469,1474 2459,2460,2457 2457,2458,2459 2058,2056,2457 2457,2460,2058 1487,2461,2462 2462,1488,1487 2463,2464,2462 2462,2461,2463 2459,2458,2462 2462,2464,2459 1474,1488,2462 2462,2458,1474 2465,2466,2467 2467,2468,2465 2469,2470,2467 2467,2466,2469 2459,2464,2467 2467,2470,2459 2463,2468,2467 2467,2464,2463 2062,2065,2471 2471,2472,2062 2058,2460,2471 2471,2065,2058 2459,2470,2471 2471,2460,2459 2469,2472,2471 2471,2470,2469 1419,2473,2474 2474,1526,1419 2475,2476,2474 2474,2473,2475 2477,2478,2474 2474,2476,2477 1528,1526,2474 2474,2478,1528 2479,2480,2481 2481,2482,2479 2483,2484,2481 2481,2480,2483 2477,2476,2481 2481,2484,2477 2475,2482,2481 2481,2476,2475 2465,2468,2485 2485,2486,2465 2463,2487,2485 2485,2468,2463 2477,2484,2485 2485,2487,2477 2483,2486,2485 2485,2484,2483 1487,1533,2488 2488,2461,1487 1528,2478,2488 2488,1533,1528 2477,2487,2488 2488,2478,2477 2463,2461,2488 2488,2487,2463 2369,2434,2489 2489,2490,2369 2438,2491,2489 2489,2434,2438 2492,2493,2489 2489,2491,2492 2494,2490,2489 2489,2493,2494 2423,2495,2496 2496,2446,2423 2497,2498,2496 2496,2495,2497 2492,2491,2496 2496,2498,2492 2438,2446,2496 2496,2491,2438 2465,2486,2499 2499,2500,2465 2483,2501,2499 2499,2486,2483 2492,2498,2499 2499,2501,2492 2497,2500,2499 2499,2498,2497 2479,2502,2503 2503,2480,2479 2494,2493,2503 2503,2502,2494 2492,2501,2503 2503,2493,2492 2483,2480,2503 2503,2501,2483 1913,2077,2504 2504,2417,1913 2081,2505,2504 2504,2077,2081 2506,2507,2504 2504,2505,2506 2419,2417,2504 2504,2507,2419 2062,2472,2508 2508,2089,2062 2469,2509,2508 2508,2472,2469 2506,2505,2508 2508,2509,2506 2081,2089,2508 2508,2505,2081 2465,2500,2510 2510,2466,2465 2497,2511,2510 2510,2500,2497 2506,2509,2510 2510,2511,2506 2469,2466,2510 2510,2509,2469 2423,2426,2512 2512,2495,2423 2419,2507,2512 2512,2426,2419 2506,2511,2512 2512,2507,2506 2497,2495,2512 2512,2511,2497 1394,1739,2513 2513,1395,1394 1743,2514,2513 2513,1739,1743 2515,2516,2513 2513,2514,2515 1398,1395,2513 2513,2516,1398 1754,2517,2518 2518,1755,1754 2519,2520,2518 2518,2517,2519 2515,2514,2518 2518,2520,2515 1743,1755,2518 2518,2514,1743 2521,2522,2523 2523,2524,2521 2525,2526,2523 2523,2522,2525 2515,2520,2523 2523,2526,2515 2519,2524,2523 2523,2520,2519 1403,1406,2527 2527,2528,1403 1398,2516,2527 2527,1406,1398 2515,2526,2527 2527,2516,2515 2525,2528,2527 2527,2526,2525 1694,2390,2529 2529,1789,1694 2394,2530,2529 2529,2390,2394 2531,2532,2529 2529,2530,2531 1791,1789,2529 2529,2532,1791 2378,2533,2534 2534,2399,2378 2535,2536,2534 2534,2533,2535 2531,2530,2534 2534,2536,2531 2394,2399,2534 2534,2530,2394 2521,2524,2537 2537,2538,2521 2519,2539,2537 2537,2524,2519 2531,2536,2537 2537,2539,2531 2535,2538,2537 2537,2536,2535 1754,1796,2540 2540,2517,1754 1791,2532,2540 2540,1796,1791 2531,2539,2540 2540,2532,2531 2519,2517,2540 2540,2539,2519 2369,2490,2541 2541,2370,2369 2494,2542,2541 2541,2490,2494 2543,2544,2541 2541,2542,2543 2373,2370,2541 2541,2544,2373 2479,2545,2546 2546,2502,2479 2547,2548,2546 2546,2545,2547 2543,2542,2546 2546,2548,2543 2494,2502,2546 2546,2542,2494 2521,2538,2549 2549,2550,2521 2535,2551,2549 2549,2538,2535 2543,2548,2549 2549,2551,2543 2547,2550,2549 2549,2548,2547 2378,2381,2552 2552,2533,2378 2373,2544,2552 2552,2381,2373 2543,2551,2552 2552,2544,2543 2535,2533,2552 2552,2551,2535 1419,1422,2553 2553,2473,1419 1427,2554,2553 2553,1422,1427 2555,2556,2553 2553,2554,2555 2475,2473,2553 2553,2556,2475 1403,2528,2557 2557,1437,1403 2525,2558,2557 2557,2528,2525 2555,2554,2557 2557,2558,2555 1427,1437,2557 2557,2554,1427 2521,2550,2559 2559,2522,2521 2547,2560,2559 2559,2550,2547 2555,2558,2559 2559,2560,2555 2525,2522,2559 2559,2558,2525 2479,2482,2561 2561,2545,2479 2475,2556,2561 2561,2482,2475 2555,2560,2561 2561,2556,2555 2547,2545,2561 2561,2560,2547 "
  2252.                                 >
  2253.                       <MeshGeometry3D.Normals>
  2254.                         <Vector3DCollection>
  2255.                           -0.128642,0.537355,-0.833487 -0.125195,0.625465,-0.770142 -0.12188,0.632462,-0.764943 -0.125707,0.544552,-0.829253 -0.120721,0.710865,-0.69289 -0.116902,0.716998,-0.687203 -0.112426,0.724298,-0.680259 -0.117881,0.640092,-0.759201 -0.122235,0.552884,-0.824244 -0.107975,0.860601,-0.497702 -0.103194,0.865173,-0.49074 -0.110718,0.795759,-0.595407 -0.114983,0.790105,-0.602091
  2256.                           -0.0976393,0.87074,-0.481953 -0.105674,0.802095,-0.587773 -0.0834266,0.884329,-0.45935 -0.0927373,0.817929,-0.567795 -0.0997644,0.809582,-0.578467 -0.091102,0.877008,-0.471759 -0.100771,0.741669,-0.663153 -0.107093,0.732353,-0.672451 -0.112976,0.571886,-0.812516 -0.118012,0.561822,-0.818797 -0.113162,0.64889,-0.75242 -0.107473,0.658494,-0.744873 -0.0683104,0.997593,0.0119126
  2257.                           -0.0619892,0.997906,0.0184882 -0.0735633,0.990497,-0.116211 -0.0795538,0.989118,-0.12376 -0.0547752,0.998119,0.0275298 -0.0665915,0.992036,-0.106908 -0.0779058,0.967961,-0.238708 -0.0844405,0.964955,-0.248459 -0.0901182,0.96249,-0.255912 -0.0367968,0.997917,0.052991 -0.0492548,0.995538,-0.0804852 -0.0585853,0.99376,-0.0949104 -0.0463996,0.998172,0.0387248 -0.0614353,0.975205,-0.212606
  2258.                           -0.0702804,0.971342,-0.227056 -0.0812316,0.931873,-0.353572 -0.0729037,0.937533,-0.340172 -0.0883135,0.926818,-0.364979 -0.09963,0.918864,-0.38179 -0.0944157,0.922574,-0.37409 0.0203298,0.989043,0.146225 0.00695254,0.999889,0.0131558 -0.0108113,0.999803,-0.0166195 0.00249658,0.993209,0.116315 -0.00673428,0.992483,-0.122197 -0.024207,0.988292,-0.150644 -0.038805,0.983809,-0.174971
  2259.                           -0.0257375,0.998798,-0.0417047 -0.0126726,0.995748,0.0912431 -0.0336826,0.923111,-0.383056 -0.0500282,0.911982,-0.407168 -0.0374351,0.958615,-0.282233 -0.020331,0.966664,-0.255239 -0.0633534,0.901739,-0.427614 -0.0514282,0.951013,-0.304843 -0.063113,0.943965,-0.323955 -0.0742857,0.892501,-0.444887 -0.0510333,0.979376,-0.195494 -0.0256203,0.997204,0.0702051 -0.0384419,0.997287,-0.062772
  2260.                           -0.0777918,0.625437,-0.776387 -0.0898458,0.609077,-0.788006 -0.0818015,0.695631,-0.713727 -0.0684853,0.711698,-0.699139 -0.0992924,0.595205,-0.797416 -0.0922303,0.681614,-0.725876 -0.0838911,0.763846,-0.639923 -0.0724103,0.777194,-0.625081 -0.0579872,0.792463,-0.607157 -0.100632,0.669452,-0.736007 -0.106824,0.5828,-0.805564 -0.0931454,0.752002,-0.652546 -0.0843641,0.827548,-0.55502
  2261.                           -0.0742135,0.838303,-0.54013 -0.0462508,0.864178,-0.501056 -0.0618078,0.850467,-0.522385 0.00995945,0.527073,0.849762 0.0154217,0.528788,0.848614 0.00928401,0.619189,0.785187 0.00359318,0.618208,0.786007 0.0219511,0.529492,0.848031 0.0161179,0.619255,0.785025 0.00895301,0.704517,0.70963 0.00196552,0.705402,0.708804 -0.00406903,0.705096,0.7091 0.0386595,0.526926,0.849031
  2262.                           0.0332593,0.614855,0.787939 0.0240258,0.617792,0.785975 0.0297018,0.529124,0.848025 0.0265231,0.698343,0.715272 0.0171617,0.702401,0.711574 0.0093284,0.845322,0.534175 -0.000395666,0.850136,0.526563 0.00893858,0.78046,0.625141 0.0185949,0.776006,0.630452 -0.00896462,0.853258,0.521412 0.000628367,0.783412,0.621503 -0.0227717,0.856168,0.516196 -0.0128379,0.785334,0.618939
  2263.                           -0.00666253,0.784852,0.619647 -0.0163195,0.855266,0.517932 0.0897731,0.495539,0.863934 0.085517,0.577157,0.812143 0.0697073,0.591263,0.80346 0.0744362,0.507835,0.858232 0.0799309,0.656028,0.750492 0.0638463,0.671926,0.737861 0.0496757,0.683594,0.72817 0.0559345,0.602086,0.79647 0.0608655,0.516644,0.854034 0.0650138,0.801798,0.594048 0.0481296,0.817762,0.573541
  2264.                           0.056604,0.74777,0.661541 0.0731627,0.731651,0.677741 0.03337,0.829655,0.557279 0.0422127,0.760233,0.648277 0.0295595,0.769276,0.638232 0.0205739,0.83877,0.544098 0.0373646,0.692399,0.720546 0.0490417,0.523092,0.850864 0.0437898,0.60957,0.791522 0.0153175,0.969559,0.244376 0.0330803,0.961345,0.273351 0.000103401,0.975481,0.220082 0.012173,0.939576,0.342123
  2265.                           0.027348,0.930901,0.364247 0.044914,0.919124,0.3914 -0.0243323,0.98266,0.183813 -0.0130301,0.979663,0.200228 -0.0123384,0.95087,0.309345 -0.000915122,0.946117,0.323823 0.0103112,0.898349,0.439161 -0.000980992,0.904456,0.426566 0.0233632,0.890295,0.454784 0.0555967,0.865217,0.498305 0.0383147,0.879406,0.474529 -0.056606,0.987546,0.146792 -0.0501785,0.987,0.152688
  2266.                           -0.0449372,0.959537,0.277973 -0.0383561,0.958542,0.282357 -0.0308798,0.956833,0.288993 -0.042705,0.986127,0.160407 -0.0270291,0.91389,0.405061 -0.0334952,0.91511,0.401812 -0.0194767,0.911923,0.4099 -0.0109077,0.908788,0.417116 -0.0222054,0.954403,0.297693 -0.0341963,0.984704,0.170849 0.220336,0.334124,0.916413 0.226648,0.352972,0.907767 0.210972,0.395325,0.893985
  2267.                           0.208634,0.350967,0.912849 0.237233,0.385596,0.891648 0.216904,0.440792,0.871008 0.195144,0.487668,0.85094 0.191869,0.432408,0.881027 0.191152,0.376808,0.906354 0.259174,0.461892,0.848225 0.231804,0.535678,0.811983 0.224134,0.486429,0.844482 0.247937,0.420732,0.872647 0.203444,0.599358,0.774197 0.199339,0.542168,0.816283 0.149913,0.694111,0.704085
  2268.                           0.151716,0.627677,0.763547 0.174845,0.589164,0.788869 0.175893,0.651416,0.73805 0.15309,0.560486,0.813891 0.173724,0.526365,0.832322 0.156041,0.424405,0.891926 0.173581,0.401228,0.899381 0.173189,0.463892,0.868798 0.154442,0.492406,0.856553 0.306216,0.707917,0.636463 0.256706,0.794192,0.550783 0.252571,0.718244,0.648331 0.294939,0.628545,0.719682
  2269.                           0.208994,0.858372,0.468528 0.211008,0.788801,0.577294 0.209914,0.721902,0.659389 0.246571,0.650133,0.7187 0.282738,0.56385,0.775972 0.127362,0.936085,0.32791 0.136426,0.883057,0.448997 0.171804,0.842894,0.509915 0.165579,0.904315,0.393445 0.142829,0.822845,0.550024 0.17512,0.778447,0.602788 0.1761,0.714669,0.676932 0.147247,0.758956,0.634275
  2270.                           0.207301,0.658669,0.723313 0.270942,0.50877,0.817156 0.239337,0.590469,0.770756 0.0537523,0.949894,0.307916 0.0411961,0.982554,0.18136 0.0650772,0.903632,0.423337 0.0879652,0.883326,0.460432 0.077567,0.934212,0.348182 0.0656686,0.97267,0.222714 0.0838292,0.781812,0.617853 0.075113,0.846671,0.526789 0.104058,0.757716,0.644235 0.096795,0.823493,0.559008
  2271.                           0.120714,0.794892,0.594621 0.1261,0.728594,0.673238 0.113862,0.856905,0.502741 0.0940898,0.957979,0.270967 0.105038,0.912602,0.395126 0.106069,0.480953,0.870306 0.102166,0.55963,0.822421 0.122142,0.464348,0.87719 0.118991,0.540034,0.833189 0.114959,0.61477,0.780284 0.0973032,0.636775,0.764885 0.136214,0.517926,0.844511 0.138678,0.445746,0.884352
  2272.                           0.133447,0.58953,0.796647 0.130138,0.660211,0.73972 0.110107,0.687504,0.717785 0.0911472,0.711283,0.696971 0.137363,0.825591,-0.547294 0.104304,0.80441,-0.584847 0.123671,0.864078,-0.487929 0.165147,0.871944,-0.460912 0.0609156,0.770747,-0.634222 0.0796765,0.843079,-0.531854 0.104083,0.907169,-0.407689 0.152888,0.922247,-0.355086 0.208838,0.927803,-0.309141
  2273.                           -0.00341204,0.711573,-0.702604 0.0119914,0.793195,-0.60885 0.0429448,0.818067,-0.573517 0.0255491,0.739885,-0.672248 0.0294929,0.866443,-0.498404 0.0631196,0.887073,-0.457293 0.0672688,0.969214,-0.236855 0.10646,0.977722,-0.180902 0.0849853,0.942132,-0.324292 0.0482457,0.926352,-0.373556 0.154314,0.981438,-0.113872 0.129802,0.954792,-0.267438 0.281561,0.958221,0.0503597
  2274.                           0.248365,0.958962,-0.136773 0.184216,0.961725,-0.202854 0.212177,0.976508,-0.0375822 -0.0527205,0.729604,-0.681835 -0.0633348,0.643685,-0.762665 -0.0407792,0.809092,-0.586266 -0.0213005,0.826858,-0.562007 -0.0347752,0.748769,-0.661918 -0.0469294,0.663807,-0.74643 -0.0141565,0.934767,-0.354979 -0.027894,0.878692,-0.476573 0.00836934,0.946533,-0.3225 -0.00672089,0.893849,-0.448317
  2275.                           0.0181511,0.91001,-0.41419 0.0351259,0.958167,-0.284046 0.00163005,0.845812,-0.533479 -0.027488,0.686066,-0.72702 -0.013751,0.769949,-0.637958 0.0278888,0.998478,0.0475755 0.0524631,0.994744,0.0879278 0.0383823,0.997991,-0.0504051 0.0140395,0.99594,-0.0889204 0.115694,0.974553,0.191994 0.0814679,0.987404,0.135632 0.10166,0.993545,0.0503382 0.0672855,0.997723,-0.00474151
  2276.                           0.0516585,0.987968,-0.145777 0.0854326,0.991863,-0.0943907 0.0236123,0.98175,-0.188702 -0.000121585,0.974462,-0.224552 0.313792,0.790978,0.525251 0.255901,0.867135,0.427307 0.313245,0.865489,0.390906 0.248902,0.925217,0.286393 0.191663,0.96191,0.19492 0.202864,0.91925,0.33738 0.234367,0.963273,0.131064 0.303332,0.92442,0.231166 0.175474,0.983554,0.0427918
  2277.                           0.126132,0.991512,-0.0315517 0.142874,0.982911,0.116072 0.155949,0.953158,0.25917 0.250379,-0.479292,0.841183 0.239556,-0.492957,0.836425 0.242242,-0.53769,0.807594 0.256961,-0.500001,0.827025 0.221903,-0.513649,0.828809 0.223868,-0.570149,0.790451 0.227205,-0.62331,0.74824 0.248226,-0.582571,0.773948 0.266495,-0.533944,0.802424 0.186165,-0.550052,0.814117
  2278.                           0.186018,-0.619651,0.762516 0.205032,-0.596407,0.776054 0.204318,-0.532799,0.821206 0.185159,-0.68454,0.705068 0.206146,-0.656464,0.725643 0.181409,-0.800542,0.57116 0.207291,-0.766683,0.607641 0.20694,-0.713169,0.669751 0.183806,-0.744907,0.641349 0.234076,-0.723914,0.648966 0.231062,-0.673804,0.701854 0.285742,-0.609194,0.739753 0.276198,-0.569601,0.774125
  2279.                           0.254503,-0.625944,0.737172 0.260996,-0.671149,0.693859 0.11466,-0.597192,0.793861 0.112051,-0.681226,0.723447 0.130412,-0.669555,0.731224 0.132825,-0.588903,0.797214 0.107574,-0.756141,0.645507 0.126547,-0.743203,0.656989 0.145427,-0.72704,0.671017 0.148707,-0.655995,0.739971 0.150338,-0.578161,0.801953 0.0937507,-0.879351,0.466853 0.11363,-0.866103,0.486779
  2280.                           0.120826,-0.808639,0.575764 0.10155,-0.822761,0.559243 0.134676,-0.848852,0.511187 0.140894,-0.791518,0.594684 0.161686,-0.770555,0.616525 0.15734,-0.827349,0.539201 0.164953,-0.707893,0.686788 0.168103,-0.56566,0.807323 0.166948,-0.639408,0.750523 0.0476356,-0.998414,0.0300225 0.0689809,-0.995938,0.0578633 0.0823957,-0.980855,0.176449 0.0612509,-0.987064,0.148163
  2281.                           0.0938351,-0.991259,0.092735 0.106496,-0.971734,0.210695 0.117601,-0.940102,0.319965 0.0942962,-0.953239,0.28713 0.0735646,-0.962522,0.261034 0.155273,-0.970171,0.186167 0.165075,-0.93867,0.302737 0.134058,-0.958137,0.252986 0.122288,-0.983337,0.134517 0.17249,-0.898132,0.404482 0.14366,-0.922336,0.358691 0.151302,-0.878181,0.453768 0.177904,-0.851643,0.493006
  2282.                           0.127011,-0.898741,0.419681 0.0844338,-0.92648,0.36675 0.10472,-0.914428,0.390968 0.32392,-0.809476,0.489718 0.315004,-0.750882,0.580473 0.276175,-0.819019,0.502927 0.278566,-0.872913,0.40053 0.305211,-0.699022,0.646695 0.272162,-0.767303,0.580666 0.237632,-0.82274,0.516361 0.23715,-0.871771,0.428689 0.233987,-0.918321,0.319276 0.266797,-0.718435,0.642395
  2283.                           0.29571,-0.65209,0.698093 0.236608,-0.773506,0.587968 0.20637,-0.817461,0.537744 0.204126,-0.865732,0.456991 0.192406,-0.949786,0.246751 0.199626,-0.910637,0.361787 0.0233944,-0.57232,0.819697 0.0190489,-0.665807,0.745881 0.026084,-0.673983,0.738286 0.0300434,-0.58098,0.813363 0.0134057,-0.751725,0.659341 0.0208278,-0.758608,0.651215 0.0290145,-0.764637,0.643808
  2284.                           0.0341173,-0.681406,0.73111 0.037841,-0.589038,0.807219 -0.00195853,-0.89118,0.453645 0.00596965,-0.894866,0.446294 0.014048,-0.832783,0.553421 0.00650487,-0.827389,0.561591 0.0143921,-0.89776,0.44025 0.0225376,-0.837337,0.546223 0.0344527,-0.899982,0.434563 0.0424875,-0.842203,0.537483 0.0318432,-0.840474,0.540916 0.0239391,-0.899667,0.43592 0.0488021,-0.772276,0.63341
  2285.                           0.0383462,-0.769503,0.637491 0.0570574,-0.601273,0.797004 0.0467587,-0.596151,0.80151 0.0432419,-0.687341,0.725047 0.0536714,-0.691836,0.720057 -0.0474088,-0.998015,-0.0414553 -0.0397258,-0.998318,-0.0422216 -0.0267874,-0.995983,0.0854401 -0.0344926,-0.995529,0.0879291 -0.0315566,-0.998655,-0.0411415 -0.0182097,-0.996248,0.0846055 -0.00610907,-0.978118,0.207962 -0.014565,-0.977466,0.210592
  2286.                           -0.0226193,-0.976368,0.21493 -0.0119939,-0.99942,-0.0318585 0.00165332,-0.995894,0.0905078 -0.00894453,-0.996231,0.0862792 -0.0222828,-0.99903,-0.0379894 0.0139402,-0.977598,0.210017 0.00344915,-0.978252,0.207391 0.0143229,-0.945746,0.324591 0.0250294,-0.945472,0.324739 0.00495066,-0.945063,0.326851 -0.0115507,-0.941219,0.337598 -0.00374552,-0.943446,0.331506 0.0429615,-0.99102,0.126626
  2287.                           0.0292335,-0.999545,0.00747808 0.0554002,-0.969118,0.240293 0.0396275,-0.973348,0.225884 0.0272322,-0.993559,0.109994 0.0134439,-0.999863,-0.00967191 0.075831,-0.889202,0.451187 0.0663369,-0.934734,0.349101 0.0601287,-0.895173,0.441645 0.0507006,-0.940418,0.336218 0.0369486,-0.943692,0.328754 0.046534,-0.8988,0.435883 0.0260065,-0.976121,0.215665 -0.000109491,-0.99974,-0.0227827
  2288.                           0.013511,-0.995048,0.0984683 0.0974186,-0.603278,0.791559 0.0944219,-0.688874,0.718705 0.0821653,-0.605225,0.791803 0.0790662,-0.6932,0.716395 0.0743347,-0.770937,0.632558 0.0899151,-0.765889,0.636655 0.0655119,-0.693618,0.717358 0.0687832,-0.604794,0.793406 0.0607935,-0.773214,0.631224 0.0543945,-0.841552,0.53743 0.0681043,-0.838781,0.540193 0.0836291,-0.832447,0.547757
  2289.                           -0.135424,-0.48381,-0.864632 -0.133153,-0.482085,-0.865947 -0.126045,-0.582548,-0.802964 -0.129072,-0.582852,-0.802262 -0.129782,-0.480845,-0.867148 -0.122133,-0.582881,-0.803326 -0.112405,-0.679821,-0.724712 -0.117145,-0.678183,-0.725496 -0.120837,-0.677409,-0.725614 -0.119837,-0.481155,-0.868406 -0.110731,-0.586783,-0.802137 -0.117012,-0.584275,-0.803076 -0.125494,-0.48034,-0.868058
  2290.                           -0.0994366,-0.686397,-0.720397 -0.106631,-0.682386,-0.723174 -0.0721446,-0.852616,-0.517534 -0.0808103,-0.848091,-0.523652 -0.094387,-0.771442,-0.62926 -0.086478,-0.775949,-0.62484 -0.0881286,-0.844771,-0.527821 -0.100999,-0.768063,-0.632359 -0.0996522,-0.840717,-0.532225 -0.110972,-0.764352,-0.635178 -0.106449,-0.765831,-0.63417 -0.0943406,-0.842315,-0.530665 -0.0775442,-0.506323,-0.85885
  2291.                           -0.064223,-0.618704,-0.782995 -0.080307,-0.606406,-0.791089 -0.0924503,-0.494988,-0.863967 -0.049175,-0.721822,-0.69033 -0.066314,-0.709176,-0.701906 -0.0798163,-0.699395,-0.710265 -0.0928949,-0.597325,-0.796601 -0.103825,-0.487921,-0.866691 -0.0161461,-0.884143,-0.466937 -0.034474,-0.874079,-0.48456 -0.0508264,-0.799429,-0.598607 -0.032928,-0.811377,-0.583595 -0.0494628,-0.86545,-0.498548
  2292.                           -0.0651974,-0.789748,-0.609957 -0.0768552,-0.782043,-0.618467 -0.0618378,-0.858314,-0.509385 -0.0907046,-0.69185,-0.716321 -0.112849,-0.483328,-0.868136 -0.102749,-0.591124,-0.800009 0.0143396,-0.993257,-0.115041 0.0328506,-0.995133,-0.0929 -0.00136502,-0.991164,-0.132633 -0.0170785,-0.966354,-0.256649 -0.00142444,-0.970885,-0.239542 0.0171415,-0.975745,-0.218239 -0.0264594,-0.987365,-0.15624
  2293.                           -0.0148798,-0.989161,-0.146077 -0.0416675,-0.959033,-0.280213 -0.0303013,-0.962359,-0.270085 -0.046144,-0.918768,-0.392091 -0.0570235,-0.913986,-0.401719 -0.0332331,-0.924539,-0.379635 0.000733142,-0.939089,-0.343672 -0.0178562,-0.931317,-0.363771 -0.0606093,-0.983447,-0.170756 -0.0534927,-0.983979,-0.170071 -0.0741077,-0.951861,-0.297437 -0.0673663,-0.952826,-0.295947 -0.0599405,-0.954308,-0.292752
  2294.                           -0.0454812,-0.984772,-0.167797 -0.0811924,-0.905286,-0.41697 -0.0871941,-0.903852,-0.418865 -0.0742643,-0.907334,-0.4138 -0.0663212,-0.910244,-0.408726 -0.0513952,-0.956326,-0.287749 -0.0366443,-0.985912,-0.163201 0.166921,-0.727082,-0.66595 0.196223,-0.790231,-0.580544 0.152617,-0.780833,-0.605812 0.131397,-0.698644,-0.7033 0.23962,-0.870829,-0.429231 0.182961,-0.861891,-0.472937
  2295.                           0.131804,-0.842325,-0.522605 0.105169,-0.754493,-0.647827 0.0834906,-0.656273,-0.74989 0.30448,-0.949007,-0.0817191 0.238668,-0.957045,-0.164625 0.213232,-0.921983,-0.323233 0.276042,-0.925056,-0.260907 0.182036,-0.954781,-0.235066 0.158221,-0.909788,-0.383735 0.0930635,-0.933517,-0.346243 0.0722464,-0.874167,-0.480221 0.111524,-0.893065,-0.435886 0.133655,-0.945665,-0.296403
  2296.                           0.0508329,-0.794608,-0.604991 0.0877332,-0.817877,-0.568665 0.0106691,-0.587304,-0.809296 0.0437591,-0.619027,-0.78415 0.0646489,-0.725044,-0.685661 0.0298338,-0.696937,-0.716512 0.277082,-0.919733,0.278058 0.329922,-0.866523,0.374552 0.22733,-0.954811,0.191462 0.216765,-0.974571,0.0567907 0.270589,-0.952176,0.141922 0.329649,-0.912401,0.242602 0.142999,-0.988034,0.0577997
  2297.                           0.182475,-0.975976,0.119056 0.128738,-0.988901,-0.0741771 0.169461,-0.985411,-0.0157212 0.153223,-0.976104,-0.154092 0.112037,-0.971191,-0.210325 0.201727,-0.975593,-0.0867453 0.321937,-0.942538,0.0893276 0.258122,-0.966101,-0.00466278 0.0545102,-0.996355,-0.065612 0.0389482,-0.980568,-0.192274 0.0643246,-0.984898,-0.160742 0.0796138,-0.996294,-0.0325518 0.00544884,-0.895301,-0.445428
  2298.                           0.0225329,-0.947225,-0.319776 0.0301569,-0.907325,-0.419346 0.0477487,-0.955563,-0.290895 0.0772617,-0.963932,-0.254686 0.0589571,-0.920036,-0.387373 0.0939348,-0.988028,-0.122379 0.108993,-0.994007,0.00841726 -0.0598885,-0.520794,-0.851579 -0.0451937,-0.634036,-0.771982 -0.0401586,-0.538753,-0.841506 -0.0240142,-0.651463,-0.7583 -0.00641433,-0.753435,-0.657491 -0.0290022,-0.736593,-0.675714
  2299.                           0.000469803,-0.672502,-0.740095 -0.0172504,-0.560183,-0.828189 0.0196341,-0.772366,-0.634875 0.0395208,-0.85621,-0.515114 0.01187,-0.839391,-0.543398 -0.011919,-0.824745,-0.56538 0.210158,0.305155,0.928824 0.225245,0.299067,0.927267 0.192449,0.321044,0.927305 0.195848,0.264932,0.944169 0.214361,0.252293,0.943609 0.232826,0.246533,0.940752 0.157819,0.358405,0.92013
  2300.                           0.175204,0.339764,0.924048 0.159978,0.295329,0.941907 0.177646,0.280391,0.943304 0.164996,0.177925,0.970113 0.183962,0.167541,0.968549 0.180747,0.22273,0.957978 0.162367,0.235605,0.95819 0.20391,0.157175,0.96629 0.199837,0.210696,0.956908 0.245801,0.142822,0.958741 0.239507,0.194719,0.951168 0.219592,0.200586,0.954748 0.224542,0.148701,0.963052
  2301.                           0.0929198,0.416402,0.90442 0.108779,0.404369,0.908104 0.0950109,0.342969,0.934529 0.11075,0.333642,0.936172 0.126586,0.322394,0.938103 0.124642,0.391102,0.911868 0.0977183,0.210393,0.972721 0.113412,0.204384,0.972299 0.112217,0.267028,0.957133 0.0965065,0.274825,0.956639 0.129823,0.196744,0.971822 0.128256,0.258309,0.957511 0.144916,0.247364,0.958024
  2302.                           0.146946,0.188272,0.971061 0.14285,0.309943,0.939962 0.140821,0.375594,0.916023 0.102785,-0.0293489,0.994271 0.118899,-0.0331834,0.992352 0.117291,0.0259879,0.992758 0.101129,0.0300756,0.994419 0.136519,-0.0377017,0.98992 0.134483,0.021571,0.990681 0.132878,0.07953,0.987936 0.115777,0.0848062,0.989648 0.0999289,0.0890858,0.990998 0.175008,-0.0481757,0.983388
  2303.                           0.172517,0.0106369,0.984949 0.153018,0.0162571,0.98809 0.155094,-0.0425447,0.986983 0.170126,0.0667816,0.983157 0.150936,0.0737922,0.985785 0.148979,0.130403,0.980204 0.167595,0.12242,0.978226 0.131288,0.137879,0.981709 0.0987348,0.148949,0.983903 0.114613,0.143719,0.982959 0.263257,-0.0744399,0.96185 0.260127,-0.0159733,0.965442 0.237038,-0.00941234,0.971455
  2304.                           0.240056,-0.0674879,0.96841 0.256108,0.0381444,0.965895 0.233394,0.0446779,0.971355 0.211421,0.0518197,0.97602 0.214656,-0.00243923,0.976687 0.21755,-0.0607217,0.974159 0.229244,0.0964872,0.968575 0.251303,0.0903632,0.963681 0.207801,0.104553,0.972567 0.187226,0.113237,0.975768 0.190288,0.0596006,0.979917 0.195746,-0.0541161,0.97916 0.193148,0.00412329,0.981161
  2305.                           0.0148518,0.438787,0.898469 0.0200285,0.440872,0.897347 0.0182391,0.359193,0.933085 0.0231598,0.361383,0.93213 0.0293501,0.36283,0.931393 0.0263557,0.442266,0.896497 0.0221365,0.221313,0.974952 0.0267086,0.222845,0.974488 0.0253218,0.289117,0.956959 0.0205026,0.287175,0.957659 0.0327396,0.223844,0.974075 0.0313122,0.290587,0.956336 0.0486584,0.223688,0.973445
  2306.                           0.0472808,0.290736,0.955635 0.0386857,0.291072,0.955919 0.0399587,0.224312,0.973698 0.045452,0.362668,0.930809 0.0367264,0.363493,0.930873 0.0338952,0.442367,0.896193 0.0427036,0.441304,0.896341 0.0255238,-0.00935373,0.99963 0.0299809,-0.0110094,0.99949 0.0293623,0.0452665,0.998543 0.0247426,0.0460283,0.998634 0.036139,-0.0129365,0.999263 0.0352201,0.0443319,0.998396
  2307.                           0.0345597,0.102022,0.994182 0.0285344,0.102241,0.99435 0.0241196,0.102075,0.994484 0.0525346,-0.0173362,0.998469 0.0514189,0.0413615,0.99782 0.0427198,0.0429766,0.998162 0.0435052,-0.0149855,0.998941 0.050603,0.100252,0.993674 0.0417868,0.101485,0.993959 0.0410307,0.161412,0.986034 0.0496088,0.160769,0.985745 0.0336566,0.161532,0.986293 0.0231831,0.160079,0.986832
  2308.                           0.0278149,0.160958,0.986569 0.0865614,0.0335454,0.995682 0.0878625,-0.0257805,0.995799 0.0852594,0.0929696,0.992012 0.0722949,0.0960243,0.99275 0.0733196,0.0366794,0.996634 0.074684,-0.0227107,0.996949 0.0830676,0.21565,0.972931 0.0842332,0.153191,0.9846 0.0701355,0.219444,0.973101 0.0711678,0.156718,0.985076 0.0597456,0.159081,0.985456 0.0586134,0.222279,0.97322
  2309.                           0.0606396,0.0985709,0.993281 0.062773,-0.0198382,0.997831 0.0617492,0.0391815,0.997322 0.077812,0.42607,0.901338 0.0645427,0.433467,0.898855 0.0670486,0.356607,0.931845 0.0801576,0.350978,0.932946 0.052878,0.438221,0.897311 0.0554966,0.360657,0.931046 0.0573447,0.288861,0.955652 0.0687768,0.285865,0.955799 0.0818346,0.281019,0.956207 0.0325674,-0.487814,0.87234
  2310.                           0.0261994,-0.47911,0.877364 0.039973,-0.496053,0.867372 0.0407989,-0.41011,0.911123 0.0335109,-0.40237,0.914863 0.0276683,-0.3944,0.918522 0.058806,-0.509275,0.858592 0.0487745,-0.503194,0.862796 0.0592099,-0.423041,0.904174 0.0492185,-0.417249,0.907458 0.057573,-0.270294,0.961055 0.0479278,-0.265255,0.962986 0.0489336,-0.338001,0.939873 0.0585451,-0.343764,0.937229
  2311.                           0.0399538,-0.259531,0.964908 0.0405284,-0.331602,0.942548 0.0279692,-0.24748,0.968489 0.0280106,-0.317389,0.947882 0.0337091,-0.324612,0.945246 0.0331472,-0.253497,0.966768 0.115597,-0.511602,0.851411 0.0985932,-0.514639,0.851719 0.114942,-0.430219,0.895377 0.0982826,-0.431545,0.896722 0.0835829,-0.430395,0.898762 0.0835933,-0.515405,0.85286 0.111302,-0.282753,0.952713
  2312.                           0.0952778,-0.280953,0.95498 0.0970895,-0.353523,0.930373 0.113351,-0.35422,0.928267 0.081149,-0.278206,0.957087 0.0825485,-0.351696,0.932467 0.0698446,-0.348202,0.934814 0.0684826,-0.274771,0.959068 0.0705266,-0.427767,0.901133 0.070429,-0.513155,0.855402 0.0896043,-0.0861237,0.992247 0.104527,-0.0895164,0.990485 0.0760227,-0.0828492,0.993658 0.0777437,-0.144852,0.986394
  2313.                           0.0913403,-0.148064,0.984751 0.106743,-0.151331,0.982703 0.0535557,-0.0767045,0.995614 0.0641661,-0.0797682,0.994746 0.0549385,-0.137943,0.988915 0.0654787,-0.141502,0.98777 0.0671038,-0.206102,0.976227 0.0561571,-0.202145,0.977744 0.0793569,-0.209672,0.974546 0.108936,-0.215393,0.970432 0.0934006,-0.212696,0.972644 0.0260866,-0.0651176,0.997537 0.0308795,-0.0679033,0.997214
  2314.                           0.0268756,-0.122641,0.992087 0.0315861,-0.126418,0.991474 0.038007,-0.130358,0.990738 0.0369077,-0.0707416,0.996812 0.0325405,-0.187917,0.981646 0.0273838,-0.182886,0.982753 0.0388912,-0.192874,0.980452 0.0469235,-0.197651,0.979149 0.0456245,-0.13422,0.989901 0.044632,-0.0737199,0.99628 0.254424,-0.4454,0.858421 0.23919,-0.445328,0.862827 0.259117,-0.393938,0.881857
  2315.                           0.24124,-0.390977,0.888223 0.222248,-0.395705,0.89108 0.221507,-0.455198,0.862397 0.264912,-0.291266,0.919231 0.244196,-0.285399,0.926777 0.243007,-0.33831,0.909117 0.262699,-0.342805,0.901928 0.223299,-0.282791,0.932827 0.223218,-0.33848,0.914114 0.183193,-0.283497,0.941313 0.184377,-0.345942,0.919962 0.203403,-0.34153,0.917597 0.202971,-0.282629,0.937509
  2316.                           0.185204,-0.411012,0.892619 0.203661,-0.40362,0.891972 0.20377,-0.467368,0.860259 0.185909,-0.479641,0.857545 0.242321,-0.12578,0.962008 0.265311,-0.132883,0.954962 0.21996,-0.119154,0.968204 0.221734,-0.17444,0.959377 0.243818,-0.180163,0.95294 0.266202,-0.186913,0.945622 0.177412,-0.107434,0.978255 0.198264,-0.113053,0.973607 0.179712,-0.165651,0.969672
  2317.                           0.200391,-0.169748,0.964898 0.201886,-0.225692,0.95305 0.181725,-0.224104,0.957472 0.222952,-0.228341,0.947709 0.266175,-0.239029,0.933818 0.244363,-0.232633,0.941365 0.121085,-0.0934371,0.988235 0.123343,-0.154719,0.980229 0.14119,-0.15827,0.977249 0.138669,-0.0976301,0.985515 0.128374,-0.284219,0.950126 0.125919,-0.217981,0.967796 0.146041,-0.284672,0.947435
  2318.                           0.143655,-0.220476,0.964756 0.162261,-0.222267,0.961389 0.164325,-0.284745,0.944414 0.159967,-0.16197,0.973743 0.157568,-0.102354,0.982189 0.133276,-0.505913,0.852226 0.150693,-0.499268,0.853243 0.149746,-0.423536,0.893417 0.132449,-0.427823,0.894106 0.167997,-0.490127,0.855308 0.167264,-0.418382,0.892737 0.165949,-0.349457,0.922139 0.148146,-0.352564,0.923987
  2319.                           0.130666,-0.353663,0.926201 0.207905,0.863441,-0.459614 0.147457,0.79957,-0.58219 0.270438,0.92156,-0.278551 0.338702,0.900886,-0.27145 0.250481,0.835003,-0.489928 0.164285,0.749345,-0.641477 0.359786,0.921942,0.143443 0.3233,0.943613,-0.0712158 0.443639,0.864147,0.237561 0.406437,0.913567,-0.0143105 0.617199,0.672655,0.408167 0.607532,0.79021,0.0804534
  2320.                           0.501554,0.864345,0.0367655 0.530513,0.782269,0.326514 0.5041,0.809982,-0.299687 0.413706,0.865975,-0.280952 0.199343,0.615074,-0.762854 0.181201,0.690064,-0.700698 0.29448,0.790305,-0.537308 0.342838,0.726844,-0.595114 0.351949,0.603916,0.715134 0.36848,0.692446,0.620275 0.388195,0.495302,0.777162 0.414804,0.579541,0.701477 0.436722,0.67581,0.593763
  2321.                           0.378588,0.780695,0.497178 0.436488,0.277277,0.855918 0.477148,0.339268,0.810695 0.450588,0.461192,0.764377 0.416297,0.383626,0.824335 0.523953,0.425415,0.737899 0.485913,0.554598,0.675507 0.516864,0.666526,0.53721 0.575489,0.536876,0.616909 0.449824,0.775355,0.443265 0.377235,0.861693,0.33938 0.46686,-0.109867,0.87748 0.51407,-0.110199,0.85064
  2322.                           0.512853,-0.00298351,0.858471 0.464814,-0.0190377,0.885204 0.580146,-0.108456,0.807259 0.57773,0.02197,0.815932 0.56909,0.15611,0.807321 0.506552,0.106485,0.855609 0.459809,0.0756953,0.884786 0.825616,-0.0865192,0.557559 0.812993,0.142482,0.564572 0.673513,0.0663427,0.736192 0.676213,-0.102874,0.729488 0.767972,0.353699,0.533963 0.654887,0.231422,0.719421
  2323.                           0.622031,0.391414,0.678139 0.699182,0.530617,0.479156 0.551365,0.289903,0.782274 0.450567,0.172984,0.875823 0.495333,0.221982,0.839863 0.257568,0.111086,-0.959853 0.248678,0.276337,-0.92833 0.502191,0.326897,-0.800589 0.529391,0.0900017,-0.843591 0.234387,0.411843,-0.880595 0.452125,0.507971,-0.733177 0.72677,0.577464,-0.371942 0.837904,0.351349,-0.417698
  2324.                           0.889052,0.0342473,-0.456523 0.397105,0.635167,-0.662473 0.217348,0.523768,-0.823667 0.608091,0.721456,-0.331251 0.725644,0.677441,0.120477 0.847742,0.508401,0.1512 0.986462,-0.0424986,0.158386 0.949672,0.265523,0.166195 0.239943,0.305251,0.921547 0.250696,0.248899,0.935522 0.268121,0.261887,0.927106 0.254524,0.324414,0.911029 0.266809,0.140355,0.953474
  2325.                           0.259392,0.194863,0.945909 0.287336,0.142719,0.947138 0.278585,0.200918,0.93916 0.328232,0.161146,0.93075 0.316958,0.23106,0.919864 0.297726,0.213614,0.930445 0.307567,0.14926,0.939747 0.302253,0.305574,0.902922 0.28492,0.280765,0.91651 0.26857,0.350847,0.897093 0.283185,0.382644,0.879426 0.286061,-0.0812511,0.95476 0.282852,-0.0221817,0.958907
  2326.                           0.307662,-0.0875199,0.947462 0.304598,-0.0275135,0.952084 0.3001,0.0297167,0.953445 0.278511,0.0329786,0.959867 0.350879,-0.0982346,0.931254 0.348094,-0.033954,0.936844 0.32608,-0.0313971,0.94482 0.329103,-0.0933531,0.939668 0.343376,0.0299629,0.93872 0.321426,0.0284199,0.946508 0.315379,0.0883433,0.944845 0.336746,0.0942646,0.936865 0.29434,0.0855268,0.951866
  2327.                           0.27323,0.0865513,0.958047 0.427891,-0.0277363,0.903405 0.429947,-0.108406,0.896322 0.42277,0.0546258,0.904589 0.392652,0.042131,0.918721 0.397549,-0.0327948,0.916995 0.39998,-0.10582,0.910394 0.402337,0.231183,0.885821 0.414549,0.141372,0.898979 0.374236,0.200346,0.905433 0.384949,0.119019,0.915232 0.359636,0.104468,0.927226 0.349956,0.177347,0.919825
  2328.                           0.36666,0.0339913,0.929734 0.374181,-0.102539,0.92167 0.371541,-0.0343494,0.927781 0.332462,0.528426,0.781175 0.314841,0.468699,0.825346 0.340126,0.37574,0.862052 0.362515,0.425875,0.828983 0.298534,0.422023,0.856022 0.320418,0.336232,0.885596 0.33727,0.254894,0.906244 0.359579,0.285275,0.888438 0.38535,0.327184,0.862818 0.267766,-0.456812,0.848307
  2329.                           0.281292,-0.479862,0.831028 0.291756,-0.42355,0.857603 0.276031,-0.404503,0.871886 0.306717,-0.54208,0.782352 0.293717,-0.509064,0.809064 0.322442,-0.475337,0.818587 0.30701,-0.447248,0.840068 0.341878,-0.346197,0.873652 0.322901,-0.327628,0.887916 0.316409,-0.386798,0.866183 0.333938,-0.409463,0.849014 0.304132,-0.312444,0.899935 0.29908,-0.367477,0.880632
  2330.                           0.281288,-0.352794,0.89242 0.285053,-0.300186,0.910293 0.365142,-0.731199,0.576212 0.348697,-0.67238,0.652928 0.397561,-0.646166,0.651471 0.375351,-0.589708,0.715092 0.355842,-0.545224,0.759017 0.333908,-0.622438,0.707868 0.440568,-0.466707,0.766867 0.409615,-0.424941,0.807242 0.395174,-0.507385,0.765766 0.422632,-0.556002,0.715712 0.384019,-0.393694,0.835185
  2331.                           0.372252,-0.468145,0.801417 0.352237,-0.436675,0.827795 0.36186,-0.367673,0.856664 0.338637,-0.507385,0.792392 0.319946,-0.580166,0.749027 0.429435,-0.18751,0.883417 0.465421,-0.198982,0.862432 0.39982,-0.177861,0.899171 0.397285,-0.249208,0.88321 0.425969,-0.265747,0.864829 0.461191,-0.287985,0.839266 0.35157,-0.161961,0.922045 0.374444,-0.169587,0.91161
  2332.                           0.350291,-0.223496,0.909586 0.372508,-0.235317,0.897699 0.368466,-0.301093,0.879532 0.347102,-0.284383,0.89367 0.392078,-0.320535,0.862283 0.453055,-0.376066,0.808279 0.419636,-0.345171,0.839501 0.287709,-0.139989,0.947432 0.288116,-0.194743,0.937584 0.308888,-0.203335,0.929109 0.309081,-0.147335,0.939554 0.287228,-0.247368,0.92537 0.307327,-0.257702,0.916046
  2333.                           0.327051,-0.270099,0.905585 0.329356,-0.212926,0.919884 0.330067,-0.154519,0.931225 0.176959,-0.69095,-0.700909 0.239587,-0.779134,-0.579265 0.192982,-0.624217,-0.757041 0.282291,-0.741857,-0.608244 0.36667,-0.843904,-0.391636 0.300428,-0.865928,-0.39989 0.22451,-0.451773,-0.863422 0.372839,-0.606243,-0.702468 0.325711,-0.68493,-0.651753 0.20865,-0.546632,-0.810962
  2334.                           0.524806,-0.74616,-0.409664 0.43879,-0.805729,-0.397824 0.6062,-0.744443,0.279868 0.528784,-0.82713,0.190379 0.51137,-0.854811,-0.0883057 0.607564,-0.793324,-0.038771 0.451697,-0.886589,0.0996456 0.424367,-0.894349,-0.141608 0.347198,-0.916707,-0.197744 0.376318,-0.926464,0.00701674 0.515064,-0.153896,-0.843223 0.257888,-0.0597477,-0.964326 0.840075,-0.282298,-0.46323
  2335.                           0.734803,-0.507729,-0.449751 0.474055,-0.35114,-0.807448 0.250781,-0.209492,-0.945104 0.800173,-0.305195,0.516313 0.934357,-0.336753,0.116512 0.748757,-0.489148,0.447322 0.830078,-0.553782,0.065549 0.715375,-0.698613,0.0133291 0.681323,-0.633831,0.366139 0.623125,-0.653729,-0.429364 0.239005,-0.33994,-0.90957 0.424238,-0.496897,-0.757044 0.512145,-0.214721,0.831626
  2336.                           0.505451,-0.316621,0.802665 0.564186,-0.35766,0.744159 0.574977,-0.23515,0.783649 0.477241,-0.518558,0.709464 0.494365,-0.418957,0.761629 0.519209,-0.584577,0.623452 0.54568,-0.473496,0.691401 0.609873,-0.54679,0.573652 0.56572,-0.662337,0.491193 0.64399,-0.413107,0.643909 0.666986,-0.265417,0.696192 0.379174,-0.794772,0.473883 0.388252,-0.853373,0.347872
  2337.                           0.440092,-0.77712,0.449894 0.420655,-0.710055,0.564688 0.3887,-0.900655,0.19425 0.453088,-0.840127,0.298157 0.512678,-0.760475,0.398546 0.484204,-0.686097,0.542971 0.452895,-0.617446,0.643154 -0.128612,0.460916,-0.878075 -0.13111,0.453008,-0.881813 -0.125505,0.469318,-0.874065 -0.128085,0.395328,-0.909566 -0.13081,0.38646,-0.912983 -0.133039,0.37862,-0.915941
  2338.                           -0.117252,0.488651,-0.864565 -0.121792,0.478701,-0.869489 -0.120617,0.414689,-0.901934 -0.124706,0.404607,-0.905948 -0.125723,0.288213,-0.949277 -0.129256,0.278489,-0.951702 -0.127149,0.338522,-0.932328 -0.123365,0.348328,-0.929219 -0.132114,0.269229,-0.953972 -0.130208,0.329043,-0.935295 -0.136094,0.252134,-0.958075 -0.13462,0.311962,-0.940509 -0.132698,0.320315,-0.937971
  2339.                           -0.13436,0.26022,-0.956155 -0.0855249,0.540897,-0.836729 -0.0964297,0.525321,-0.845423 -0.0916837,0.464666,-0.880727 -0.101643,0.449742,-0.887356 -0.109393,0.436998,-0.892785 -0.104949,0.511625,-0.852775 -0.100633,0.331886,-0.937936 -0.109238,0.319649,-0.941218 -0.105805,0.381833,-0.918155 -0.0966939,0.395194,-0.913494 -0.115955,0.308641,-0.944084 -0.113001,0.369743,-0.922237
  2340.                           -0.118726,0.358766,-0.925846 -0.121366,0.29819,-0.946759 -0.115593,0.425312,-0.897635 -0.11175,0.499677,-0.858973 -0.108922,0.106693,-0.988308 -0.117028,0.101189,-0.98796 -0.115837,0.154008,-0.981256 -0.107984,0.161646,-0.980923 -0.123362,0.0943592,-0.987865 -0.12215,0.146215,-0.981683 -0.120473,0.198206,-0.972728 -0.114205,0.207275,-0.971594 -0.106206,0.216394,-0.970512
  2341.                           -0.132539,0.0789869,-0.988025 -0.131208,0.129319,-0.982884 -0.127154,0.137857,-0.982256 -0.128485,0.0870559,-0.987883 -0.129605,0.180064,-0.975079 -0.125548,0.189202,-0.973879 -0.123606,0.242169,-0.962328 -0.12779,0.232581,-0.964145 -0.11845,0.251931,-0.960469 -0.103849,0.272651,-0.956492 -0.111965,0.262001,-0.958551 -0.141257,0.0459496,-0.988906 -0.140072,0.0948782,-0.985585
  2342.                           -0.138811,0.103178,-0.984929 -0.140098,0.05372,-0.988679 -0.138802,0.145,-0.979647 -0.137415,0.153056,-0.978617 -0.135452,0.161927,-0.977462 -0.136938,0.111681,-0.984264 -0.138267,0.0621887,-0.988441 -0.135938,0.205146,-0.969245 -0.137463,0.196687,-0.970782 -0.13384,0.213892,-0.967645 -0.131155,0.223172,-0.965915 -0.132875,0.170919,-0.976284 -0.135783,0.0706573,-0.988216
  2343.                           -0.134417,0.120525,-0.983568 0.0947664,0.741782,-0.663912 0.0935665,0.674338,-0.732471 0.0408171,0.618636,-0.784616 0.0476876,0.695019,-0.717408 0.0988679,0.526526,-0.844391 0.0958329,0.603857,-0.791311 0.034635,0.467061,-0.883546 0.0370839,0.543902,-0.838329 -0.0381232,0.399695,-0.915855 -0.0331157,0.471504,-0.881242 -0.00377517,0.501779,-0.864987 -0.00823519,0.427645,-0.903909
  2344.                           -0.0259073,0.547303,-0.836534 0.00262202,0.57901,-0.815316 0.0122089,0.658485,-0.752495 -0.0162768,0.627688,-0.778295 0.111822,0.118053,-0.986691 0.108976,0.239798,-0.964687 0.0339235,0.120108,-0.992181 0.0326574,0.217984,-0.975406 0.0326628,0.306322,-0.951367 0.105657,0.346346,-0.932138 -0.0459662,0.119454,-0.991775 -0.0459229,0.192561,-0.98021 -0.0142167,0.203293,-0.979015
  2345.                           -0.0141691,0.120468,-0.992616 -0.0443394,0.262232,-0.963986 -0.0132788,0.280574,-0.959741 -0.0112328,0.35446,-0.935004 -0.0418253,0.330819,-0.942767 0.0332591,0.388521,-0.920839 0.102294,0.440324,-0.891993 -0.0978833,0.16878,-0.980781 -0.0988287,0.111507,-0.988837 -0.0962148,0.226007,-0.969362 -0.0833103,0.236367,-0.968086 -0.0851628,0.17612,-0.980678 -0.0857266,0.114929,-0.989668
  2346.                           -0.0900053,0.345476,-0.934101 -0.0935005,0.28441,-0.954132 -0.0767362,0.360823,-0.929472 -0.0806185,0.297495,-0.951314 -0.0638814,0.31247,-0.947777 -0.0600576,0.378574,-0.923621 -0.0667269,0.248178,-0.966414 -0.0689417,0.117768,-0.990645 -0.0683139,0.183766,-0.980593 -0.0723555,0.559047,-0.825973 -0.0571953,0.578927,-0.813371 -0.0653269,0.500397,-0.863328 -0.0796187,0.481453,-0.872848
  2347.                           -0.0389796,0.60143,-0.797974 -0.0480515,0.521874,-0.851668 -0.054836,0.447721,-0.89249 -0.0718053,0.428058,-0.900894 -0.0853599,0.410746,-0.907745 0.119707,-0.614521,-0.779765 0.0673456,-0.554136,-0.829697 0.0577406,-0.454122,-0.889066 0.11641,-0.524922,-0.843152 -0.00562449,-0.474886,-0.880029 0.0270726,-0.510083,-0.859699 -0.0179372,-0.370228,-0.928768 0.0147178,-0.405836,-0.913827
  2348.                           -0.0336993,-0.187074,-0.981768 -0.000647609,-0.216901,-0.976193 0.00588901,-0.308091,-0.951339 -0.0271253,-0.274245,-0.961277 0.0464219,-0.263266,-0.963606 0.0515164,-0.358249,-0.932203 0.116343,-0.434056,-0.893342 0.116551,-0.336636,-0.934394 -0.0882254,-0.395886,-0.914052 -0.0719531,-0.409443,-0.909494 -0.0958254,-0.298778,-0.949499 -0.0810042,-0.309352,-0.947491 -0.0638726,-0.324496,-0.943728
  2349.                           -0.0536728,-0.425996,-0.903132 -0.104923,-0.137359,-0.984949 -0.0923152,-0.1428,-0.985437 -0.0875368,-0.221479,-0.971228 -0.101293,-0.212555,-0.971885 -0.0770268,-0.152787,-0.985253 -0.0715214,-0.2336,-0.969699 -0.0519207,-0.250795,-0.966647 -0.0581478,-0.166749,-0.984283 -0.0435394,-0.343842,-0.938018 -0.032115,-0.447515,-0.893699 -0.0986326,0.0527032,-0.993727 -0.109258,0.0511482,-0.992697
  2350.                           -0.0853735,0.0528072,-0.994949 -0.083705,-0.0116226,-0.996423 -0.0976603,-0.00769369,-0.99519 -0.108688,-0.00735355,-0.994049 -0.0448444,0.0449625,-0.997982 -0.0679394,0.0500833,-0.996432 -0.0422292,-0.0298197,-0.998663 -0.0659637,-0.0183038,-0.997654 -0.0626571,-0.0901857,-0.993952 -0.0386201,-0.106276,-0.993586 -0.0810685,-0.0791482,-0.993561 -0.107387,-0.0689628,-0.991823 -0.0955095,-0.0727118,-0.992769
  2351.                           0.11443,-0.00760661,-0.993402 0.115848,-0.123939,-0.985504 0.0389824,-0.0760545,-0.996341 0.0359709,0.0198106,-0.999156 0.116504,-0.23257,-0.965577 0.0423777,-0.169373,-0.98464 -0.00555836,-0.1309,-0.99138 -0.00941966,-0.0474212,-0.998831 -0.0122261,0.0354076,-0.999298 -0.139804,-0.389308,-0.910436 -0.137925,-0.386,-0.91213 -0.142257,-0.306145,-0.941296 -0.140817,-0.301759,-0.942928
  2352.                           -0.138359,-0.297361,-0.944687 -0.135206,-0.383075,-0.913768 -0.143928,-0.168068,-0.975212 -0.142817,-0.161938,-0.976411 -0.142246,-0.227623,-0.963304 -0.143552,-0.233237,-0.961766 -0.140801,-0.155465,-0.977756 -0.140135,-0.22217,-0.964885 -0.13419,-0.14375,-0.980474 -0.133021,-0.21249,-0.968067 -0.137033,-0.217015,-0.966502 -0.138,-0.149276,-0.979118 -0.130556,-0.290517,-0.947921
  2353.                           -0.135048,-0.293454,-0.946386 -0.131356,-0.380813,-0.915274 -0.12649,-0.379439,-0.916529 -0.14121,0.0039957,-0.989972 -0.142323,-0.00386139,-0.989813 -0.13942,0.0119678,-0.990161 -0.140281,-0.0400322,-0.989302 -0.142121,-0.0477624,-0.988696 -0.143174,-0.0549384,-0.988172 -0.13362,0.0279901,-0.990637 -0.136889,0.020093,-0.990383 -0.134306,-0.0252335,-0.990619 -0.137727,-0.0324311,-0.989939
  2354.                           -0.138112,-0.0883938,-0.986464 -0.134587,-0.0818167,-0.987518 -0.140822,-0.0953832,-0.98543 -0.143776,-0.109448,-0.983539 -0.142672,-0.102415,-0.984457 -0.117563,0.0470164,-0.991952 -0.117583,-0.00893493,-0.993023 -0.124473,-0.0132261,-0.992135 -0.124199,0.0418734,-0.991373 -0.115241,-0.134821,-0.984146 -0.116802,-0.0693849,-0.990729 -0.12312,-0.136116,-0.983013 -0.124221,-0.0716696,-0.989663
  2355.                           -0.129985,-0.0762759,-0.988578 -0.129367,-0.13901,-0.981805 -0.129992,-0.0185526,-0.991342 -0.129419,0.0352113,-0.990965 -0.101699,-0.387157,-0.916388 -0.112122,-0.381807,-0.917416 -0.117531,-0.289075,-0.950064 -0.108184,-0.29164,-0.950391 -0.120109,-0.379769,-0.917251 -0.124902,-0.288668,-0.949247 -0.127734,-0.209342,-0.969464 -0.121086,-0.207524,-0.970707 -0.112427,-0.208678,-0.971501
  2356.                           -0.212064,0.488368,0.846478 -0.231045,0.527117,0.817781 -0.244138,0.485353,0.839541 -0.213227,0.44913,0.86765 -0.260682,0.589847,0.764281 -0.281825,0.540782,0.792546 -0.296507,0.478693,0.8264 -0.252413,0.425923,0.868837 -0.213217,0.388514,0.896435 -0.328279,0.725135,0.60532 -0.365572,0.674672,0.641229 -0.321425,0.604847,0.728592 -0.293419,0.656434,0.694981
  2357.                           -0.400252,0.611143,0.682864 -0.345673,0.541244,0.766528 -0.458511,0.447719,0.767669 -0.380674,0.38569,0.840435 -0.365268,0.467498,0.805 -0.431494,0.535138,0.726251 -0.314766,0.334838,0.888147 -0.306878,0.408799,0.859482 -0.21203,0.263976,0.940936 -0.212791,0.326461,0.920947 -0.256383,0.362184,0.896153 -0.258971,0.294066,0.920032 -0.444374,0.895807,-0.00788084
  2358.                           -0.512174,0.858829,-0.00947338 -0.49098,0.847616,0.201212 -0.425949,0.885686,0.184736 -0.587501,0.809144,-0.0112956 -0.561886,0.797337,0.220311 -0.514912,0.749764,0.415595 -0.454523,0.805196,0.380879 -0.397923,0.847421,0.351475 -0.7568,0.653468,-0.0152473 -0.720589,0.640997,0.264337 -0.639366,0.729985,0.241523 -0.669581,0.742621,-0.0132332 -0.641073,0.587622,0.493687
  2359.                           -0.577374,0.678669,0.453925 -0.50418,0.608362,0.612942 -0.547014,0.517567,0.657952 -0.458249,0.683779,0.56785 -0.364393,0.791732,0.490284 -0.411251,0.744121,0.526457 -0.999792,-1.42745E-07,-0.020413 -0.945821,-1.86166E-07,0.324689 -0.926575,0.197611,0.320014 -0.979114,0.202322,-0.0200402 -0.804671,-6.60427E-08,0.593721 -0.791149,0.175605,0.585872 -0.754328,0.3361,0.563937
  2360.                           -0.874592,0.375845,0.306317 -0.922816,0.384779,-0.0188458 -0.515292,-1.72121E-07,0.857015 -0.510598,0.125218,0.850653 -0.64042,0.148854,0.753462 -0.648689,-7.31914E-08,0.761054 -0.498767,0.242199,0.832209 -0.618017,0.287118,0.731859 -0.586202,0.410411,0.69852 -0.480596,0.349759,0.804174 -0.70147,0.474279,0.531977 -0.844376,0.535476,-0.0171932 -0.802019,0.524063,0.286571
  2361.                           -0.21002,-1.56615E-07,0.977697 -0.209984,0.0705381,0.975157 -0.262625,0.0796183,0.961608 -0.262828,5.10105E-07,0.964843 -0.210561,0.13639,0.96802 -0.261648,0.153494,0.95288 -0.324357,0.176235,0.929373 -0.326845,0.0912022,0.940667 -0.328163,1.18964E-07,0.944621 -0.260772,0.2245,0.938934 -0.211141,0.199738,0.95683 -0.320127,0.256538,0.91198 -0.392819,0.298393,0.869859
  2362.                           -0.401458,0.205228,0.892588 -0.410265,-5.72486E-07,0.911967 -0.407945,0.106119,0.906818 -0.324213,0.46819,-0.822 -0.327851,0.429876,-0.841261 -0.352544,0.463155,-0.813142 -0.33806,0.504772,-0.794305 -0.33132,0.371176,-0.867442 -0.363417,0.405033,-0.838973 -0.398102,0.453554,-0.797373 -0.38115,0.514847,-0.767891 -0.358705,0.564534,-0.743392 -0.33558,0.251469,-0.907827
  2363.                           -0.375103,0.278253,-0.884236 -0.370103,0.343502,-0.863152 -0.333878,0.311388,-0.889698 -0.420863,0.314708,-0.850784 -0.410883,0.38564,-0.82611 -0.53417,0.416563,-0.735621 -0.507117,0.501789,-0.700743 -0.456649,0.439196,-0.773679 -0.473507,0.360289,-0.803731 -0.475478,0.577815,-0.663363 -0.435434,0.511622,-0.740703 -0.402185,0.696139,-0.594674 -0.380497,0.628598,-0.678297
  2364.                           -0.409687,0.575543,-0.707748 -0.440132,0.642943,-0.626824 -0.338136,-2.3303E-09,-0.941097 -0.383496,1.30532E-08,-0.923543 -0.382964,0.075024,-0.920712 -0.337802,0.0670408,-0.938826 -0.438281,-2.79825E-08,-0.898838 -0.436741,0.0851307,-0.89555 -0.433458,0.164755,-0.885985 -0.381137,0.144775,-0.913113 -0.337476,0.129692,-0.932357 -0.588942,5.79365E-08,-0.808176 -0.584588,0.11457,-0.8032
  2365.                           -0.502928,0.0980552,-0.858748 -0.505329,2.33344E-08,-0.862927 -0.57341,0.222484,-0.788481 -0.496156,0.1901,-0.847167 -0.486735,0.277428,-0.828325 -0.555969,0.323117,-0.765829 -0.428006,0.240381,-0.871222 -0.33667,0.190077,-0.922239 -0.378819,0.212034,-0.900854 -0.921696,0.186513,-0.340132 -0.938686,5.67787E-09,-0.344774 -0.875266,0.356611,-0.326708 -0.77409,0.309657,-0.552175
  2366.                           -0.805497,0.160667,-0.570404 -0.816897,1.03427E-07,-0.576784 -0.733693,0.617265,-0.28404 -0.809298,0.500858,-0.306884 -0.673343,0.552429,-0.491356 -0.727854,0.441127,-0.525011 -0.637991,0.378462,-0.670622 -0.601853,0.4818,-0.636901 -0.666553,0.262602,-0.697673 -0.693289,3.0342E-07,-0.72066 -0.686175,0.135391,-0.714726 -0.447512,0.872201,-0.197481 -0.512097,0.831311,-0.216054
  2367.                           -0.438873,0.824549,-0.357084 -0.495177,0.778284,-0.386101 -0.554265,0.718908,-0.419477 -0.581743,0.778045,-0.237108 -0.469767,0.71262,-0.521049 -0.422715,0.763971,-0.487505 -0.516388,0.649111,-0.558568 -0.561114,0.572026,-0.598279 -0.614083,0.644645,-0.455339 -0.656619,0.707983,-0.260025 -0.324214,-0.468189,-0.822 -0.33806,-0.504773,-0.794304 -0.352544,-0.463155,-0.813142
  2368.                           -0.327851,-0.429875,-0.841261 -0.358705,-0.564535,-0.743392 -0.38115,-0.514848,-0.767891 -0.398102,-0.453555,-0.797372 -0.363417,-0.405034,-0.838973 -0.33132,-0.371177,-0.867442 -0.402185,-0.696141,-0.594672 -0.440132,-0.642945,-0.626821 -0.409687,-0.575544,-0.707747 -0.380497,-0.6286,-0.678295 -0.475478,-0.577816,-0.663362 -0.435434,-0.511622,-0.740702 -0.534169,-0.416564,-0.73562
  2369.                           -0.473508,-0.360289,-0.80373 -0.456649,-0.439196,-0.773678 -0.507119,-0.501789,-0.700741 -0.420863,-0.314708,-0.850784 -0.410883,-0.385639,-0.82611 -0.33558,-0.251468,-0.907827 -0.333878,-0.311388,-0.889698 -0.370103,-0.343502,-0.863152 -0.375103,-0.278252,-0.884236 -0.444374,-0.895807,-0.00788081 -0.512174,-0.858829,-0.0094734 -0.512097,-0.831311,-0.216054 -0.447512,-0.872201,-0.19748
  2370.                           -0.587501,-0.809145,-0.0112974 -0.581743,-0.778045,-0.237107 -0.554265,-0.718907,-0.419479 -0.495176,-0.778282,-0.386105 -0.438872,-0.824548,-0.357089 -0.756801,-0.653467,-0.0152508 -0.733694,-0.617263,-0.284042 -0.656619,-0.707982,-0.260026 -0.669581,-0.742621,-0.0132361 -0.673344,-0.55243,-0.491355 -0.614082,-0.644644,-0.455343 -0.561114,-0.572026,-0.598279 -0.601851,-0.481802,-0.6369
  2371.                           -0.516388,-0.649112,-0.558568 -0.422715,-0.763969,-0.487508 -0.469765,-0.71262,-0.52105 -0.921696,-0.186513,-0.340132 -0.979114,-0.202322,-0.0200402 -0.805497,-0.160667,-0.570404 -0.774091,-0.309658,-0.552174 -0.875265,-0.356614,-0.326709 -0.922816,-0.384779,-0.0188474 -0.584588,-0.11457,-0.8032 -0.686174,-0.135392,-0.714726 -0.57341,-0.222483,-0.788481 -0.666552,-0.262601,-0.697674
  2372.                           -0.637991,-0.378462,-0.670622 -0.555968,-0.323117,-0.765829 -0.727856,-0.441129,-0.525006 -0.844375,-0.535476,-0.0171981 -0.809297,-0.500859,-0.306886 -0.337803,-0.0670409,-0.938826 -0.382964,-0.0750247,-0.920712 -0.337476,-0.129693,-0.932357 -0.381137,-0.144776,-0.913112 -0.433458,-0.164755,-0.885986 -0.436741,-0.0851319,-0.89555 -0.378819,-0.212033,-0.900854 -0.33667,-0.190077,-0.922239
  2373.                           -0.428005,-0.240379,-0.871223 -0.486735,-0.277428,-0.828325 -0.496156,-0.1901,-0.847167 -0.502928,-0.0980556,-0.858748 -0.212065,-0.48837,0.846477 -0.213228,-0.449129,0.86765 -0.244139,-0.485354,0.83954 -0.231046,-0.527119,0.817779 -0.213218,-0.388514,0.896435 -0.252413,-0.425923,0.868837 -0.296507,-0.478694,0.826399 -0.281826,-0.540783,0.792545 -0.260682,-0.589847,0.764281
  2374.                           -0.21203,-0.263976,0.940936 -0.258971,-0.294065,0.920032 -0.256383,-0.362184,0.896153 -0.212791,-0.32646,0.920947 -0.314766,-0.334838,0.888147 -0.306878,-0.408799,0.859482 -0.458511,-0.447719,0.767669 -0.431494,-0.535138,0.72625 -0.365269,-0.467499,0.804999 -0.380673,-0.38569,0.840435 -0.400251,-0.611142,0.682864 -0.345672,-0.541245,0.766528 -0.328279,-0.725134,0.605321
  2375.                           -0.293419,-0.656433,0.694982 -0.321425,-0.604847,0.728592 -0.365572,-0.67467,0.641231 -0.262624,-0.0796185,0.961608 -0.209984,-0.0705382,0.975157 -0.326845,-0.091203,0.940667 -0.324357,-0.176236,0.929373 -0.261648,-0.153495,0.95288 -0.21056,-0.13639,0.96802 -0.510598,-0.125218,0.850653 -0.407945,-0.106119,0.906818 -0.498767,-0.2422,0.832208 -0.401457,-0.205227,0.892588
  2376.                           -0.392819,-0.298393,0.869859 -0.480597,-0.34976,0.804173 -0.320126,-0.256538,0.91198 -0.211141,-0.199739,0.95683 -0.260772,-0.224501,0.938934 -0.926575,-0.197612,0.320014 -0.874591,-0.375845,0.306318 -0.754328,-0.336101,0.563938 -0.791149,-0.175606,0.585871 -0.720591,-0.640997,0.264332 -0.80202,-0.524063,0.28657 -0.641072,-0.587621,0.493688 -0.70147,-0.474277,0.531979
  2377.                           -0.586202,-0.41041,0.69852 -0.547013,-0.517566,0.657953 -0.618017,-0.28712,0.731859 -0.64042,-0.148855,0.753461 -0.425949,-0.885686,0.184734 -0.49098,-0.847616,0.201209 -0.397923,-0.847421,0.351476 -0.454522,-0.805197,0.380878 -0.514912,-0.749763,0.415597 -0.561886,-0.797338,0.220307 -0.411251,-0.74412,0.526458 -0.364394,-0.791732,0.490283 -0.458248,-0.683778,0.567852
  2378.                           -0.504179,-0.608362,0.612944 -0.577372,-0.678668,0.453928 -0.639367,-0.729985,0.241521 -0.00188565,0.616681,0.787211 0.00485367,0.52499,0.851095 -0.00978496,0.704272,0.709863 -0.0161555,0.703167,0.710841 -0.00784626,0.614998,0.78849 -0.000778865,0.522834,0.852434 -0.0289622,0.856551,0.515249 -0.0189058,0.785118,0.619058 -0.0359203,0.856533,0.514841 -0.0255215,0.784653,0.61941
  2379.                           -0.0523545,0.855623,0.514945 -0.0412795,0.782855,0.620833 -0.0329725,0.783876,0.620041 -0.0436122,0.856255,0.514709 -0.0310985,0.700367,0.713105 -0.0231698,0.701866,0.711932 -0.0139782,0.518359,0.855049 -0.00699864,0.520599,0.853773 -0.0145052,0.613181,0.789809 -0.021929,0.611227,0.791151 -0.0744812,0.997202,0.00644241 -0.0630082,0.987779,0.142559 -0.0814949,0.996671,0.00213386
  2380.                           -0.0701122,0.987831,0.138833 -0.0585319,0.96047,0.272162 -0.0513168,0.960182,0.274621 -0.0984012,0.995137,-0.00434244 -0.0873164,0.987149,0.133838 -0.0782013,0.987605,0.136095 -0.0893705,0.995997,-0.00164425 -0.0757359,0.960197,0.268859 -0.0665662,0.960518,0.270137 -0.0549637,0.915996,0.397404 -0.063915,0.915669,0.396819 -0.0469695,0.916042,0.398322 -0.039915,0.915703,0.399868
  2381.                           -0.150695,0.988542,-0.00869353 -0.139988,0.981297,0.132135 -0.123743,0.983555,0.131557 -0.134434,0.990885,-0.00858539 -0.128063,0.954432,0.269555 -0.111915,0.956844,0.268188 -0.0981038,0.958456,0.267838 -0.109789,0.985208,0.131577 -0.120625,0.992668,-0.00778975 -0.101996,0.848591,0.519124 -0.0866779,0.851386,0.517328 -0.0994342,0.912009,0.397936 -0.115228,0.909488,0.399443
  2382.                           -0.0735812,0.853294,0.516213 -0.085865,0.913784,0.397021 -0.074167,0.914928,0.396744 -0.06222,0.85468,0.515412 -0.0861226,0.959564,0.267994 -0.108692,0.994054,-0.00653046 -0.097793,0.986352,0.132463 -0.0539155,0.509144,0.858991 -0.0414848,0.511431,0.858322 -0.0512516,0.604615,0.794868 -0.0644834,0.601904,0.795961 -0.030937,0.513785,0.857361 -0.0400266,0.606978,0.79371
  2383.                           -0.0503223,0.696707,0.715588 -0.0622191,0.694397,0.716897 -0.076197,0.691518,0.71833 -0.0303712,0.60919,0.792442 -0.0218773,0.516048,0.85628 -0.0400379,0.698653,0.714339 -0.0507664,0.781542,0.621784 -0.0615858,0.779888,0.622881 -0.0888387,0.774908,0.6258 -0.0741488,0.777738,0.6242 -0.131491,0.530562,-0.837385 -0.128524,0.619472,-0.774426 -0.134941,0.524632,-0.840566
  2384.                           -0.132378,0.613666,-0.77839 -0.128854,0.700126,-0.702296 -0.12446,0.705144,-0.698055 -0.143886,0.51399,-0.845643 -0.142366,0.603763,-0.784348 -0.136979,0.608626,-0.781544 -0.138985,0.518913,-0.843453 -0.139966,0.69107,-0.709106 -0.133938,0.695272,-0.706157 -0.131528,0.845807,-0.517022 -0.124287,0.849007,-0.513556 -0.129786,0.776577,-0.61651 -0.136371,0.772622,-0.620047
  2385.                           -0.118087,0.852648,-0.508966 -0.124098,0.780644,-0.612531 -0.119235,0.785308,-0.607515 -0.112668,0.856382,-0.5039 -0.175912,0.497777,-0.849278 -0.177312,0.587864,-0.789288 -0.165929,0.591739,-0.788868 -0.165349,0.501244,-0.849361 -0.177972,0.675698,-0.715373 -0.165638,0.679571,-0.714666 -0.155518,0.683325,-0.713359 -0.156551,0.595449,-0.787992 -0.15679,0.505194,-0.848644
  2386.                           -0.175702,0.832708,-0.525097 -0.161597,0.836407,-0.523746 -0.164321,0.762217,-0.626118 -0.177499,0.758337,-0.627231 -0.14987,0.839641,-0.522055 -0.153323,0.765641,-0.624729 -0.144164,0.769146,-0.622601 -0.139928,0.842621,-0.52001 -0.147034,0.686974,-0.711651 -0.1497,0.509252,-0.847498 -0.148847,0.59956,-0.786366 -0.143775,0.978512,-0.147795 -0.1597,0.975897,-0.148732
  2387.                           -0.130185,0.98059,-0.146614 -0.138343,0.949791,-0.28064 -0.15141,0.947314,-0.28226 -0.166942,0.944295,-0.283616 -0.108543,0.983854,-0.142303 -0.118596,0.982343,-0.144696 -0.117582,0.954018,-0.275726 -0.12715,0.951933,-0.278669 -0.134311,0.904609,-0.404529 -0.125236,0.907135,-0.401775 -0.144868,0.901943,-0.406832 -0.1722,0.895733,-0.40989 -0.157382,0.899119,-0.408431
  2388.                           -0.0855183,0.987879,-0.129544 -0.0956827,0.960211,-0.262372 -0.102045,0.958115,-0.267588 -0.0922019,0.986575,-0.134789 -0.104819,0.915724,-0.387894 -0.11069,0.912634,-0.393506 -0.117469,0.909877,-0.397901 -0.109254,0.956,-0.272263 -0.0998535,0.985271,-0.138818 -0.316953,0.533661,-0.784058 -0.30772,0.471637,-0.826358 -0.33221,0.602398,-0.725778 -0.302303,0.626825,-0.718125
  2389.                           -0.29063,0.55172,-0.781754 -0.281689,0.476706,-0.832708 -0.363518,0.738611,-0.567722 -0.347844,0.669649,-0.656182 -0.325444,0.769364,-0.549695 -0.314635,0.699881,-0.641226 -0.260182,0.805312,-0.532709 -0.255337,0.73286,-0.63065 -0.283093,0.719647,-0.634008 -0.290728,0.791106,-0.538171 -0.249322,0.653312,-0.714858 -0.274367,0.64254,-0.715447 -0.23697,0.484703,-0.841967
  2390.                           -0.258179,0.48092,-0.83789 -0.265691,0.562091,-0.783239 -0.242934,0.569622,-0.785184 -0.38392,0.923344,-0.0064594 -0.389783,0.902741,-0.182012 -0.332408,0.943117,-0.0058904 -0.339119,0.925287,-0.169829 -0.33926,0.886299,-0.315241 -0.386346,0.860263,-0.332694 -0.250837,0.968009,-0.00628634 -0.258728,0.953235,-0.156215 -0.295787,0.941442,-0.161854 -0.288035,0.957603,-0.00567767
  2391.                           -0.262666,0.918589,-0.295299 -0.298078,0.905266,-0.302726 -0.296014,0.853719,-0.428415 -0.262943,0.868185,-0.420851 -0.334253,0.833205,-0.440505 -0.376887,0.803543,-0.460733 -0.178634,0.972458,-0.149716 -0.169759,0.98545,-0.0084189 -0.185254,0.940412,-0.285143 -0.206958,0.935212,-0.28731 -0.200933,0.967911,-0.15091 -0.192442,0.981277,-0.00780042 -0.192262,0.828133,-0.526528
  2392.                           -0.189796,0.891377,-0.411611 -0.211541,0.822507,-0.527951 -0.210381,0.885777,-0.413689 -0.234561,0.878347,-0.416518 -0.233999,0.815179,-0.529838 -0.232518,0.92825,-0.290324 -0.219052,0.975689,-0.00694808 -0.227472,0.961681,-0.153059 -0.188236,0.494335,-0.848646 -0.190641,0.583983,-0.789063 -0.202164,0.491257,-0.847228 -0.20563,0.579795,-0.788387 -0.208682,0.666541,-0.715664
  2393.                           -0.192328,0.671286,-0.715811 -0.222876,0.575322,-0.786976 -0.218155,0.488039,-0.845119 -0.22742,0.660764,-0.715312 -0.231388,0.741797,-0.629441 -0.210788,0.748316,-0.62896 -0.193021,0.753771,-0.62815 -0.194374,0.490543,0.849462 -0.210342,0.554719,0.805011 -0.167009,0.493847,0.85336 -0.183806,0.570732,0.800301 -0.205277,0.647965,0.733487 -0.234958,0.625771,0.743777
  2394.                           -0.120447,0.49932,0.858005 -0.135018,0.58615,0.798873 -0.158394,0.579738,0.799259 -0.142607,0.496541,0.856219 -0.151849,0.671545,0.725237 -0.17725,0.661789,0.728435 -0.189055,0.823967,0.534169 -0.219428,0.811139,0.542131 -0.198006,0.740044,0.64275 -0.170184,0.751826,0.637021 -0.253443,0.79189,0.555587 -0.229192,0.722238,0.652566 -0.261603,0.694912,0.669822
  2395.                           -0.29054,0.764214,0.575815 -0.0794032,0.598791,0.79696 -0.0680193,0.506684,0.859445 -0.0920573,0.687849,0.719992 -0.109589,0.683597,0.721585 -0.095761,0.595143,0.797894 -0.0833578,0.504327,0.85948 -0.119614,0.844723,0.521666 -0.10561,0.771022,0.62799 -0.139669,0.839647,0.524866 -0.124408,0.766046,0.630631 -0.145765,0.760077,0.633273 -0.162656,0.832864,0.529037
  2396.                           -0.12928,0.678233,0.723386 -0.100604,0.501763,0.859135 -0.114064,0.591226,0.798399 -0.159117,0.978148,0.133819 -0.18151,0.973889,0.136365 -0.168825,0.946364,0.275489 -0.146868,0.951068,0.271843 -0.238961,0.96013,0.145083 -0.207956,0.968052,0.140103 -0.224322,0.931229,0.287213 -0.194429,0.93996,0.280485 -0.179111,0.893957,0.410805 -0.20745,0.884685,0.417488
  2397.                           -0.154679,0.900703,0.405966 -0.133556,0.905759,0.402198 -0.368434,0.913789,0.171013 -0.345819,0.879345,0.327357 -0.299575,0.902462,0.309543 -0.318319,0.934371,0.160077 -0.319219,0.827458,0.461965 -0.277585,0.853645,0.440723 -0.240107,0.871872,0.426834 -0.259207,0.919205,0.296435 -0.275564,0.949254,0.151594 -0.131834,-0.5833,-0.801487 -0.137611,-0.485593,-0.863286
  2398.                           -0.124421,-0.6769,-0.725483 -0.128621,-0.676363,-0.725251 -0.135298,-0.583603,-0.800689 -0.140308,-0.486942,-0.862091 -0.104843,-0.839452,-0.533225 -0.115348,-0.7633,-0.635664 -0.110778,-0.838318,-0.533809 -0.120407,-0.762247,-0.635989 -0.125306,-0.836176,-0.533955 -0.133111,-0.76028,-0.635811 -0.126282,-0.761278,-0.63601 -0.117508,-0.837208,-0.534111 -0.139544,-0.675128,-0.724383
  2399.                           -0.133625,-0.675766,-0.724904 -0.148072,-0.488845,-0.859712 -0.143803,-0.488086,-0.860868 -0.139448,-0.583712,-0.799897 -0.144532,-0.58369,-0.799009 -0.054969,-0.997696,-0.0397547 -0.0679462,-0.983021,-0.170448 -0.0635244,-0.99727,-0.0376416 -0.0758924,-0.982576,-0.169662 -0.0882372,-0.950415,-0.298204 -0.0807288,-0.951115,-0.298099 -0.0834075,-0.995993,-0.0322579 -0.09491,-0.981436,-0.166662
  2400.                           -0.0849278,-0.982058,-0.168373 -0.0728188,-0.996728,-0.0350853 -0.106014,-0.948968,-0.29702 -0.0965212,-0.949711,-0.29788 -0.107554,-0.900837,-0.420625 -0.116157,-0.899889,-0.420367 -0.0999099,-0.901766,-0.420518 -0.093227,-0.902785,-0.419867 -0.141808,-0.989711,-0.0190223 -0.151591,-0.975819,-0.157474 -0.134304,-0.97796,-0.159862 -0.123971,-0.992034,-0.0223312 -0.160034,-0.943182,-0.291199
  2401.                           -0.143283,-0.945464,-0.29252 -0.129072,-0.946976,-0.294241 -0.119288,-0.979518,-0.162221 -0.108667,-0.993743,-0.0258278 -0.171907,-0.829733,-0.531029 -0.15715,-0.832185,-0.531763 -0.151003,-0.896055,-0.417473 -0.166731,-0.89377,-0.416384 -0.144815,-0.833807,-0.532724 -0.137555,-0.897694,-0.418597 -0.126128,-0.898892,-0.419626 -0.134271,-0.835071,-0.533505 -0.116688,-0.948101,-0.295785
  2402.                           -0.0951583,-0.995037,-0.029079 -0.106368,-0.980609,-0.164595 -0.178255,-0.489095,-0.853822 -0.168146,-0.489578,-0.855593 -0.167239,-0.582204,-0.795657 -0.178446,-0.580975,-0.794119 -0.159981,-0.489608,-0.857141 -0.15813,-0.583024,-0.796918 -0.155044,-0.673439,-0.722801 -0.165203,-0.672192,-0.721711 -0.177574,-0.670236,-0.720591 -0.15066,-0.583451,-0.798051 -0.153425,-0.489416,-0.858448
  2403.                           -0.146594,-0.674383,-0.723684 -0.141151,-0.759264,-0.635291 -0.150602,-0.758072,-0.634543 -0.175428,-0.754304,-0.632654 -0.161908,-0.756488,-0.633649 0.0169956,-0.563584,0.825884 0.0122259,-0.657761,0.753128 0.0102391,-0.555556,0.831416 0.00494517,-0.649763,0.760121 -0.00155703,-0.737672,0.675158 0.00623819,-0.744508,0.667584 -0.00513146,-0.540689,0.841207 -0.0115773,-0.635175,0.772281
  2404.                           -0.00294175,-0.642423,0.766345 0.00286336,-0.547712,0.836662 -0.0191977,-0.724485,0.689023 -0.00993222,-0.730799,0.682521 -0.0377896,-0.874626,0.483323 -0.0274594,-0.878745,0.476501 -0.0181867,-0.810633,0.585272 -0.0279121,-0.805063,0.592533 -0.0182643,-0.883015,0.468989 -0.00922978,-0.816085,0.577859 -0.00114369,-0.821823,0.569741 -0.00968025,-0.887083,0.461508 -0.0488406,-0.517132,0.854511
  2405.                           -0.0584872,-0.610697,0.789701 -0.0442181,-0.61654,0.786081 -0.0355491,-0.522083,0.852154 -0.0692719,-0.70081,0.709977 -0.0540868,-0.706483,0.70566 -0.0409734,-0.712394,0.700582 -0.0319303,-0.622266,0.782155 -0.0240598,-0.527891,0.848971 -0.0934571,-0.856544,0.507541 -0.0766224,-0.861465,0.502003 -0.0650037,-0.789377,0.610458 -0.0810194,-0.78373,0.615795 -0.0620595,-0.866077,0.496043
  2406.                           -0.0510409,-0.794517,0.605094 -0.0388483,-0.799879,0.598902 -0.0491416,-0.870292,0.490079 -0.0294222,-0.718152,0.695264 -0.0140708,-0.533853,0.84546 -0.0211561,-0.628689,0.777369 -0.11282,-0.986814,0.116061 -0.130642,-0.984054,0.120706 -0.0971979,-0.988972,0.111747 -0.0854821,-0.965331,0.246634 -0.100884,-0.962464,0.251962 -0.118703,-0.959036,0.257213 -0.0715006,-0.992094,0.103137
  2407.                           -0.0836407,-0.990701,0.107308 -0.0598525,-0.969889,0.23608 -0.0718106,-0.967731,0.241536 -0.0603142,-0.92711,0.369905 -0.0484055,-0.930166,0.363934 -0.0735643,-0.923719,0.375941 -0.106107,-0.915829,0.387296 -0.0887715,-0.920106,0.381477 -0.0425324,-0.99492,0.0912408 -0.0305217,-0.975001,0.220095 -0.0394198,-0.97349,0.225305 -0.0511247,-0.994163,0.0950072 -0.0196588,-0.938715,0.344134
  2408.                           -0.0282502,-0.935975,0.350931 -0.0379111,-0.933189,0.357381 -0.0489956,-0.971764,0.230812 -0.0608611,-0.993234,0.0989042 -0.210156,-0.55486,0.804963 -0.194181,-0.490564,0.849494 -0.234768,-0.625939,0.743697 -0.204559,-0.648589,0.733135 -0.183106,-0.571159,0.800156 -0.16638,-0.494106,0.853333 -0.290323,-0.764377,0.575708 -0.261408,-0.695102,0.669701 -0.25263,-0.792534,0.555038
  2409.                           -0.22842,-0.722867,0.65214 -0.186162,-0.826103,0.531882 -0.167478,-0.753973,0.635197 -0.196384,-0.741398,0.641688 -0.217677,-0.812384,0.54097 -0.1494,-0.673668,0.723776 -0.175727,-0.662963,0.727736 -0.118554,-0.50069,0.85747 -0.141374,-0.497131,0.85608 -0.15702,-0.580751,0.798795 -0.132814,-0.587855,0.797989 -0.383703,-0.923434,-0.00645851 -0.368203,-0.913898,0.170931
  2410.                           -0.331577,-0.943408,-0.00611828 -0.31742,-0.93473,0.159762 -0.298681,-0.902931,0.309041 -0.34558,-0.879467,0.327279 -0.247855,-0.968765,-0.00788962 -0.235804,-0.961203,0.143128 -0.273674,-0.949964,0.150571 -0.286242,-0.958137,-0.00629313 -0.221167,-0.932712,0.284837 -0.257296,-0.920106,0.295302 -0.23827,-0.873014,0.425528 -0.204372,-0.886489,0.415173 -0.276711,-0.854182,0.440232
  2411.                           -0.318996,-0.827618,0.461833 -0.151419,-0.980474,0.125471 -0.162383,-0.986605,-0.0155905 -0.139097,-0.954692,0.263088 -0.162692,-0.949209,0.269321 -0.175382,-0.97577,0.130823 -0.186619,-0.982351,-0.0126717 -0.112519,-0.850672,0.513513 -0.126045,-0.910744,0.393266 -0.134061,-0.844122,0.51912 -0.1487,-0.904392,0.399954 -0.174659,-0.896682,0.406763 -0.158433,-0.835956,0.52543
  2412.                           -0.189819,-0.942041,0.276635 -0.214684,-0.976634,-0.00979388 -0.203389,-0.969538,0.136485 -0.0637997,-0.512227,0.856477 -0.0744118,-0.605258,0.792544 -0.0799444,-0.508151,0.85755 -0.0917361,-0.599489,0.795109 -0.104985,-0.688451,0.717644 -0.086289,-0.694545,0.714256 -0.11099,-0.594171,0.796644 -0.0979657,-0.504055,0.858098 -0.125766,-0.681412,0.721014 -0.141891,-0.763464,0.630071
  2413.                           -0.119239,-0.770784,0.625839 -0.0991483,-0.777727,0.620734 -0.307826,-0.471629,-0.826323 -0.317013,-0.533597,-0.784077 -0.282016,-0.476456,-0.83274 -0.29083,-0.551518,-0.781822 -0.302341,-0.626665,-0.718248 -0.332234,-0.602378,-0.725783 -0.237895,-0.483274,-0.842527 -0.243426,-0.568509,-0.785838 -0.266026,-0.561487,-0.783558 -0.258812,-0.48032,-0.838039 -0.249269,-0.652469,-0.715646
  2414.                           -0.274384,-0.642194,-0.715752 -0.258992,-0.805207,-0.533447 -0.290066,-0.791214,-0.53837 -0.282769,-0.71949,-0.634331 -0.254716,-0.732463,-0.631361 -0.325176,-0.76944,-0.549747 -0.314526,-0.699883,-0.641277 -0.347826,-0.669646,-0.656195 -0.363466,-0.738654,-0.5677 -0.191572,-0.579034,-0.792477 -0.190234,-0.488358,-0.851656 -0.192019,-0.66756,-0.71937 -0.20845,-0.664027,-0.718065
  2415.                           -0.206422,-0.576579,-0.790536 -0.203764,-0.487169,-0.849204 -0.189121,-0.826288,-0.530548 -0.191314,-0.750985,-0.631997 -0.209081,-0.821435,-0.530593 -0.209455,-0.746638,-0.631396 -0.230423,-0.740823,-0.630941 -0.23219,-0.814757,-0.53128 -0.227288,-0.659305,-0.716699 -0.219439,-0.485612,-0.846184 -0.223497,-0.57324,-0.788318 -0.171958,-0.972691,-0.155894 -0.195632,-0.968387,-0.154773
  2416.                           -0.202457,-0.935173,-0.290624 -0.179524,-0.93996,-0.290252 -0.256047,-0.953789,-0.157248 -0.223546,-0.96223,-0.155375 -0.260423,-0.91895,-0.29616 -0.229173,-0.928531,-0.292079 -0.231954,-0.878272,-0.418134 -0.261198,-0.868393,-0.421509 -0.206827,-0.88531,-0.416472 -0.1853,-0.890215,-0.416152 -0.389603,-0.902817,-0.182016 -0.386208,-0.86034,-0.332653 -0.338683,-0.886509,-0.315272
  2417.                           -0.338397,-0.925547,-0.169852 -0.376789,-0.803594,-0.460724 -0.33383,-0.833392,-0.440473 -0.295024,-0.853944,-0.42865 -0.296773,-0.90563,-0.302918 -0.294213,-0.941861,-0.162284 0.0203536,-0.470836,0.881986 0.0220966,-0.386529,0.922013 0.0163059,-0.379464,0.925063 0.0139799,-0.462812,0.886346 0.0230888,-0.241611,0.970098 0.0230054,-0.310691,0.950233 0.0180246,-0.23643,0.971481
  2418.                           0.017422,-0.304281,0.952423 0.0061322,-0.227195,0.97383 0.00488398,-0.293205,0.956037 0.0115384,-0.298616,0.954304 0.0122845,-0.231492,0.972759 0.0029594,-0.366687,0.93034 0.00986604,-0.372669,0.927912 0.00722198,-0.455609,0.890151 -0.000301252,-0.448651,0.893707 0.0213975,-0.00780272,0.999741 0.0220755,-0.0626605,0.997791 0.0170472,-0.00649926,0.999834 0.0174327,-0.0603437,0.998025
  2419.                           0.0178967,-0.115828,0.993108 0.0224837,-0.118998,0.99264 0.00654478,-0.00428066,0.999969 0.00677022,-0.0565024,0.99838 0.0124887,-0.0583634,0.998217 0.0120075,-0.00528131,0.999914 0.0069337,-0.110257,0.993879 0.0126178,-0.112828,0.993534 0.0127081,-0.170182,0.985331 0.00664358,-0.166593,0.986003 0.0179961,-0.17397,0.984586 0.0229981,-0.178312,0.983705 -0.0245811,-0.00142753,0.999697
  2420.                           -0.0246747,-0.051618,0.998362 -0.0150024,-0.0524851,0.998509 -0.0151047,-0.0019394,0.999884 -0.0252327,-0.103079,0.994353 -0.0154583,-0.10416,0.99444 -0.00693273,-0.105895,0.994353 -0.00678177,-0.0535405,0.998543 -0.00685331,-0.00261488,0.999973 -0.0283612,-0.214633,0.976283 -0.0178685,-0.216709,0.976073 -0.0162892,-0.158561,0.987215 -0.0264894,-0.156774,0.987279 -0.00874342,-0.219764,0.975514
  2421.                           -0.00764225,-0.160719,0.986971 2.77827E-05,-0.163544,0.986536 -0.000923609,-0.223133,0.974788 0.000360885,-0.107848,0.994167 0.000206991,-0.00335278,0.999994 0.000505009,-0.0549583,0.998489 -0.0285525,-0.431867,0.901485 -0.0410565,-0.427305,0.903175 -0.0179151,-0.436734,0.899412 -0.0135585,-0.356123,0.934341 -0.0236469,-0.351599,0.935852 -0.0352967,-0.348191,0.936759 -0.00853261,-0.442567,0.896695
  2422.                           -0.00486826,-0.360968,0.932565 -0.00236593,-0.288545,0.957463 -0.0107131,-0.284164,0.958716 -0.0312692,-0.277622,0.960181 -0.020141,-0.280676,0.959591 0.0100456,0.436404,0.899695 0.00475442,0.433993,0.900904 0.00868833,0.354479,0.935024 0.0136598,0.356803,0.93408 -0.00765313,0.429227,0.903164 -0.00108568,0.431619,0.902055 -0.00307344,0.349945,0.936765 0.00311207,0.352163,0.935934
  2423.                           0.00246919,0.215034,0.976603 0.00817037,0.216524,0.976243 0.00612678,0.281031,0.959679 0.000132488,0.279073,0.96027 0.0133547,0.218086,0.975838 0.0113895,0.283015,0.959048 0.0162119,0.285081,0.958366 0.0179016,0.21967,0.97541 -0.0452327,0.420644,0.906097 -0.0334879,0.422609,0.905693 -0.0386812,0.342518,0.938715 -0.0276111,0.34389,0.938604 -0.0181909,0.345768,0.938144
  2424.                           -0.0235957,0.424656,0.905047 -0.0303683,0.2106,0.9771 -0.0202293,0.211197,0.977234 -0.0232811,0.274102,0.961419 -0.0339022,0.272949,0.961431 -0.0115257,0.212319,0.977132 -0.01434,0.275508,0.961192 -0.00657019,0.277252,0.960775 -0.00410418,0.213587,0.976916 -0.0101436,0.347754,0.937531 -0.0150625,0.426938,0.904155 -0.0155405,0.0484559,0.998704 -0.0251195,0.0487448,0.998495
  2425.                           -0.00740734,0.0482366,0.998808 -0.00822362,0.100128,0.994941 -0.0165467,0.0998902,0.994861 -0.0261539,0.0999456,0.994649 0.00593762,0.0477883,0.99884 -0.000228094,0.0480178,0.998846 0.00522108,0.100813,0.994892 -0.00111906,0.100448,0.994942 -0.0022839,0.155187,0.987882 0.00402337,0.156104,0.987732 -0.00962319,0.154332,0.987972 -0.0279091,0.153335,0.98778 -0.0179972,0.153719,0.987951
  2426.                           0.0208623,0.0465853,0.998696 0.0200405,0.101821,0.994601 0.0157002,0.101509,0.994711 0.016363,0.0470915,0.998757 0.0192039,0.159066,0.987081 0.0146427,0.158067,0.98732 0.00970712,0.157079,0.987538 0.0106903,0.101182,0.994811 0.0115323,0.0474605,0.998807 -0.184006,0.428964,0.884382 -0.178632,0.363527,0.914297 -0.147917,0.351173,0.924553 -0.155228,0.419987,0.894156
  2427.                           -0.172434,0.241706,0.954906 -0.175205,0.302722,0.936837 -0.139568,0.227814,0.96365 -0.143265,0.287468,0.947015 -0.0901074,0.214638,0.972528 -0.0942959,0.275143,0.956768 -0.116451,0.279461,0.953069 -0.112476,0.219101,0.969198 -0.100249,0.342062,0.934314 -0.122224,0.345021,0.930603 -0.130564,0.417392,0.899298 -0.108759,0.416424,0.902642 -0.167067,-7.50262E-07,0.985946
  2428.                           -0.16762,0.0636909,0.983792 -0.133212,-3.01023E-05,0.991088 -0.133622,0.0586443,0.989296 -0.134965,0.114838,0.984173 -0.168609,0.123485,0.977917 -0.0831809,-0.000208429,0.996534 -0.0837,0.0527544,0.995094 -0.106224,0.0552148,0.992808 -0.10559,-8.00941E-05,0.99441 -0.0850722,0.10518,0.990808 -0.107589,0.10887,0.988217 -0.1096,0.163017,0.980517 -0.0872229,0.158523,0.983495
  2429.                           -0.136903,0.170209,0.975852 -0.170285,0.182311,0.968383 -0.036266,0.0492539,0.998128 -0.0357584,-0.000969527,0.99936 -0.0374963,0.100297,0.994251 -0.0507296,0.101228,0.993569 -0.0494502,0.0499806,0.997525 -0.0489078,-0.000648479,0.998803 -0.0422217,0.210435,0.976696 -0.0393927,0.15361,0.987346 -0.0557416,0.210968,0.975902 -0.0528317,0.154364,0.986601 -0.0685131,0.155926,0.98539
  2430.                           -0.0715624,0.212196,0.974603 -0.0664304,0.102713,0.99249 -0.0644729,-0.000372764,0.997919 -0.0650552,0.0511353,0.996571 -0.0585073,0.419126,0.906041 -0.0731586,0.417729,0.905622 -0.0654674,0.340954,0.937798 -0.0513947,0.341461,0.93849 -0.0896124,0.416817,0.904563 -0.0815288,0.340935,0.936545 -0.0756735,0.273288,0.958951 -0.0598778,0.27257,0.960271 -0.0460606,0.272546,0.961039
  2431.                           -0.183852,-0.428956,0.884418 -0.154691,-0.420006,0.89424 -0.147507,-0.351185,0.924614 -0.178518,-0.363469,0.914342 -0.107182,-0.417312,0.902421 -0.129546,-0.41778,0.899265 -0.0989937,-0.342778,0.934186 -0.121422,-0.345206,0.930639 -0.0893979,-0.215129,0.972485 -0.112037,-0.219232,0.969219 -0.115843,-0.279645,0.953089 -0.0933409,-0.275657,0.956713 -0.139349,-0.227835,0.963677
  2432.                           -0.142964,-0.287439,0.947069 -0.175122,-0.302705,0.936857 -0.172376,-0.241681,0.954922 -0.0550137,-0.423861,0.904055 -0.0486017,-0.345292,0.937236 -0.0632035,-0.343481,0.93703 -0.070345,-0.420735,0.904452 -0.040583,-0.21314,0.976178 -0.0438651,-0.275813,0.96021 -0.0544226,-0.212737,0.975593 -0.0581303,-0.27459,0.959803 -0.0743247,-0.274484,0.958715 -0.0705684,-0.213161,0.974465
  2433.                           -0.0797921,-0.342327,0.936187 -0.0874307,-0.41868,0.903916 -0.0358987,-0.051281,0.998039 -0.0491636,-0.0512629,0.997474 -0.0501331,-0.10263,0.993455 -0.0367513,-0.102412,0.994063 -0.0835503,-0.0531428,0.995086 -0.0648372,-0.051928,0.996544 -0.0847588,-0.105609,0.990789 -0.0659862,-0.103504,0.992438 -0.0678062,-0.156827,0.985296 -0.0867324,-0.158934,0.983472 -0.0519069,-0.15586,0.986414
  2434.                           -0.0382157,-0.156016,0.987015 -0.167608,-0.0637005,0.983794 -0.168583,-0.123479,0.977923 -0.134871,-0.114887,0.98418 -0.133577,-0.0586827,0.989299 -0.170245,-0.182311,0.96839 -0.136755,-0.170221,0.97587 -0.109293,-0.16319,0.980522 -0.107398,-0.109019,0.988221 -0.106131,-0.0553983,0.992808 -0.133636,0.446183,-0.884908 -0.135195,0.371168,-0.918671 -0.137895,0.364705,-0.920856
  2435.                           -0.136624,0.439589,-0.887747 -0.137758,0.244423,-0.959833 -0.136548,0.304736,-0.942598 -0.139929,0.237792,-0.961184 -0.138925,0.29778,-0.944472 -0.146077,0.226079,-0.963094 -0.145584,0.286115,-0.947071 -0.14192,0.291815,-0.945887 -0.142646,0.231444,-0.962334 -0.14517,0.353186,-0.924221 -0.141148,0.358492,-0.922801 -0.140287,0.433891,-0.889977 -0.144652,0.42842,-0.891926
  2436.                           -0.142319,0.0385306,-0.989071 -0.141243,0.087717,-0.986081 -0.143852,0.03227,-0.989073 -0.142892,0.0808862,-0.986428 -0.141902,0.130761,-0.981206 -0.140109,0.137313,-0.980568 -0.14874,0.0214522,-0.988644 -0.147993,0.0697294,-0.986527 -0.145105,0.0751502,-0.986558 -0.145964,0.026341,-0.988939 -0.147281,0.119312,-0.981872 -0.144251,0.12452,-0.981675 -0.143434,0.176411,-0.97381
  2437.                           -0.146631,0.170753,-0.974342 -0.140902,0.182363,-0.973083 -0.138954,0.189374,-0.972023 -0.169904,0.00727405,-0.985434 -0.169586,0.0552079,-0.983968 -0.162234,0.058026,-0.985045 -0.162662,0.00983912,-0.986633 -0.169546,0.104382,-0.979979 -0.161989,0.106904,-0.980985 -0.155948,0.110486,-0.981567 -0.156362,0.0611919,-0.985803 -0.156899,0.0132139,-0.987526 -0.170337,0.210415,-0.962658
  2438.                           -0.162161,0.213089,-0.963482 -0.161959,0.158355,-0.974009 -0.169777,0.155422,-0.973149 -0.155612,0.216873,-0.963717 -0.155685,0.161713,-0.97448 -0.150662,0.166077,-0.974536 -0.150322,0.221,-0.963619 -0.151119,0.114411,-0.981872 -0.152335,0.0168704,-0.988185 -0.151686,0.0653056,-0.986269 -0.164371,0.415663,-0.894542 -0.174118,0.412208,-0.894297 -0.156435,0.419332,-0.894253
  2439.                           -0.156039,0.343933,-0.925938 -0.163383,0.340014,-0.926119 -0.172522,0.337055,-0.925543 -0.149995,0.423769,-0.893265 -0.150035,0.348128,-0.925363 -0.150137,0.281336,-0.947792 -0.155718,0.276839,-0.948215 -0.171233,0.270149,-0.94747 -0.162648,0.273296,-0.948079 -0.141382,-0.392244,-0.908931 -0.143633,-0.394892,-0.90743 -0.145391,-0.313829,-0.938282 -0.143584,-0.310403,-0.939699
  2440.                           -0.150215,-0.39872,-0.904687 -0.146484,-0.396927,-0.906086 -0.151165,-0.319354,-0.935501 -0.147925,-0.316952,-0.936835 -0.15127,-0.186872,-0.970668 -0.148481,-0.183286,-0.971782 -0.14845,-0.246202,-0.957782 -0.151466,-0.249509,-0.956453 -0.146365,-0.178787,-0.97294 -0.146237,-0.242595,-0.959042 -0.144591,-0.23809,-0.96042 -0.144913,-0.173951,-0.974034 -0.177306,-0.402148,-0.898242
  2441.                           -0.168058,-0.401669,-0.900232 -0.175987,-0.325575,-0.928994 -0.167476,-0.32448,-0.930948 -0.160707,-0.323076,-0.932628 -0.16074,-0.401039,-0.901848 -0.173362,-0.197188,-0.964916 -0.165725,-0.195151,-0.96667 -0.166616,-0.256169,-0.952164 -0.174656,-0.257904,-0.950253 -0.15968,-0.192747,-0.968169 -0.160318,-0.254378,-0.953724 -0.155323,-0.252056,-0.955166 -0.154971,-0.190175,-0.969442
  2442.                           -0.155396,-0.321507,-0.934069 -0.154855,-0.399982,-0.903346 -0.163256,-0.0381844,-0.985844 -0.170462,-0.0409924,-0.984511 -0.157545,-0.0351928,-0.986884 -0.158242,-0.0846109,-0.983769 -0.163994,-0.0876532,-0.982559 -0.171246,-0.0901661,-0.981094 -0.149502,-0.0273763,-0.988382 -0.153022,-0.0314222,-0.987723 -0.150205,-0.0772823,-0.98563 -0.153737,-0.0813629,-0.984756 -0.154386,-0.13363,-0.978932
  2443.                           -0.150841,-0.130183,-0.979949 -0.158988,-0.136829,-0.977753 -0.172231,-0.141858,-0.974789 -0.164813,-0.139382,-0.976427 -0.143284,-0.0106307,-0.989625 -0.144111,-0.0617989,-0.98763 -0.145512,-0.0675234,-0.98705 -0.144754,-0.0170471,-0.989321 -0.144666,-0.115502,-0.982716 -0.146107,-0.121194,-0.981817 -0.148102,-0.125848,-0.980932 -0.147528,-0.0729049,-0.986367 -0.146777,-0.0223724,-0.988917
  2444.                           -0.302674,-0.411966,-0.85946 -0.301514,-0.348739,-0.887395 -0.273572,-0.337918,-0.900539 -0.276373,-0.404747,-0.871664 -0.300934,-0.231494,-0.925121 -0.301206,-0.290117,-0.908354 -0.27091,-0.218831,-0.937401 -0.272184,-0.276423,-0.921687 -0.225046,-0.206464,-0.952222 -0.226907,-0.265248,-0.9371 -0.247363,-0.269173,-0.930783 -0.245758,-0.210903,-0.946109 -0.229473,-0.330067,-0.915641
  2445.                           -0.249764,-0.332846,-0.909303 -0.253354,-0.403004,-0.879431 -0.233095,-0.402554,-0.885221 -0.299892,4.31489E-07,-0.953973 -0.300133,-0.0608936,-0.951952 -0.268493,0.000157382,-0.963282 -0.268662,-0.0562143,-0.961593 -0.269266,-0.110145,-0.956747 -0.300307,-0.118151,-0.946497 -0.221393,0.00108699,-0.975184 -0.221763,-0.0500593,-0.973815 -0.242889,-0.0527413,-0.968619 -0.242456,0.000420581,-0.970162
  2446.                           -0.222583,-0.10059,-0.969711 -0.243604,-0.104509,-0.964228 -0.244526,-0.15665,-0.956905 -0.223709,-0.152264,-0.962689 -0.270005,-0.163448,-0.948885 -0.300652,-0.174478,-0.937638 -0.179491,-0.0433081,-0.982806 -0.178936,0.00496326,-0.983848 -0.180333,-0.0926922,-0.979228 -0.191587,-0.0950316,-0.976864 -0.190705,-0.0456045,-0.980588 -0.190223,0.00333726,-0.981735 -0.182835,-0.19935,-0.962721
  2447.                           -0.181447,-0.144136,-0.97278 -0.194258,-0.201345,-0.960065 -0.192789,-0.146597,-0.970228 -0.206655,-0.149057,-0.966993 -0.208178,-0.203725,-0.956639 -0.205492,-0.0976607,-0.973774 -0.204117,0.00193138,-0.978945 -0.204625,-0.047703,-0.977677 -0.188274,-0.402399,-0.895895 -0.200899,-0.402617,-0.893051 -0.198279,-0.327649,-0.92376 -0.186301,-0.32674,-0.926571 -0.215587,-0.402481,-0.88968
  2448.                           -0.212463,-0.328766,-0.920202 -0.210019,-0.262874,-0.941695 -0.196099,-0.261301,-0.945128 -0.184435,-0.259527,-0.947961 -0.302558,0.411983,-0.859493 -0.275951,0.404852,-0.871749 -0.273149,0.338072,-0.900609 -0.301399,0.348683,-0.887456 -0.231851,0.403982,-0.884897 -0.252564,0.403678,-0.879349 -0.228146,0.331695,-0.915384 -0.248903,0.333392,-0.909339 -0.223926,0.208304,-0.952085
  2449.                           -0.245057,0.211529,-0.946151 -0.246559,0.269862,-0.930797 -0.225612,0.266825,-0.936965 -0.270577,0.21903,-0.937451 -0.271789,0.27649,-0.921783 -0.301103,0.290125,-0.908386 -0.300849,0.23146,-0.925157 -0.185638,0.409566,-0.893193 -0.183368,0.33455,-0.924366 -0.195919,0.33288,-0.922392 -0.198721,0.407199,-0.891459 -0.180288,0.208319,-0.961301 -0.181596,0.26818,-0.946099
  2450.                           -0.192213,0.207324,-0.959203 -0.193773,0.266755,-0.944084 -0.208235,0.266222,-0.941151 -0.206589,0.207107,-0.956257 -0.210604,0.331743,-0.919561 -0.213913,0.405363,-0.888776 -0.178766,0.0533927,-0.982442 -0.190121,0.0520253,-0.980381 -0.190448,0.101513,-0.976435 -0.178909,0.102363,-0.978526 -0.221455,0.0520465,-0.973781 -0.204185,0.0517083,-0.977566 -0.221975,0.102661,-0.969633
  2451.                           -0.204618,0.101377,-0.973578 -0.205398,0.152801,-0.966676 -0.222817,0.15407,-0.962609 -0.191137,0.152659,-0.969619 -0.179414,0.153728,-0.971688 -0.300111,0.0609443,-0.951955 -0.300263,0.118141,-0.946512 -0.269092,0.110426,-0.956763 -0.268576,0.0564239,-0.961605 -0.300585,0.17451,-0.937654 -0.269746,0.163592,-0.948934 -0.243981,0.157484,-0.956908 -0.243232,0.105281,-0.964238
  2452.                           -0.242704,0.0536945,-0.968613
  2453.                         </Vector3DCollection>
  2454.                       </MeshGeometry3D.Normals>
  2455.                       <MeshGeometry3D.Positions>
  2456.                         <Point3DCollection>
  2457.                           8.67414,-12.3297,-17.7317 7.68205,-10.3062,-16.113 20.9853,-9.51891,-17.6112 22.1741,-11.5692,-19.3038 6.58256,-8.57623,-14.3537 19.6677,-7.77053,-15.7756 33.2546,-6.99285,-17.2376 34.8072,-8.75507,-19.1504 36.2094,-10.8271,-20.9181 4.12184,-5.98807,-10.4978 16.7189,-5.16862,-11.762 18.2395,-6.32134,-13.8186 5.39078,-7.13762,-12.4749
  2458.                           29.7819,-4.38525,-13.0658 31.5725,-5.5373,-15.202 56.6959,-3.01991,-15.7242 59.035,-4.16031,-18.0096 45.2257,-4.8091,-16.6055 43.1584,-3.66125,-14.3922 61.2357,-5.61592,-20.1937 47.1688,-6.26678,-18.7177 65.1255,-9.48872,-24.1671 50.5899,-10.1261,-22.5481 48.9646,-8.03791,-20.7061 63.274,-7.39072,-22.2539 -1.42304,-4.23503,-2.03008
  2459.                           10.0742,-3.46808,-2.97477 11.7835,-3.4621,-5.21226 0.00330537,-4.25104,-4.18856 21.9541,-2.74823,-3.96045 23.969,-2.71817,-6.27642 25.9592,-2.97887,-8.5808 13.4728,-3.74172,-7.43712 1.41298,-4.54704,-6.33346 46.4403,-1.53042,-6.02762 49.0907,-1.44997,-8.48933 36.4434,-2.04041,-7.37185 34.1113,-2.09562,-4.98033 51.6995,-1.66874,-10.9412
  2460.                           38.7441,-2.28053,-9.75276 40.9902,-2.8196,-12.1004 54.2426,-2.19072,-13.3605 27.9038,-3.5335,-10.8513 2.79087,-5.12529,-8.4436 15.124,-4.30965,-9.62762 95.3691,-0.54679,-10.3553 99.0825,-0.384652,-12.9957 86.9066,-0.414198,-11.8821 83.4057,-0.560805,-9.26616 102.664,-0.527984,-15.6254 90.3077,-0.573128,-14.4883 77.6093,-0.792994,-13.3208
  2461.                           74.4385,-0.615705,-10.7536 71.1929,-0.742853,-8.17733 109.406,-1.74713,-20.7685 96.7491,-1.82485,-19.5839 93.5936,-1.0419,-17.063 106.107,-0.980804,-18.2234 83.6437,-2.07842,-18.337 80.6847,-1.27911,-15.8561 67.5209,-1.66963,-14.6171 70.2418,-2.48454,-17.0448 64.6973,-1.16555,-12.1345 58.836,-1.07278,-7.09555 61.7944,-0.968016,-9.61967
  2462.                           121.015,-8.02787,-29.9997 107.761,-8.18454,-28.6913 105.28,-6.1018,-26.605 118.364,-5.96733,-27.8764 93.9012,-8.49532,-27.2653 91.6151,-6.39938,-25.2278 89.1297,-4.63417,-23.0455 102.608,-4.35048,-24.3769 115.54,-4.23637,-25.616 77.552,-6.83678,-23.7692 79.626,-8.93758,-25.7484 75.2809,-5.06385,-21.6437 72.8363,-3.61452,-19.3946
  2463.                           86.4656,-3.19531,-20.741 112.552,-2.83098,-23.2397 99.7589,-2.92627,-22.0293 -11.619,-13.9147,13.1853 -2.14418,-13.4712,12.7707 -0.927555,-11.2783,11.2149 -10.6038,-11.7723,11.6806 7.52712,-13.0707,12.3107 8.96356,-10.8302,10.7044 10.5482,-8.85479,8.93127 0.414086,-9.34926,9.49779 -9.48422,-9.89184,10.02 27.2528,-12.438,11.2245
  2464.                           29.1623,-10.1171,9.52452 19.0125,-10.4394,10.1429 17.3433,-12.723,11.7978 31.2742,-8.06107,7.64714 20.8558,-8.42115,8.31591 35.9801,-4.76107,3.4541 24.9602,-5.19593,4.23692 22.847,-6.67209,6.33962 33.5573,-6.27429,5.61584 14.0755,-5.71192,4.97398 12.2594,-7.14762,7.01371 -6.99262,-6.92555,6.31609 -8.27546,-8.2755,8.2248
  2465.                           1.86261,-7.68679,7.64111 3.39991,-6.2936,5.66661 66.7919,-12.122,8.17958 69.6283,-9.73962,6.36068 59.6458,-9.6746,7.26725 57.0251,-12.0577,9.06844 72.8091,-7.61085,4.34673 62.5711,-7.54943,5.27476 52.1944,-7.61248,6.13113 49.536,-9.72337,8.09273 47.1452,-12.0954,9.86726 79.9353,-4.14148,-0.160772 69.113,-4.09754,0.818101
  2466.                           65.7454,-5.68835,3.11652 76.2671,-5.74252,2.16411 58.1304,-4.19645,1.746 55.0745,-5.76833,4.00729 44.3225,-5.96834,4.83939 47.0615,-4.42277,2.62423 41.7413,-7.78727,6.9204 37.2039,-12.2255,10.5835 39.3557,-9.87463,8.84314 79.8204,-1.00863,-6.66264 91.5307,-1.01037,-7.72519 67.8934,-1.17005,-5.61439 64.5858,-1.89176,-3.08965
  2467.                           76.2061,-1.75149,-4.09704 87.6342,-1.76857,-5.13181 43.7727,-1.90608,-3.57894 55.8455,-1.47557,-4.58498 41.1192,-2.57264,-1.16677 52.861,-2.17145,-2.11208 49.9203,-3.1555,0.299032 38.5112,-3.52574,1.1854 61.3162,-2.90241,-0.627915 83.7467,-2.81455,-2.60154 72.6184,-2.78319,-1.59494 -2.85093,-4.49674,0.12081 8.36313,-3.75694,-0.746401
  2468.                           -4.26524,-5.0339,2.24292 6.66829,-4.32596,1.45111 17.9353,-3.66782,0.617267 19.9357,-3.06585,-1.65512 5.00784,-5.17242,3.59603 -5.65084,-5.84426,4.31507 15.9746,-4.55091,2.8344 27.1692,-3.99645,2.03069 29.4481,-3.0774,-0.256177 31.7708,-2.44254,-2.60081 129.042,-15.6648,-0.588152 132.84,-14.8345,-1.81402 128.088,-13.6297,-1.15634
  2469.                           124.68,-15.1731,0.265184 138.075,-13.7624,-3.60003 132.763,-12.262,-2.93396 126.302,-11.0558,-2.04088 121.915,-12.7088,-0.186545 118.463,-14.5675,1.38937 150.013,-11.5843,-8.04583 143.793,-9.77529,-7.29582 138.098,-10.9657,-5.00216 143.895,-12.6554,-5.70319 136.635,-8.26864,-6.41507 131.292,-9.5752,-4.13118 119.94,-6.0505,-4.39831
  2470.                           115.178,-7.54699,-2.07811 123.61,-8.44774,-3.13992 128.648,-7.03635,-5.43782 110.706,-9.27623,0.0836996 118.895,-10.0714,-1.0141 103.258,-13.4239,3.80692 111.246,-13.9726,2.58813 114.706,-11.9116,0.906357 106.68,-11.2359,2.05581 172.906,-8.69897,-18.5362 165.58,-6.71097,-17.5984 160.61,-7.16415,-14.9486 167.75,-9.14325,-15.8453
  2471.                           157.45,-5.03529,-16.6293 152.641,-5.49715,-14.0007 147.465,-6.20584,-11.3932 155.213,-7.84537,-12.3166 162.105,-9.7946,-13.1667 139.032,-2.54994,-14.6113 134.507,-3.02524,-11.986 143.915,-4.12369,-13.0102 148.579,-3.65419,-15.6324 129.731,-3.77611,-9.38611 138.943,-4.85607,-10.4114 133.806,-5.83304,-7.87447 124.833,-4.78904,-6.8456
  2472.                           142.078,-7.13759,-8.85019 156.138,-10.6195,-10.5503 149.553,-8.72547,-9.74979 102.928,-1.19435,-8.79752 106.978,-0.720963,-11.4379 98.7825,-1.96092,-6.19152 109.569,-2.34719,-7.26275 113.94,-1.57912,-9.8709 118.167,-1.10106,-12.5105 90.5236,-4.34369,-1.19193 94.6207,-3.01319,-3.64722 100.783,-4.71922,-2.25529 105.152,-3.39674,-4.71467
  2473.                           115.252,-3.98281,-5.78656 110.62,-5.28314,-3.33077 119.913,-2.94604,-8.33208 128.874,-1.7048,-13.5695 124.49,-2.18323,-10.9366 76.394,-12.2984,7.19326 79.4264,-9.92975,5.36697 85.7361,-12.5792,6.12522 88.9366,-10.2435,4.30539 92.577,-8.15002,2.28312 82.8458,-7.80945,3.34247 98.0556,-10.6794,3.19525 94.7225,-12.9569,4.99119
  2474.                           101.898,-8.63735,1.18982 106.128,-6.83663,-0.995416 96.5588,-6.30612,0.086768 86.5717,-5.94493,1.14707 189.619,-11.6657,-34.847 186.04,-11.067,-34.7872 184.285,-9.82253,-33.2417 189.739,-11.067,-33.8639 180.465,-10.3445,-34.5914 178.075,-8.82104,-32.7803 176.023,-7.57253,-30.8639 183.035,-8.82989,-31.5599 189.399,-10.3525,-32.3787
  2475.                           165.124,-9.04867,-33.721 162.255,-7.22285,-31.6513 170.721,-7.94982,-32.2631 173.449,-9.65588,-34.2385 159.464,-5.69657,-29.4745 168.19,-6.53325,-30.1881 153.683,-3.51636,-24.8206 162.998,-4.52304,-25.7156 165.676,-5.39478,-28.0075 156.643,-4.46327,-27.1959 171.601,-5.78212,-26.6056 173.937,-6.56149,-28.807 186.764,-9.12857,-28.4957
  2476.                           188.426,-9.68783,-30.5703 181.498,-7.98524,-29.6445 179.515,-7.31137,-27.5218 130.682,-6.01925,-29.0176 133.474,-8.04793,-31.1638 127.753,-4.31543,-26.7407 139.185,-4.58616,-27.7555 142.156,-6.25051,-30.0276 145.041,-8.23273,-32.1767 121.461,-1.86855,-21.8737 124.681,-2.93302,-24.3528 132.881,-2.19798,-22.9103 136.102,-3.23641,-25.3774
  2477.                           146.771,-3.74515,-26.3221 143.633,-2.74429,-23.889 149.776,-5.04704,-28.6652 155.623,-8.5703,-33.0314 152.707,-6.65406,-30.9058 110.85,-0.548229,-14.0854 122.157,-0.92153,-15.1529 125.927,-1.04292,-17.7794 114.551,-0.679611,-16.7203 143.18,-2.36372,-17.2282 132.951,-1.52116,-16.1999 146.983,-2.46426,-19.8159 136.751,-1.63283,-18.8091
  2478.                           140.302,-2.04037,-21.3784 150.473,-2.84925,-22.3536 129.495,-1.46761,-20.3715 118.086,-1.11856,-19.323 177.408,-8.49533,-21.1895 169.959,-6.51501,-20.2185 181.233,-8.51235,-23.7625 173.743,-6.56036,-22.7709 165.514,-4.91222,-21.7883 161.736,-4.84404,-19.2357 176.929,-6.83112,-25.218 184.359,-8.73009,-26.2122 168.798,-5.22864,-24.2555
  2479.                           159.976,-3.90668,-23.3067 156.583,-3.55212,-20.8061 152.793,-3.46581,-18.2396 128.446,-55.6385,-3.51862 124.092,-56.331,-2.63005 127.433,-57.566,-4.3773 132.199,-56.1939,-4.96811 117.888,-57.206,-1.43855 121.265,-58.7317,-3.38602 125.573,-59.9947,-5.6266 132.039,-58.5489,-6.4998 137.373,-56.8705,-7.05639 102.728,-58.9436,1.19846
  2480.                           106.068,-60.7849,-0.955366 114.071,-59.8094,-2.22004 110.691,-58.0931,-0.143179 110.009,-62.3566,-3.34746 118.176,-61.2581,-4.55042 119.07,-64.7133,-8.6777 127.762,-63.4054,-9.7976 122.807,-62.4525,-7.09078 114.394,-63.6642,-5.93564 135.747,-61.8767,-10.7832 130.484,-61.0398,-8.11019 149.175,-58.0844,-12.1654 143.126,-57.5177,-9.48803
  2481.                           137.299,-59.4026,-8.93043 142.921,-60.109,-11.588 66.3971,-61.3655,6.23718 69.1618,-63.4517,4.06483 78.9187,-62.9854,2.86866 75.9625,-60.9321,5.06963 72.2657,-65.2536,1.67292 82.2572,-64.7577,0.445953 91.9465,-64.1083,-0.81957 88.39,-62.3805,1.61554 85.2689,-60.3756,3.82634 79.2317,-67.9976,-3.62332 89.7675,-67.4523,-4.91257
  2482.                           85.8996,-66.2473,-2.16047 75.6441,-66.7695,-0.901993 99.9808,-66.7286,-6.2049 95.8422,-65.5581,-3.43953 105.373,-64.6982,-4.70824 109.779,-65.8183,-7.47004 101.231,-63.3073,-2.09394 94.2221,-59.7086,2.5288 97.4738,-61.6445,0.332011 94.3763,-69.9972,-15.2412 105.925,-69.3898,-16.6173 101.94,-69.3415,-13.6627 90.601,-69.9378,-12.3
  2483.                           117.066,-68.5851,-17.9279 112.902,-68.5492,-14.9775 108.604,-68.2264,-12.0137 97.866,-69.0013,-10.7017 86.7752,-69.5835,-9.35889 137.876,-66.3273,-20.3033 133.409,-66.3218,-17.3902 123.416,-67.5472,-16.2261 127.737,-67.5689,-19.1606 128.702,-66.0474,-14.451 118.909,-67.2461,-13.2713 114.327,-66.6687,-10.3385 123.881,-65.5095,-11.5315
  2484.                           104.266,-67.6188,-9.07624 82.9638,-68.9362,-6.45448 93.7825,-68.3709,-7.77233 171.851,-58.8259,-23.7283 166.736,-58.9107,-20.8353 159.545,-61.1673,-20.1923 164.469,-61.1095,-23.0684 161.143,-58.8016,-17.9019 154.205,-61.0085,-17.2797 146.431,-62.9425,-16.4803 151.545,-63.1456,-19.3916 156.304,-63.1116,-22.2694 148.61,-60.65,-14.3913
  2485.                           155.235,-58.5192,-14.991 141.114,-62.5152,-13.5921 132.841,-64.13,-12.6274 137.903,-64.6175,-15.529 147.419,-64.8462,-21.3437 142.809,-64.8591,-18.4515 -11.7503,-60.8966,12.5395 -10.7613,-62.9319,10.9056 -1.11652,-63.2975,10.285 -2.30166,-61.233,11.9958 -9.67025,-64.6944,9.1045 0.190842,-65.0849,8.39916 10.2841,-65.4095,7.63168
  2486.                           8.73994,-63.6013,9.60392 7.3407,-61.5126,11.3933 -7.23964,-67.3979,5.10046 3.10348,-67.8252,4.20785 1.60324,-66.5945,6.36469 -8.4916,-66.1833,7.16113 13.725,-68.1798,3.24943 11.9527,-66.9359,5.50429 35.5127,-68.6147,1.15375 33.1474,-67.356,3.5987 22.4898,-67.1943,4.5817 24.5523,-68.4476,2.22985 30.9206,-65.8092,5.90682
  2487.                           20.548,-65.6551,6.8012 27.0019,-61.856,9.99018 17.1256,-61.724,10.7266 18.7517,-63.8313,8.85921 28.8621,-63.9754,8.04751 -1.78585,-69.4998,-3.81554 9.63887,-69.9445,-5.11732 7.95925,-69.8369,-2.73396 -3.18749,-69.3892,-1.53549 21.4399,-70.3095,-6.491 19.4585,-70.2059,-4.00312 17.4985,-69.8158,-1.53196 6.29868,-69.4473,-0.367779
  2488.                           -4.57324,-69.0015,0.727176 45.7586,-70.7413,-9.38249 43.1393,-70.6484,-6.69616 31.2165,-70.4813,-5.32862 33.5142,-70.5801,-7.91869 40.5386,-70.2621,-4.02428 28.9405,-70.0922,-2.75443 26.7108,-69.4139,-0.225231 37.9864,-69.5838,-1.39745 15.5805,-69.1401,0.894788 -5.92874,-68.3375,2.94749 4.67436,-68.7765,1.95492 78.9578,-70.3519,-10.9076
  2489.                           82.4821,-70.4212,-13.8118 75.4112,-69.9862,-8.00881 63.8598,-70.2237,-6.66239 67.1038,-70.5985,-9.5 70.3456,-70.6767,-12.3469 68.4657,-68.3726,-2.36742 71.8959,-69.3258,-5.15037 57.542,-68.5911,-1.14953 60.6578,-69.5541,-3.8677 49.3284,-69.6353,-2.61417 46.5335,-68.6672,0.0257404 52.207,-70.3108,-5.33058 58.0701,-70.7785,-10.8645
  2490.                           55.133,-70.6924,-8.09139 56.6672,-61.6634,7.30751 59.2212,-63.7717,5.1775 46.8239,-61.8369,8.28612 49.1534,-63.9577,6.20996 51.7456,-65.7913,3.9229 62.0746,-65.5938,2.83161 39.0149,-64.0216,7.16553 36.9184,-61.8974,9.17852 41.3404,-65.8589,4.94768 43.8587,-67.4079,2.55705 54.5566,-67.3363,1.45854 65.174,-67.128,0.304934
  2491.                           8.27737,-60.3289,-19.6843 21.698,-60.5518,-21.6469 20.485,-62.7305,-20.0729 7.26521,-62.4594,-18.1644 35.6478,-60.7064,-23.6819 34.2172,-62.9301,-22.0543 32.6481,-64.8595,-20.2225 19.1536,-64.6205,-18.3056 6.15413,-64.3073,-16.4621 64.3874,-60.7735,-27.7994 62.4979,-63.0724,-26.073 48.2815,-63.0476,-24.0679 49.9399,-60.7834,-25.7469
  2492.                           60.4373,-65.068,-24.1229 46.4664,-65.0126,-22.1744 55.8941,-68.1542,-19.6696 42.454,-68.0492,-17.8589 44.5166,-66.6794,-20.0952 58.2284,-66.7615,-21.9785 29.1741,-67.8392,-16.0571 30.9604,-66.4955,-18.2143 3.69264,-67.1583,-12.61 4.95849,-65.8734,-14.6023 17.7208,-66.2226,-16.3714 16.2039,-67.5378,-14.2966 119.992,-59.679,-35.0349
  2493.                           117.283,-62.031,-33.1931 104.259,-62.4837,-31.6296 106.793,-60.1294,-33.4571 114.423,-64.0767,-31.1129 101.554,-64.53,-29.5629 88.1523,-64.8384,-27.8555 90.6668,-62.801,-29.8947 93.0006,-60.4558,-31.6969 108.271,-67.255,-26.3528 95.6829,-67.7046,-24.8309 98.6906,-66.2698,-27.2866 111.418,-65.8176,-28.8232 82.6579,-67.9954,-23.1881
  2494.                           85.4762,-66.5694,-25.6099 71.9353,-66.7291,-23.8286 69.3452,-68.1407,-21.4569 74.3897,-65.0138,-26.0294 78.8033,-60.6674,-29.7968 76.6864,-62.9937,-28.0289 85.9304,-70.1926,-16.6861 98.0359,-69.76,-18.1459 73.5412,-70.4569,-15.1696 76.6712,-69.9377,-17.9376 89.2891,-69.6646,-19.5007 101.575,-69.2248,-20.9853 48.3666,-70.5396,-12.0527
  2495.                           60.982,-70.5677,-13.6179 50.9404,-70.042,-14.6771 63.8465,-70.0587,-16.3212 66.6416,-69.2502,-18.9443 53.4571,-69.2473,-17.2259 79.7165,-69.1177,-20.6205 104.988,-68.3903,-23.7306 92.5445,-68.8357,-22.2256 -0.382666,-69.3328,-6.08798 11.3203,-69.7692,-7.49157 1.00771,-68.8873,-8.32786 12.9865,-69.3102,-9.8304 25.385,-69.6533,-11.4063
  2496.                           23.422,-70.1257,-8.96794 14.62,-68.5667,-12.1075 2.37093,-68.1627,-10.5102 27.309,-68.8915,-13.7786 40.3005,-69.123,-15.4944 38.0781,-69.902,-13.0303 35.8087,-70.3873,-10.4955 188.626,-53.1618,-39.7332 188.718,-53.8793,-38.8843 183.21,-55.3683,-38.5302 185.02,-53.8793,-39.8077 188.348,-54.7945,-37.5487 181.92,-56.6102,-37.0442
  2497.                           174.862,-58.1684,-36.578 176.96,-56.6212,-38.2627 179.415,-54.8046,-39.7595 185.671,-56.6121,-33.8787 178.353,-58.7572,-33.2426 180.354,-57.7468,-35.2744 187.35,-55.7258,-35.8654 170.389,-60.6304,-32.5669 172.744,-59.5004,-34.6799 152.429,-63.6491,-30.9882 155.404,-62.3252,-33.2947 164.451,-61.0164,-34.0354 161.756,-62.2537,-31.8245
  2498.                           158.256,-60.7343,-35.4201 166.998,-59.5347,-36.0557 164.034,-56.7137,-39.0852 172.374,-55.7664,-39.5261 169.578,-57.7907,-37.8857 161.096,-58.8669,-37.3538 168.815,-60.818,-25.8473 176.325,-58.5265,-26.5183 160.553,-62.8278,-25.0575 164.308,-62.3095,-27.7241 172.58,-60.3144,-28.4932 180.135,-58.0396,-29.166 141.978,-66.0586,-23.1442
  2499.                           151.591,-64.57,-24.1545 145.749,-65.52,-25.8884 155.353,-64.0397,-26.8566 158.733,-63.2646,-29.4224 149.222,-64.7154,-28.5112 167.582,-61.5719,-30.2378 183.258,-57.3925,-31.6325 175.76,-59.6203,-30.9702 109.744,-69.1444,-19.5274 113.403,-68.604,-22.3662 124.735,-67.7886,-23.6434 121.004,-68.3317,-20.8249 120.272,-66.633,-27.7214
  2500.                           116.91,-67.7673,-25.1065 131.655,-65.8303,-28.9448 128.279,-66.955,-26.3584 139.06,-65.9416,-27.4917 142.385,-64.8385,-30.031 135.53,-66.7651,-24.8174 131.766,-67.3078,-22.0324 132.412,-59.0952,-36.3879 129.559,-61.4323,-34.5442 143.956,-58.3951,-37.5148 141.006,-60.6984,-35.686 137.991,-62.704,-33.6323 126.589,-63.4668,-32.4673
  2501.                           151.545,-59.8397,-36.6216 154.529,-57.5956,-38.4143 148.567,-61.7919,-34.6144 145.533,-63.4567,-32.4114 134.883,-64.414,-31.3773 123.496,-65.2,-30.184 123.152,-16.9968,1.26507 129.58,-17.0156,-0.239972 116.274,-16.6652,2.64441 114.989,-18.9917,3.63741 122.718,-19.1115,1.99216 130.231,-18.9937,0.177571 100.597,-15.8377,5.30572
  2502.                           108.718,-16.2585,3.99792 98.5842,-18.4517,6.563 106.949,-18.7485,5.15658 96.0556,-24.1767,8.39608 104.994,-24.2575,6.80399 105.765,-21.4218,6.08498 97.108,-21.2399,7.58953 113.846,-24.2741,5.03465 114.247,-21.5372,4.42719 131.381,-23.9601,0.897636 130.846,-21.3361,0.568288 122.594,-21.528,2.59525 122.634,-24.1879,3.07141
  2503.                           64.3668,-14.7512,9.77705 73.8294,-14.9078,8.79406 62.3319,-17.5942,11.152 71.7024,-17.7258,10.1687 80.9052,-17.9237,9.07333 83.0741,-15.1496,7.71422 59.3473,-23.7897,13.2298 68.6402,-23.8579,12.2373 69.9827,-20.7199,11.3167 60.6658,-20.618,12.3032 77.8649,-23.9578,11.1056 79.184,-20.8701,10.2035 88.2367,-21.0498,8.96173
  2504.                           87.0079,-24.0704,9.82756 89.8844,-18.1712,7.87 92.0226,-15.4638,6.54797 57.1242,-37.2959,14.6664 66.4384,-37.2009,13.6337 66.574,-33.8111,13.6287 57.2649,-33.8624,14.6499 75.7674,-37.0871,12.4393 75.8929,-33.7523,12.4478 76.2583,-30.431,12.2281 66.966,-30.4358,13.3939 57.6681,-30.4449,14.4042 94.4855,-36.7964,9.51
  2505.                           94.577,-33.5814,9.55243 85.2258,-33.6782,11.0935 85.1151,-36.9529,11.0694 94.8375,-30.3828,9.37956 85.5479,-30.4176,10.8942 86.1268,-27.204,10.4719 95.3146,-27.2361,8.99344 76.9027,-27.1555,11.7806 58.3552,-27.0763,13.9305 67.6447,-27.1073,12.9299 132.272,-35.9132,1.10028 132.248,-32.8129,1.24796 122.782,-33.0775,3.67218
  2506.                           122.772,-36.1761,3.5563 132.088,-29.7518,1.25303 122.749,-30.013,3.62195 113.431,-30.1953,5.75699 113.351,-33.2887,5.8553 113.31,-36.4098,5.76733 122.693,-27.033,3.41767 131.797,-26.7831,1.13107 113.585,-27.1754,5.48067 104.463,-27.2348,7.33447 104.13,-30.3137,7.67168 103.882,-36.616,7.74727 103.951,-33.4541,7.81086
  2507.                           -12.5148,-16.3166,14.513 -3.21768,-15.9252,14.1435 -13.2914,-18.9449,15.6627 -4.14828,-18.6068,15.3321 5.16347,-18.3032,14.9548 6.26059,-15.573,13.728 -14.4875,-24.7476,17.4244 -5.58169,-24.5182,17.1523 -4.93621,-21.4823,16.3354 -13.9489,-21.7663,16.6335 3.47533,-24.3123,16.8321 4.23522,-21.2276,15.99 21.9254,-23.9867,15.9995
  2508.                           22.9163,-20.8278,15.1127 13.5309,-21.0077,15.5861 12.6542,-24.1338,16.4518 24.1326,-17.8274,14.0202 14.6038,-18.0411,14.5208 15.8742,-15.2682,13.2576 25.5772,-15.0194,12.7236 -15.4574,-37.607,18.7703 -6.7439,-37.5938,18.5322 -6.66584,-34.2523,18.4726 -15.3922,-34.3185,18.7084 2.10892,-37.5771,18.2433 2.20059,-34.1897,18.1867
  2509.                           2.45853,-30.8272,17.9318 -6.44628,-30.9368,18.222 -15.209,-31.057,18.4628 20.1592,-37.5256,17.4576 20.2768,-34.0734,17.4096 11.1879,-34.1302,17.837 11.0827,-37.555,17.8897 20.6085,-30.6436,17.1496 11.4839,-30.7291,17.5788 11.9723,-27.3857,17.1165 21.1571,-27.27,16.679 2.88327,-27.5234,17.4798 -14.9075,-27.8556,18.0345
  2510.                           -6.08498,-27.6809,17.7815 47.9614,-33.9137,15.5248 47.8208,-37.374,15.5512 48.362,-30.4711,15.2715 39.069,-30.5136,16.0093 38.6828,-33.9657,16.2673 38.5466,-37.437,16.3022 50,-23.7724,14.0903 49.0367,-27.0795,14.7929 40.6277,-23.8021,14.8307 39.7143,-27.1145,15.5299 30.4127,-27.1788,16.1544 31.2597,-23.8748,15.4631
  2511.                           29.8107,-30.5714,16.6309 29.3199,-37.4869,16.933 29.4482,-34.0188,16.891 54.7644,-14.6924,10.6528 45.0681,-14.7231,11.4299 43.2956,-17.5726,12.7791 52.8496,-17.5454,12.0188 35.3238,-14.8349,12.1173 33.7099,-17.6689,13.4429 32.357,-20.6936,14.5588 41.8185,-20.6102,13.9132 51.2662,-20.5832,13.1651 -3.34737,-58.8923,13.5053
  2512.                           -12.6229,-58.5891,13.9811 6.10702,-59.1441,12.9722 5.03891,-56.5299,14.3419 -4.25342,-56.3089,14.8147 -13.379,-56.0426,15.2315 25.37,-59.4522,11.7042 15.6947,-59.3342,12.3743 23.9642,-56.7982,13.1915 14.4581,-56.6961,13.8039 21.8225,-50.8754,15.4933 12.5654,-50.8105,16.015 13.4152,-53.8435,15.0169 22.7824,-53.9279,14.4539
  2513.                           3.39956,-50.6992,16.4592 4.13642,-53.7036,15.5038 -14.5408,-50.3657,17.1623 -14.0184,-53.2904,16.2916 -5.01958,-53.5165,15.9251 -5.64561,-50.5486,16.8377 64.0368,-58.997,8.15337 54.4665,-59.2705,9.18655 62.0605,-56.3791,9.81665 52.6055,-56.6267,10.8174 43.0778,-56.7728,11.7074 44.8015,-59.4307,10.1178 59.1782,-50.5284,12.3974
  2514.                           49.8489,-50.7204,13.3462 51.0708,-53.7654,12.2031 60.4478,-53.5452,11.2303 40.4936,-50.8374,14.1706 41.6446,-53.8971,13.0576 32.2037,-53.9485,13.8043 31.1417,-50.8867,14.8824 33.5174,-56.8268,12.4958 35.0875,-59.4878,10.9545 47.9258,-40.8183,15.3495 57.2248,-40.7124,14.4526 38.6513,-40.8936,16.1124 39.0052,-44.3018,15.6956
  2515.                           48.2898,-44.2132,14.9166 57.5871,-44.0788,14.0054 20.2528,-40.9659,17.2917 29.4206,-40.9417,16.7553 20.5599,-44.3604,16.9103 29.7547,-44.3494,16.3557 30.3269,-47.6757,15.7322 21.0824,-47.6749,16.3115 39.6166,-47.6277,15.0492 58.2314,-47.3619,13.3214 48.9264,-47.5251,14.2498 -15.4046,-40.8893,18.6476 -6.68067,-40.9278,18.3997
  2516.                           -15.2341,-44.1319,18.3393 -6.47639,-44.2207,18.0738 2.42283,-44.2914,17.7561 2.18301,-40.9556,18.1002 -6.13129,-47.4388,17.5536 -14.9461,-47.3018,17.8445 2.82835,-47.5505,17.2095 11.9079,-47.6312,16.7997 11.4421,-44.3395,17.3727 11.1673,-40.9694,17.7355 129.024,-54.3579,-2.97753 122.625,-54.7213,-1.32519 129.733,-52.4695,-2.27653
  2517.                           122.254,-52.7628,-0.290057 114.554,-53.2562,1.4972 115.771,-55.3725,0.165737 131.028,-47.6808,-0.841322 122.312,-47.9362,1.48281 122.198,-50.4815,0.647989 130.415,-50.2185,-1.54907 113.55,-48.2836,3.5784 113.881,-50.8822,2.6262 95.8061,-49.1154,7.16852 96.7933,-51.8841,6.04094 105.425,-51.3675,4.41427 104.722,-48.6882,5.46659
  2518.                           98.2017,-54.4643,4.68069 106.54,-53.8457,3.14671 108.238,-56.0964,1.63665 100.143,-56.8271,3.07184 122.698,-39.2585,3.26221 132.156,-38.9993,0.794437 113.275,-39.5133,5.4848 113.281,-42.5557,5.01856 122.583,-42.2775,2.80712 131.905,-42.022,0.353507 94.5156,-39.9925,9.25025 103.883,-39.7593,7.47617 94.7143,-43.1345,8.77332
  2519.                           103.994,-42.8452,7.00243 104.26,-45.8345,6.33094 95.1288,-46.1872,8.07936 113.362,-45.4936,4.37948 131.527,-44.9323,-0.199438 122.447,-45.1858,2.20826 66.5292,-40.5727,13.4082 66.8755,-43.8941,12.9486 76.1578,-43.6686,11.7332 75.843,-40.4034,12.2023 68.4523,-50.2545,11.3125 67.5068,-47.1322,12.2513 77.6574,-49.916,10.0842
  2520.                           76.7499,-46.8503,11.0284 85.9581,-46.5305,9.64145 86.7799,-49.5305,8.70531 85.4365,-43.4122,10.3458 85.1704,-40.2086,10.821 73.4671,-58.5997,7.01083 82.6797,-58.0949,5.77341 80.5778,-55.5702,7.46194 71.4031,-56.0209,8.69594 91.5974,-57.4986,4.45559 89.5291,-55.0452,6.12131 87.9468,-52.3789,7.5349 78.9185,-52.8332,8.89714
  2521.                           69.7413,-53.2282,10.1286 194.822,-12.6672,-34.8634 192.914,-12.903,-35.8545 195.29,-12.1874,-33.4227 200.67,-14.3171,-34.6011 199.581,-14.616,-36.0817 197.039,-14.7535,-37.1586 193.371,-11.2515,-29.5587 194.791,-11.6911,-31.6344 199.281,-13.6502,-30.667 200.53,-13.9702,-32.779 208.784,-19.1552,-32.8451 209.875,-19.2567,-35.0791
  2522.                           205.58,-16.5004,-33.9465 204.437,-16.2947,-31.7771 209.671,-19.3793,-37.0169 205.497,-16.7242,-35.8234 204.912,-19.5321,-39.8198 201.137,-16.9871,-38.5093 204.06,-16.9064,-37.3602 208.055,-19.4842,-38.6126 179.363,-11.017,-19.4391 184.031,-10.8016,-22.1507 184.95,-13.626,-20.2996 189.814,-13.3958,-23.087 193.863,-13.339,-25.7748
  2523.                           187.95,-10.784,-24.7714 193.513,-19.5608,-21.8634 198.789,-19.2961,-24.8251 194.738,-16.24,-23.9834 189.667,-16.487,-21.1102 203.152,-19.1541,-27.6729 198.94,-16.1412,-26.7496 202.199,-16.1672,-29.3628 206.513,-19.1141,-30.3613 197.038,-13.4318,-28.3169 191.077,-10.9415,-27.2559 200.175,-33.2036,-24.1517 205.931,-32.8803,-27.3452
  2524.                           205.537,-29.3563,-26.8721 199.819,-29.6689,-23.7033 210.703,-32.5805,-30.4 210.274,-29.0919,-29.9072 208.851,-25.6666,-29.2737 204.204,-25.8922,-26.2844 198.59,-26.1909,-23.1674 216.853,-32.0755,-35.9184 216.369,-28.7,-35.3984 213.921,-28.8738,-32.7641 214.381,-32.3102,-33.2724 214.817,-25.396,-34.69 212.424,-25.5044,-32.0905
  2525.                           209.938,-22.2388,-31.2801 212.267,-22.2017,-33.8275 206.466,-22.3416,-28.5216 196.488,-22.8085,-22.5516 201.95,-22.5262,-25.5971 212.485,-31.6117,-43.3648 211.988,-28.4067,-42.8192 215.427,-28.4238,-41.5204 215.936,-31.6444,-42.0614 210.471,-25.2919,-42.0179 213.862,-25.2913,-40.7363 215.645,-25.3009,-39.0578 217.231,-28.477,-39.821
  2526.                           217.741,-31.7366,-40.3567 211.364,-22.2953,-39.7524 208.068,-22.3171,-41.0037 213.089,-22.2533,-38.1091 213.354,-22.2143,-36.119 215.927,-25.332,-37.0274 218.01,-31.8823,-38.2944 217.508,-28.5684,-37.7655 135.79,-16.4836,-1.9706 137.627,-18.5242,-1.84962 144.946,-17.8213,-4.07919 142.032,-15.6293,-3.9458 140.11,-23.552,-1.50331
  2527.                           139.041,-20.9034,-1.6746 148.739,-23.0122,-4.09912 147.129,-20.2974,-4.10814 165.377,-21.731,-9.74609 162.772,-18.836,-9.44601 155.056,-19.5858,-6.70703 157.188,-22.389,-6.85748 159.406,-16.1538,-9.08593 152.228,-17.0037,-6.50095 148.557,-14.6808,-6.18456 155.185,-13.7235,-8.63087 141.815,-35.6192,-1.6146 141.753,-32.4874,-1.43095
  2528.                           151.285,-35.3004,-4.54412 151.184,-32.1147,-4.32153 150.742,-28.9712,-4.18623 141.455,-29.3969,-1.3633 169.551,-34.6121,-10.8701 169.365,-31.2837,-10.5658 160.425,-31.7088,-7.38082 160.569,-34.9626,-7.64404 168.634,-27.9984,-10.2886 159.838,-28.4974,-7.17495 158.77,-25.3752,-7.00698 167.318,-24.7997,-10.0212 149.935,-25.9202,-4.11862
  2529.                           140.911,-26.4009,-1.39348 193.229,-30.0319,-20.4453 193.544,-33.5446,-20.8632 192.112,-26.572,-19.9676 184.884,-27.0145,-16.7267 185.88,-30.4313,-17.141 186.153,-33.897,-17.5239 187.413,-19.9692,-18.8329 190.178,-23.2045,-19.4302 180.61,-20.4886,-15.7755 183.137,-23.6868,-16.2739 175.478,-24.2277,-13.1239 173.225,-21.0868,-12.7326
  2530.                           177.02,-27.497,-13.4865 178.117,-34.2549,-14.1782 177.888,-30.8532,-13.8336 173.985,-11.453,-16.6821 168.058,-12.0735,-13.9289 173.104,-14.6421,-14.6118 179.331,-14.0537,-17.4589 161.738,-12.8423,-11.2287 166.414,-15.3543,-11.8052 170.223,-18.1157,-12.2998 177.277,-17.4604,-15.2244 183.803,-16.9057,-18.1759 135.188,-54.4975,-4.9327
  2531.                           141.374,-54.9091,-7.1827 144.352,-52.6818,-7.00505 137.084,-52.4805,-4.52369 154.405,-55.7847,-12.469 147.838,-55.3616,-9.71954 158.703,-53.2402,-12.5479 151.579,-52.9597,-9.69412 164.873,-47.5384,-12.2284 156.723,-47.5195,-9.14927 154.493,-50.3372,-9.48098 162.161,-50.4814,-12.4512 148.313,-47.5111,-6.19798 146.612,-50.2057,-6.64973
  2532.                           138.57,-50.1464,-3.99371 139.721,-47.552,-3.41512 178.388,-56.2466,-24.2369 173.047,-56.3619,-21.3022 184.076,-53.4109,-24.6012 178.488,-53.5591,-21.6076 172.301,-53.564,-18.5624 167.165,-56.3079,-18.3217 192.891,-47.1268,-24.9252 186.812,-47.3441,-21.7922 183.073,-50.5404,-21.7661 188.911,-50.3579,-24.8283 180.036,-47.4714,-18.599
  2533.                           176.582,-50.6063,-18.6471 169.567,-50.5788,-15.5244 172.684,-47.5292,-15.3947 165.658,-53.4497,-15.5232 160.9,-56.1078,-15.3568 193.071,-37.0703,-21.2214 199.656,-36.7559,-24.5051 185.73,-37.3712,-17.8825 184.586,-40.8165,-18.1954 191.799,-40.5709,-21.5053 198.267,-40.2867,-24.7566 169.232,-37.9402,-11.2189 177.746,-37.6605,-14.5334
  2534.                           168.371,-41.2294,-11.5818 176.739,-41.0329,-14.8724 175.063,-44.3349,-15.1684 166.93,-44.4416,-11.9284 182.696,-44.1956,-18.4413 196.011,-43.7567,-24.8989 189.717,-44.0082,-21.7004 141.651,-38.7397,-1.93245 141.253,-41.8006,-2.35689 150.52,-41.6021,-5.27938 151.071,-38.4779,-4.87358 140.613,-44.7541,-2.86032 149.607,-44.6282,-5.73102
  2535.                           158.412,-44.5318,-8.76818 159.595,-41.4155,-8.36926 160.303,-38.212,-7.98403 191.978,-51.6982,-40.4584 193.876,-52.0011,-39.5212 196.192,-49.5632,-41.3263 198.727,-49.7606,-40.2823 199.802,-50.2243,-38.8715 194.322,-52.6556,-38.1861 204.302,-44.2363,-42.8221 207.442,-44.3446,-41.6297 203.318,-47.1845,-41.0091 200.4,-47.0451,-42.1369
  2536.                           209.051,-44.6192,-40.0676 204.746,-47.5314,-39.5198 208.148,-45.4658,-35.9738 203.664,-48.5627,-35.5821 204.817,-48.0146,-37.7003 209.247,-45.0097,-38.1707 198.384,-51.4776,-35.0808 199.647,-50.8252,-37.127 193.803,-53.4071,-36.4991 192.367,-54.1732,-34.5022 215.265,-34.9047,-42.3156 211.827,-34.8568,-43.6116 217.068,-35.0345,-40.6227
  2537.                           215.322,-38.3169,-40.6456 213.542,-38.1468,-42.3102 210.153,-38.0824,-43.5858 216.203,-35.4844,-36.2158 217.344,-35.2324,-38.5753 214.488,-38.8821,-36.3108 215.601,-38.5696,-38.6323 212.872,-41.8451,-38.4893 211.78,-42.224,-36.2234 212.613,-41.5297,-40.4517 207.598,-41.2288,-43.3139 210.892,-41.3127,-42.0725 205.371,-36.4263,-27.6889
  2538.                           203.875,-39.9546,-27.9036 208.519,-39.5957,-30.9056 210.107,-36.0952,-30.7302 198.154,-46.7989,-27.9487 201.463,-43.4253,-27.99 202.512,-46.3918,-30.8239 205.976,-43.0413,-30.9342 209.448,-42.6318,-33.6918 205.873,-45.9369,-33.5119 212.092,-39.2311,-33.7216 213.754,-35.7766,-33.5866 183.033,-55.9391,-27.0645 186.939,-55.4702,-29.7447
  2539.                           192.96,-52.646,-30.22 188.92,-53.0955,-27.4853 190.065,-54.8712,-32.2373 196.134,-52.0956,-32.7651 201.42,-49.1045,-33.1965 198.162,-49.6066,-30.5828 193.967,-50.0355,-27.7803 23.2161,-13.9241,-20.8316 9.5437,-14.649,-19.1885 37.4402,-13.2123,-22.5186 38.4998,-15.8724,-23.9478 24.112,-16.5465,-22.1911 10.2913,-17.228,-20.4807
  2540.                           66.7661,-11.9139,-25.9106 52.0216,-12.535,-24.2212 68.1921,-14.627,-27.4784 53.2587,-15.2259,-25.7203 70.386,-20.7592,-30.0637 55.1453,-21.2983,-28.1773 54.3002,-18.1599,-27.0407 69.4,-17.5885,-28.8648 40.1074,-21.8658,-26.2756 39.3888,-18.7696,-25.2015 11.423,-23.0202,-22.5596 10.9176,-20.0305,-21.6053 24.8624,-19.3993,-23.379
  2541.                           25.468,-22.4453,-24.3919 123.488,-10.422,-31.9649 110.035,-10.603,-30.614 125.746,-13.1108,-33.7598 112.077,-13.3177,-32.3628 97.7975,-13.6527,-30.83 95.967,-10.9264,-29.1356 129.459,-19.2163,-36.7892 115.366,-19.477,-35.2976 113.862,-16.2889,-33.9274 127.748,-16.0552,-35.372 100.692,-19.8321,-33.6572 99.3776,-16.6346,-32.3401
  2542.                           84.4913,-17.0739,-30.6419 85.6335,-20.2649,-31.9015 83.1038,-14.0959,-29.1918 81.4793,-11.3705,-27.5582 132.621,-33.2481,-40.2629 118.067,-33.6081,-38.6292 117.939,-29.9477,-38.1392 132.459,-29.61,-39.7483 102.992,-33.9826,-36.8264 102.891,-30.3205,-36.3661 102.464,-26.7149,-35.6788 117.429,-26.3461,-37.4137 131.852,-26.0327,-38.9897
  2543.                           72.0398,-34.7462,-32.8677 71.9771,-31.1325,-32.4772 87.5069,-30.7187,-34.4664 87.5862,-34.3644,-34.8931 71.6782,-27.5705,-31.8758 87.1495,-27.127,-33.8208 86.5223,-23.6292,-32.9635 71.1466,-24.0996,-31.0694 101.726,-23.2054,-34.773 130.84,-22.5552,-37.9992 116.563,-22.8427,-36.4631 12.2485,-36.1278,-24.6159 12.2204,-32.751,-24.3716
  2544.                           26.4234,-32.3713,-26.3459 26.457,-35.8188,-26.6243 12.0738,-29.4167,-23.9456 26.2479,-28.9684,-25.8787 41.0349,-28.5033,-27.8688 41.2445,-31.9685,-28.3798 41.2851,-35.4806,-28.6948 25.9296,-25.6474,-25.2263 11.8082,-26.161,-23.3406 40.656,-25.123,-27.1661 55.7931,-24.6023,-29.1253 56.2425,-28.0333,-29.8799 56.5427,-35.1207,-30.7887
  2545.                           56.4927,-31.5523,-30.4359 189.093,-12.6672,-36.2938 192.82,-14.616,-37.7697 187.042,-14.311,-37.9877 183.569,-12.1803,-36.3321 200.124,-19.4842,-40.5926 196.598,-16.9064,-39.223 193.798,-19.3752,-40.9672 190.54,-16.719,-39.5434 176.947,-19.1142,-40.6668 174.244,-16.2433,-39.1725 183.057,-16.4798,-39.5125 186.037,-19.2402,-40.9798
  2546.                           171.271,-13.5888,-37.5027 179.826,-13.9457,-37.8852 176.554,-11.6628,-36.1198 168.18,-11.1806,-35.6785 207.277,-31.6444,-44.2232 206.805,-28.4238,-43.673 200.444,-31.7371,-44.6661 200.006,-28.4763,-44.1121 198.664,-25.299,-43.2872 205.364,-25.2913,-42.8577 182.422,-32.0808,-44.4246 182.074,-28.693,-43.8687 191.72,-28.5656,-44.1672
  2547.                           192.115,-31.8844,-44.7234 180.971,-25.3772,-43.0402 190.492,-25.3244,-43.3376 188.557,-22.2022,-42.265 179.226,-22.1715,-41.9644 196.55,-22.2502,-42.227 203.092,-22.2953,-41.8176 146.261,-29.317,-41.1564 146.465,-32.9099,-41.6889 145.541,-25.7868,-40.3707 158.373,-25.6007,-41.5264 159.216,-29.0674,-42.3327 159.466,-32.599,-42.8777
  2548.                           142.776,-19.0664,-38.0988 144.361,-22.3573,-39.3466 155.204,-19.0106,-39.1994 157.011,-22.2361,-40.4761 168.671,-22.1785,-41.3584 166.632,-19.0321,-40.0644 170.224,-25.4667,-42.4263 171.496,-32.3208,-43.7995 171.196,-28.8598,-43.247 136.134,-10.4049,-33.1597 147.866,-10.5361,-34.1855 150.554,-13.1243,-36.037 138.607,-13.0523,-34.9907
  2549.                           158.583,-10.7999,-35.0294 161.478,-13.3091,-36.8805 164.197,-16.0644,-38.5653 153.026,-15.9613,-37.714 140.84,-15.9521,-36.6419 188.146,-52.0011,-40.9516 182.602,-52.6648,-41.0937 186.175,-50.2324,-42.2563 191.966,-49.7606,-41.9703 167.179,-54.2652,-40.6037 175.566,-53.4439,-40.9773 170.378,-51.5588,-41.8994 178.944,-50.8577,-42.2263
  2550.                           176.314,-45.5229,-43.7826 185.41,-45.0326,-44.0663 182.296,-48.0424,-43.2603 173.474,-48.6322,-42.9623 193.178,-44.6249,-44.0166 189.789,-47.5384,-43.2382 195.857,-47.1845,-42.8719 199.511,-44.3446,-43.6098 122.545,-57.0194,-36.6094 135.156,-56.4542,-37.9713 124.901,-54.0934,-37.9182 137.733,-53.5505,-39.2935 149.663,-52.9303,-40.4225
  2551.                           146.869,-55.7922,-39.0949 128.859,-47.6068,-39.7434 142.156,-47.1189,-41.1506 140.085,-50.425,-40.3536 127.019,-50.9421,-38.9623 154.573,-46.5918,-42.3056 152.258,-49.85,-41.494 163.425,-49.2436,-42.3686 165.997,-46.0512,-43.1894 160.581,-52.2581,-41.2946 157.578,-55.0552,-39.9743 146.098,-36.5277,-41.9537 132.302,-36.908,-40.521
  2552.                           159.051,-36.1586,-43.1436 158.046,-39.7048,-43.1343 145.22,-40.1291,-41.9516 131.541,-40.5485,-40.5213 181.908,-35.5025,-44.6826 171.03,-35.8128,-44.0626 180.643,-38.9132,-44.6541 169.895,-39.2935,-44.0437 168.185,-42.7204,-43.7502 178.741,-42.2683,-44.3503 156.528,-43.1963,-42.8537 130.38,-44.1285,-40.2626 143.886,-43.6732,-41.6836
  2553.                           206.644,-34.9047,-44.4681 205.045,-38.1468,-44.4317 198.342,-38.32,-44.8743 199.843,-35.0363,-44.9135 202.62,-41.3127,-44.1377 196.074,-41.5342,-44.5686 188.076,-41.8628,-44.6313 190.167,-38.5821,-44.9397 191.555,-35.2396,-44.9756 9.17626,-57.9151,-20.9968 22.7752,-58.0836,-23.0015 9.96131,-55.2543,-22.1047 23.716,-55.363,-24.1399
  2554.                           38.0328,-55.4111,-26.2461 36.9201,-58.1874,-25.0779 11.1876,-49.3362,-23.7182 25.1855,-49.3132,-25.7823 24.5196,-52.4271,-25.0657 10.6319,-52.3826,-23.0109 39.7742,-49.2388,-27.9152 38.9846,-52.4156,-27.1905 69.9488,-48.9285,-32.2151 68.8695,-52.2079,-31.4754 53.8327,-52.3438,-29.3417 54.76,-49.1113,-30.0738 67.5789,-55.3016,-30.4959
  2555.                           52.7183,-55.3926,-28.3794 51.4198,-58.2188,-27.1826 66.083,-58.17,-29.2721 26.3493,-39.2739,-26.7106 12.1586,-39.511,-24.6755 41.1571,-39.0018,-28.8098 40.8618,-42.4939,-28.7208 26.101,-42.6994,-26.6013 11.9515,-42.8642,-24.5477 71.8625,-38.3722,-33.0412 56.3916,-38.6996,-30.9333 71.4511,-41.9711,-32.9934 56.0423,-42.2503,-30.8652
  2556.                           55.4974,-45.7338,-30.5802 70.8113,-45.503,-32.7195 40.4004,-45.9189,-28.4239 11.6276,-46.1514,-24.2296 25.7129,-46.0582,-26.293 117.789,-37.2875,-38.8735 117.133,-40.9449,-38.8693 102.188,-41.3159,-37.0365 102.752,-37.6613,-37.0512 114.796,-48.0297,-38.1031 116.126,-44.5394,-38.6134 100.161,-48.3897,-36.2728 101.318,-44.9056,-36.7784
  2557.                           86.1492,-45.2269,-34.7997 85.147,-48.6887,-34.2958 86.8968,-41.6587,-35.0642 87.3793,-38.0245,-35.0938 109.14,-57.4659,-35.0151 95.1346,-57.8013,-33.2319 97.051,-54.8783,-34.5035 111.275,-54.534,-36.3069 80.7184,-58.0334,-31.303 82.421,-55.1322,-32.5519 83.9008,-52.0038,-33.548 98.7323,-51.7275,-35.5158 113.17,-51.3749,-37.3352
  2558.                           -110.507,-24.6173,13.9747 -111.444,-24.2767,13.5316 -113.419,-25.4638,13.6948 -111.458,-25.506,14.2366 -112.613,-23.8546,12.8752 -115.031,-25.2197,13.0274 -117.077,-26.7126,13.238 -115.051,-26.8285,13.9492 -112.647,-26.7958,14.5615 -114.825,-23.0659,11.1947 -117.715,-24.6417,11.3629 -116.473,-24.9311,12.2441 -113.767,-23.4415,12.0882
  2559.                           -120.208,-26.3116,11.5484 -118.791,-26.5244,12.4348 -124.041,-29.8921,11.9147 -122.338,-29.9879,12.837 -120.74,-28.2128,12.6394 -122.314,-28.0652,11.7371 -120.255,-30.0554,13.6912 -118.814,-28.3293,13.4681 -114.906,-30.0019,15.1709 -113.824,-28.3119,14.8804 -116.515,-28.3753,14.2171 -117.781,-30.0686,14.4712 -116.922,-22.3231,6.94529
  2560.                           -120.087,-24.0341,7.17724 -119.938,-24.0796,8.29548 -116.786,-22.3756,8.07936 -122.833,-25.8282,7.37851 -122.674,-25.8668,8.49085 -122.17,-25.9693,9.56455 -119.475,-24.204,9.37496 -116.368,-22.5233,9.1755 -127.065,-29.6182,7.68872 -126.891,-29.6436,8.80948 -124.992,-27.7255,8.66301 -125.159,-27.6935,7.54903 -126.324,-29.7067,9.89282
  2561.                           -124.453,-27.8075,9.73894 -123.556,-27.9254,10.7669 -125.372,-29.7939,10.9306 -121.341,-26.1221,10.5877 -115.703,-22.7566,10.2189 -118.724,-24.3954,10.402 -130.462,-37.6731,7.93765 -130.276,-37.6731,9.08909 -130.064,-35.636,9.07007 -130.249,-35.6297,7.92205 -129.666,-37.6731,10.203 -129.456,-35.6507,10.1807 -128.827,-33.6406,10.1184
  2562.                           -129.428,-33.6108,9.01548 -129.611,-33.5982,7.8753 -127.17,-37.6731,12.2934 -126.97,-35.6885,12.2647 -128.424,-35.6696,11.2477 -128.63,-37.6731,11.2732 -126.377,-33.7195,12.1866 -127.81,-33.6796,11.1776 -126.791,-31.7165,11.0697 -125.398,-31.7822,12.0672 -127.783,-31.6552,10.0209 -128.55,-31.5904,7.7975 -128.37,-31.6094,8.92779
  2563.                           -117.1,-37.6731,15.7483 -116.941,-35.6794,15.7073 -120.079,-35.7027,14.953 -120.251,-37.6731,14.991 -116.5,-33.716,15.5922 -119.591,-33.7601,14.8479 -122.268,-33.7691,14.028 -122.797,-35.7092,14.1236 -122.98,-37.6731,14.1585 -118.816,-31.8728,14.6844 -115.81,-31.8134,15.4108 -121.413,-31.8766,13.8809 -123.606,-31.8409,13.0064
  2564.                           -124.529,-33.7525,13.1388 -125.287,-37.6731,13.2572 -125.094,-35.7031,13.2254 -110.239,-24.6173,-1.04417 -111.178,-25.506,-1.16743 -113.158,-25.4638,-0.336792 -111.192,-24.2767,-0.462491 -112.351,-26.7958,-1.31928 -114.776,-26.8285,-0.353045 -116.83,-26.7126,0.657126 -114.796,-25.2197,0.568788 -112.386,-23.8546,0.367098 -114.581,-30.0019,-1.59966
  2565.                           -117.48,-30.0686,-0.476834 -116.227,-28.3753,-0.40726 -113.513,-28.3119,-1.46672 -119.985,-30.0554,0.668159 -118.555,-28.3293,0.680801 -123.849,-29.8921,3.00529 -122.13,-28.0652,2.93038 -120.516,-28.2128,1.79438 -122.105,-29.9879,1.83048 -120.032,-26.3116,2.81092 -118.577,-26.5244,1.71409 -114.662,-23.0659,2.3765 -113.57,-23.4415,1.32551
  2566.                           -116.269,-24.9311,1.56575 -117.546,-24.6417,2.63145 -116.744,-37.6731,-1.85768 -119.922,-37.6731,-0.636477 -119.752,-35.7027,-0.623612 -116.588,-35.6794,-1.83982 -122.685,-37.6731,0.598499 -122.504,-35.7092,0.606643 -121.98,-33.7691,0.625013 -119.27,-33.7601,-0.589634 -116.152,-33.716,-1.789 -126.96,-37.6731,3.08405 -126.761,-35.6884,3.0835
  2567.                           -124.841,-35.7031,1.8445 -125.032,-37.6731,1.84082 -126.172,-33.7195,3.07486 -124.281,-33.7525,1.84862 -123.364,-31.8409,1.84625 -125.198,-31.7822,3.05112 -121.133,-31.8766,0.647539 -115.472,-31.8134,-1.70802 -118.503,-31.8728,-0.539168 -130.009,-35.636,6.74293 -130.221,-37.6731,6.75501 -129.375,-33.6108,6.70439 -128.721,-33.6406,5.50951
  2568.                           -129.347,-35.6507,5.53917 -129.557,-37.6731,5.54757 -126.841,-29.6436,6.53869 -128.318,-31.6094,6.63708 -126.224,-29.7067,5.36862 -127.679,-31.6552,5.45414 -126.638,-31.7165,4.25628 -125.224,-29.7939,4.18775 -127.653,-33.6796,4.29741 -128.469,-37.6731,4.32178 -128.264,-35.6696,4.31721 -116.743,-22.3756,5.78811 -119.894,-24.0796,6.03392
  2569.                           -116.283,-22.5233,4.62767 -119.387,-24.204,4.88333 -122.078,-25.9693,5.08851 -122.627,-25.8668,6.23942 -118.595,-24.3954,3.74323 -115.578,-22.7566,3.48384 -121.206,-26.1221,3.9407 -123.414,-27.9254,4.08571 -124.357,-27.8075,5.24851 -124.943,-27.7255,6.40691 -110.239,-50.729,-1.04417 -111.192,-51.0696,-0.46249 -113.158,-49.8824,-0.336791
  2570.                           -111.178,-49.8403,-1.16743 -112.386,-51.4916,0.367097 -114.796,-50.1266,0.568789 -116.83,-48.6337,0.657127 -114.776,-48.5178,-0.353044 -112.351,-48.5505,-1.31928 -114.662,-52.2803,2.3765 -117.546,-50.7045,2.63145 -116.269,-50.4152,1.56575 -113.57,-51.9048,1.32551 -120.032,-49.0347,2.81092 -118.577,-48.8219,1.71409 -123.849,-45.4541,3.00529
  2571.                           -122.105,-45.3584,1.83048 -120.516,-47.1334,1.79438 -122.13,-47.2811,2.93038 -119.985,-45.2909,0.668158 -118.555,-47.017,0.680802 -114.581,-45.3444,-1.59966 -113.513,-47.0344,-1.46672 -116.227,-46.9709,-0.407259 -117.48,-45.2776,-0.476834 -116.922,-53.0231,6.94529 -120.087,-51.3122,7.17724 -119.894,-51.2667,6.03392 -116.743,-52.9707,5.7881
  2572.                           -122.833,-49.5181,7.37851 -122.627,-49.4794,6.23942 -122.078,-49.3769,5.08851 -119.387,-51.1423,4.88333 -116.283,-52.823,4.62767 -127.065,-45.7281,7.68872 -126.841,-45.7026,6.53869 -124.943,-47.6208,6.40691 -125.159,-47.6528,7.54903 -126.224,-45.6396,5.36862 -124.357,-47.5388,5.24851 -123.414,-47.4209,4.08571 -125.224,-45.5523,4.18775
  2573.                           -121.206,-49.2242,3.9407 -115.578,-52.5896,3.48384 -118.594,-50.9509,3.74324 -130.009,-39.7102,6.74293 -130.249,-39.7165,7.92205 -129.347,-39.6955,5.53917 -128.721,-41.7056,5.50951 -129.375,-41.7355,6.70439 -129.611,-41.7481,7.8753 -126.761,-39.6578,3.0835 -128.264,-39.6767,4.31721 -126.172,-41.6267,3.07485 -127.653,-41.6667,4.29741
  2574.                           -126.638,-43.6298,4.25628 -125.198,-43.5641,3.05112 -127.679,-43.6911,5.45414 -128.55,-43.7559,7.7975 -128.318,-43.7369,6.63708 -116.588,-39.6669,-1.83982 -119.752,-39.6435,-0.623612 -116.152,-41.6303,-1.789 -119.27,-41.5862,-0.589633 -121.98,-41.5771,0.625013 -122.504,-39.637,0.606643 -118.503,-43.4735,-0.539167 -115.472,-43.5329,-1.70802
  2575.                           -121.133,-43.4697,0.647539 -123.364,-43.5053,1.84625 -124.281,-41.5938,1.84862 -124.841,-39.6432,1.8445 -110.507,-50.729,13.9747 -111.458,-49.8403,14.2366 -113.419,-49.8824,13.6948 -111.444,-51.0696,13.5316 -112.647,-48.5505,14.5615 -115.051,-48.5178,13.9492 -117.077,-48.6337,13.238 -115.031,-50.1266,13.0274 -112.613,-51.4916,12.8752
  2576.                           -114.906,-45.3444,15.1709 -117.781,-45.2776,14.4712 -116.515,-46.9709,14.2171 -113.824,-47.0344,14.8804 -120.255,-45.2909,13.6912 -118.814,-47.017,13.4681 -124.041,-45.4541,11.9147 -122.314,-47.2811,11.7371 -120.74,-47.1334,12.6394 -122.338,-45.3584,12.837 -120.208,-49.0347,11.5484 -118.791,-48.8219,12.4348 -114.825,-52.2804,11.1947
  2577.                           -113.767,-51.9048,12.0882 -116.473,-50.4152,12.2441 -117.715,-50.7045,11.3629 -120.079,-39.6435,14.953 -116.941,-39.6669,15.7073 -122.797,-39.637,14.1236 -122.268,-41.5771,14.028 -119.591,-41.5862,14.8479 -116.5,-41.6303,15.5922 -126.97,-39.6578,12.2647 -125.094,-39.6432,13.2254 -126.377,-41.6267,12.1866 -124.529,-41.5938,13.1388
  2578.                           -123.606,-43.5053,13.0064 -125.398,-43.5641,12.0672 -121.413,-43.4697,13.8809 -115.81,-43.5329,15.4108 -118.816,-43.4735,14.6844 -130.064,-39.7102,9.07007 -129.428,-41.7355,9.01548 -128.827,-41.7056,10.1184 -129.456,-39.6955,10.1807 -126.891,-45.7026,8.80948 -128.37,-43.7369,8.92779 -126.324,-45.6396,9.89282 -127.783,-43.6911,10.0209
  2579.                           -126.791,-43.6298,11.0697 -125.372,-45.5523,10.9306 -127.81,-41.6667,11.1776 -128.424,-39.6767,11.2477 -116.786,-52.9707,8.07936 -119.938,-51.2667,8.29548 -116.368,-52.823,9.1755 -119.475,-51.1423,9.37496 -122.17,-49.3769,9.56455 -122.674,-49.4794,8.49085 -118.724,-50.9509,10.402 -115.703,-52.5896,10.2189 -121.341,-49.2242,10.5877
  2580.                           -123.556,-47.4209,10.7669 -124.453,-47.5388,9.73894 -124.992,-47.6208,8.66301 -20.0081,-12.3009,12.1074 -20.8458,-14.3912,13.5618 -19.0843,-10.4698,10.5025 -28.362,-11.084,10.944 -29.1139,-12.8647,12.4938 -29.7962,-14.9011,13.8983 -17.0283,-7.59234,6.92375 -18.0868,-8.89964,8.76779 -26.6893,-8.29555,7.48882 -27.5504,-9.56044,9.26901
  2581.                           -44.8167,-9.81758,8.48816 -45.3505,-10.9968,10.1419 -36.6453,-10.2591,9.72739 -35.958,-9.03677,8.01054 -45.8543,-12.4245,11.6982 -37.2933,-11.7353,11.343 -46.7535,-16.0218,14.4441 -38.4415,-15.4445,14.1931 -37.8946,-13.4641,12.838 -46.3236,-14.0997,13.1385 -12.4324,-5.0289,-1.13315 -13.6106,-5.26616,0.941979 -22.9482,-5.85252,-0.283639
  2582.                           -23.908,-6.0678,1.71721 -24.8581,-6.54773,3.69291 -14.7777,-5.77373,2.99024 -42.4773,-7.60025,1.27449 -43.0834,-7.77807,3.13028 -33.7349,-6.90424,2.44661 -32.965,-6.7087,0.518791 -43.6785,-8.20742,4.96364 -34.4953,-7.3582,4.35077 -35.2389,-8.06942,6.21187 -44.2579,-8.88752,6.75584 -25.7885,-7.29081,5.62345 -15.9211,-6.54975,4.99103
  2583.                           -75.3699,-11.5763,3.83681 -75.5328,-11.699,5.40974 -68.1782,-10.6498,4.90795 -67.9313,-10.5152,3.26461 -75.6499,-12.0378,6.96196 -68.3933,-11.0106,6.53069 -60.6385,-10.0313,6.05377 -60.3131,-9.64825,4.36085 -59.966,-9.50069,2.64705 -75.7974,-13.3684,9.94232 -68.7558,-12.4134,9.64874 -68.5835,-11.5983,8.11642 -75.7339,-12.5939,8.47798
  2584.                           -61.2333,-11.5043,9.30801 -60.9445,-10.65,7.70857 -52.8312,-9.74706,7.25489 -53.2477,-10.6396,8.9209 -52.3966,-9.0977,5.53136 -51.4795,-8.52998,1.98379 -51.9455,-8.69188,3.76832 -76.0987,-18.6744,14.9732 -69.4047,-17.9593,14.916 -69.2346,-16.2289,13.7613 -75.991,-17.0144,13.8704 -62.2636,-17.2789,14.8074 -62.0202,-15.4816,13.6018
  2585.                           -61.7688,-13.9201,12.2719 -69.0743,-14.7281,12.4876 -75.9133,-15.5776,12.654 -54.3743,-14.772,13.3937 -54.7037,-16.6332,14.6495 -54.0208,-13.1524,12.0083 -53.6448,-11.7748,10.5114 -61.5073,-12.5943,10.8349 -75.853,-14.3626,11.3395 -68.9171,-13.4565,11.1113 -4.10028,-13.0859,-16.2285 -4.91896,-11.0935,-14.6803 -16.1511,-13.8405,-14.7921
  2586.                           -16.8185,-11.8837,-13.3112 -17.5588,-10.2037,-11.6952 -5.82627,-9.38636,-12.9941 -38.0891,-15.3552,-12.1109 -38.5163,-13.4831,-10.7569 -28.0174,-12.6793,-12.004 -27.48,-14.5961,-13.4203 -38.9946,-11.8711,-9.27376 -28.6149,-11.031,-10.4556 -40.0715,-9.42328,-5.99594 -29.9546,-8.53494,-7.04029 -29.2636,-9.65,-8.79455 -39.5157,-10.5182,-7.68045
  2587.                           -19.216,-7.66826,-8.138 -18.3614,-8.79907,-9.96415 -6.80972,-7.96257,-11.1905 -7.85683,-6.82029,-9.29016 -73.3637,-18.4786,-7.45421 -73.5272,-16.8333,-6.33303 -65.8207,-15.9701,-7.35789 -65.6156,-17.6796,-8.53556 -73.749,-15.415,-5.09368 -66.0751,-14.496,-6.0596 -57.7247,-13.6008,-7.07725 -57.4172,-15.1258,-8.43562 -57.155,-16.8944,-9.67067
  2588.                           -74.3006,-13.2526,-2.33097 -66.6813,-12.248,-3.17248 -66.3662,-13.2557,-4.65852 -74.0123,-14.222,-3.75378 -58.436,-11.2768,-4.0631 -58.0676,-12.3182,-5.6137 -49.1173,-11.4067,-6.62059 -49.5657,-10.3363,-5.0039 -48.6979,-12.7268,-8.14814 -47.9801,-16.1204,-10.8617 -48.316,-14.2977,-9.56803 -67.6456,-10.6064,1.61706 -75.1485,-11.6687,2.25864
  2589.                           -59.5948,-9.58863,0.929621 -59.2094,-9.9132,-0.773303 -67.3336,-10.9247,-0.0168567 -74.8854,-11.9777,0.692869 -41.8649,-7.67474,-0.585014 -51,-8.61239,0.195779 -41.2543,-8.00265,-2.42924 -50.5155,-8.94019,-1.57719 -50.0346,-9.51445,-3.31659 -40.6538,-8.58513,-4.23921 -58.8199,-10.4755,-2.44359 -74.5972,-12.5051,-0.842879 -67.008,-11.4714,-1.61932
  2590.                           -11.2554,-5.06382,-3.21453 -10.0921,-5.37278,-5.28156 -21.0401,-6.22196,-4.2807 -21.9888,-5.9034,-2.28962 -8.95513,-5.95765,-7.31364 -20.1124,-6.80974,-6.23684 -30.6791,-7.68456,-5.21233 -31.4283,-7.09758,-3.33017 -32.1932,-6.77272,-1.4133 -108.7,-23.2624,-0.834138 -108.301,-24.0849,-1.49709 -109.534,-22.6218,0.00336146 -106.191,-21.4823,-0.491974
  2591.                           -105.621,-22.3323,-1.38192 -105.365,-23.372,-2.13067 -111.371,-21.5944,2.03062 -110.461,-22.0642,0.969503 -107.641,-20.2148,1.60159 -106.902,-20.7814,0.510917 -98.7307,-17.6819,0.525258 -98.2686,-18.4274,-0.661267 -102.851,-19.575,-0.0370652 -103.438,-18.9148,1.09721 -97.8472,-19.3515,-1.76776 -102.307,-20.3973,-1.08847 -97.3867,-21.7754,-3.66344
  2592.                           -101.718,-22.5926,-2.85869 -101.898,-21.3977,-2.03601 -97.5315,-20.4642,-2.77491 -113.34,-20.7071,6.68275 -113.177,-20.7668,5.49965 -109.326,-19.1804,6.3878 -109.178,-19.2472,5.16824 -108.821,-19.4442,3.95051 -112.768,-20.939,4.31624 -99.945,-16.3721,5.6935 -99.8147,-16.4517,4.37516 -104.73,-17.8108,4.79352 -104.866,-17.7373,6.05865
  2593.                           -99.5428,-16.6955,3.06199 -104.419,-18.032,3.53194 -103.975,-18.4002,2.29336 -99.1685,-17.1051,1.77252 -108.294,-19.7679,2.75488 -112.154,-21.2171,3.15305 -82.0999,-12.7783,2.85491 -82.2762,-12.6869,4.364 -81.8624,-13.0751,1.3566 -88.2844,-14.2232,1.97334 -88.5168,-13.9414,3.40619 -88.6646,-13.8526,4.84797 -81.2929,-14.2938,-1.53751
  2594.                           -81.5859,-13.5795,-0.113392 -87.6804,-15.376,-0.795033 -87.9961,-14.7005,0.56706 -93.8496,-15.8738,1.19639 -93.4855,-16.5039,-0.106466 -94.1713,-15.428,2.54214 -94.5494,-15.0791,5.29054 -94.416,-15.1639,3.91283 -80.4013,-19.2942,-6.42447 -80.5374,-17.7181,-5.35924 -86.7419,-20.1197,-5.44819 -86.8655,-18.6206,-4.43959 -87.0839,-17.3326,-3.31606
  2595.                           -80.7463,-16.3608,-4.17798 -92.5255,-19.5372,-3.57713 -92.3992,-20.9489,-4.52722 -92.7786,-18.3297,-2.51147 -93.1135,-17.3205,-1.3485 -87.3659,-16.2522,-2.09531 -81.0055,-15.2201,-2.89822 -108.572,-24.0849,14.1438 -108.948,-23.2624,13.5377 -105.669,-23.3743,14.3472 -105.896,-22.3344,13.6341 -106.434,-21.4842,12.8254 -109.756,-22.6218,12.8205
  2596.                           -97.9571,-21.7987,14.71 -98.0447,-20.4857,13.8402 -102.252,-21.4063,13.742 -102.112,-22.6019,14.5405 -98.2977,-19.3709,12.8762 -102.618,-20.405,12.8519 -99.0423,-17.6957,10.7048 -103.655,-18.9203,10.826 -103.117,-19.5817,11.8774 -98.6517,-18.4441,11.8278 -107.812,-20.2162,10.9394 -107.11,-20.783,11.9244 -110.653,-22.0642,11.9881
  2597.                           -111.529,-21.5944,11.0579 -82.2627,-17.8388,13.9277 -82.317,-19.4247,14.9774 -82.2616,-16.4692,12.7699 -88.1127,-17.4003,12.8414 -88.0373,-18.6961,13.9383 -88.0436,-20.2013,14.9323 -82.3405,-14.371,10.188 -82.294,-15.3138,11.5185 -88.3914,-15.4243,10.3925 -88.2406,-16.3108,11.6551 -93.693,-17.354,11.7559 -93.9566,-16.5314,10.5625
  2598.                           -93.4603,-18.3684,12.8748 -93.2623,-20.9956,14.8419 -93.3021,-19.5804,13.9073 -82.3689,-12.7986,5.86632 -88.6993,-13.9541,6.28106 -88.6475,-14.2483,7.69189 -82.3974,-13.1152,7.34742 -99.8948,-16.4553,6.99849 -94.5369,-15.1711,6.65733 -99.7021,-16.7027,8.27726 -94.4118,-15.4423,8.00023 -94.2072,-15.895,9.30627 -99.4052,-17.1157,9.51698
  2599.                           -88.5359,-14.7375,9.06688 -82.3815,-13.6388,8.79279 -113.218,-20.7668,7.84497 -112.85,-20.939,8.97147 -108.909,-19.4449,8.75741 -109.223,-19.2475,7.58894 -112.275,-21.2171,10.0474 -108.425,-19.7689,9.87897 -104.14,-18.4044,9.70502 -104.53,-18.0348,8.52783 -104.786,-17.8122,7.3079 -5.26225,-62.1275,-16.3697 -4.42704,-60.0469,-17.8365
  2600.                           -6.17909,-63.9318,-14.7304 -17.8454,-63.4947,-13.106 -17.0975,-61.7358,-14.6838 -16.4165,-59.7073,-16.0986 -8.21029,-66.7143,-11.0296 -7.16572,-65.4606,-12.9424 -19.5032,-66.206,-9.55129 -18.6506,-64.9846,-11.3876 -40.252,-64.9977,-6.88429 -39.6975,-63.8458,-8.5752 -29.495,-64.4462,-9.93331 -30.1843,-65.6337,-8.17091 -39.1748,-62.4394,-10.1605
  2601.                           -28.8442,-62.997,-11.5842 -38.256,-58.8606,-12.9321 -27.6924,-59.3115,-14.4655 -28.2405,-61.2855,-13.1021 -38.6917,-60.7778,-11.6197 -12.7312,-68.9903,-2.60353 -11.5732,-68.831,-4.77876 -23.191,-68.4155,-1.47832 -22.2471,-68.2636,-3.56056 -21.3113,-67.845,-5.61519 -10.4259,-68.3989,-6.924 -42.6299,-67.0683,0.523543 -42.0272,-66.9303,-1.38389
  2602.                           -32.3998,-67.6301,-2.43005 -33.1593,-67.775,-0.436955 -41.4247,-66.5395,-3.26806 -31.6452,-67.2252,-4.39776 -30.9039,-66.5599,-6.31856 -40.8304,-65.8954,-5.10839 -20.3934,-67.1593,-7.61963 -9.30097,-67.6936,-9.01552 -75.4147,-63.5709,3.61625 -75.1962,-63.4599,2.02401 -67.7137,-64.4288,1.28187 -67.9953,-64.5467,2.94953 -74.9355,-63.1324,0.446502
  2603.                           -67.4051,-64.0842,-0.368809 -59.3078,-64.9691,-1.25724 -59.6884,-65.33,0.468733 -60.054,-65.4546,2.21381 -74.3536,-61.8219,-2.59189 -66.757,-62.7101,-3.54521 -67.0821,-63.5116,-1.98401 -74.6491,-62.5869,-1.09816 -58.5401,-63.5356,-4.57561 -58.9218,-64.3713,-2.94504 -50.1704,-65.1659,-3.98519 -49.7045,-64.2983,-5.68725 -50.6466,-65.7875,-2.22244
  2604.                           -51.5968,-66.295,1.40614 -51.1248,-66.1637,-0.418742 -73.4127,-56.5356,-7.69542 -65.6856,-57.1924,-8.88014 -65.8943,-58.9207,-7.7199 -73.5787,-58.1941,-6.58644 -57.2513,-57.7997,-10.1445 -57.5184,-59.5942,-8.93338 -57.8287,-61.1479,-7.58884 -66.1507,-60.4157,-6.43167 -73.8019,-59.627,-5.35412 -48.4509,-60.2136,-10.2317 -48.1085,-58.3563,-11.4934
  2605.                           -48.8365,-61.8227,-8.83026 -49.2571,-63.1841,-7.30885 -58.1725,-62.4614,-6.1299 -74.0657,-60.8357,-4.01657 -66.4424,-61.6785,-5.03394 -20.9539,-60.5145,13.0299 -20.1378,-62.5166,11.4692 -29.884,-60.0872,13.4662 -29.2192,-62.052,11.9752 -28.4864,-63.7537,10.3314 -19.2375,-64.2505,9.74859 -46.8087,-59.0994,14.1725 -46.3898,-60.9765,12.8126
  2606.                           -37.9789,-61.5385,12.4232 -38.5118,-59.6153,13.8474 -45.9325,-62.6021,11.3132 -37.3929,-63.2041,10.8529 -44.9206,-65.0985,7.97688 -36.0902,-65.762,7.35982 -36.761,-64.6121,9.15801 -45.4414,-63.9762,9.69449 -26.8546,-66.3663,6.67542 -27.6951,-65.192,8.55728 -18.2648,-65.7157,7.89182 -17.2317,-66.9116,5.92264 -76.1149,-56.6057,14.8935
  2607.                           -76.0104,-58.2525,13.7747 -69.2624,-59.0041,13.6245 -69.4279,-57.2926,14.802 -75.9362,-59.6748,12.5409 -69.1072,-60.484,12.326 -61.814,-61.2418,12.0497 -62.0584,-59.7089,13.4138 -62.2954,-57.9375,14.6507 -75.8279,-61.8515,9.79215 -68.7993,-62.7523,9.43422 -68.9552,-61.7331,10.9235 -75.8796,-60.874,11.2081 -61.2933,-63.5938,9.01305
  2608.                           -61.5598,-62.5366,10.5768 -53.7147,-63.2843,10.1672 -53.3277,-64.3758,8.52761 -54.081,-61.9479,11.7121 -54.7462,-58.5399,14.4405 -54.4252,-60.3665,13.143 -68.2376,-64.4388,4.61566 -75.5744,-63.4669,5.20514 -60.3948,-65.3437,3.95895 -60.7132,-64.9969,5.68598 -68.4477,-64.1043,6.2632 -75.688,-63.1465,6.77472 -43.225,-66.954,2.43366
  2609.                           -52.0544,-66.1819,3.23246 -43.8081,-66.5875,4.32613 -52.4962,-65.8245,5.04097 -52.9211,-65.2225,6.81244 -44.3747,-65.969,6.18065 -61.0119,-64.4137,7.37673 -75.7682,-62.6085,8.30904 -68.6325,-63.5425,7.87508 -13.8878,-68.8775,-0.422033 -15.0313,-68.493,1.74198 -25.0641,-67.9214,2.6787 -24.1332,-68.3013,0.608951 -16.1499,-67.8375,3.86479
  2610.                           -25.9744,-67.2763,4.70838 -35.3876,-66.6535,5.47981 -34.6602,-67.2864,3.5394 -33.9151,-67.6603,1.56 -108.948,-52.0839,13.5377 -108.572,-51.2613,14.1438 -109.756,-52.7245,12.8205 -106.434,-53.8609,12.8241 -105.897,-53.0109,13.6329 -105.669,-51.9711,14.3463 -111.529,-53.7519,11.0579 -110.653,-53.2821,11.9881 -107.812,-55.1286,10.9376
  2611.                           -107.111,-54.5619,11.9228 -99.046,-57.6355,10.6869 -98.6549,-56.8891,11.8121 -103.118,-55.7593,11.8712 -103.657,-56.42,10.8189 -98.3004,-55.9642,12.8627 -102.619,-54.9368,12.8465 -97.959,-53.5397,14.7005 -102.112,-52.7412,14.5367 -102.253,-53.9362,13.7374 -98.047,-54.8511,13.8288 -113.34,-54.6391,6.68275 -113.218,-54.5795,7.84497
  2612.                           -109.326,-56.1635,6.38518 -109.223,-56.0966,7.5865 -108.909,-55.8995,8.75518 -112.85,-54.4073,8.97147 -99.9504,-58.9505,5.66724 -99.8997,-58.8695,6.97413 -104.788,-57.5254,7.29816 -104.868,-57.5995,6.04815 -99.7066,-58.6243,8.25497 -104.532,-57.3037,8.51892 -104.141,-56.935,9.69697 -99.4093,-58.2134,9.49686 -108.425,-55.5756,9.87696
  2613.                           -112.275,-54.1292,10.0474 -82.3966,-62.4274,5.72992 -82.3061,-62.5267,4.21696 -82.4228,-62.1231,7.22259 -88.6633,-61.0305,7.61388 -88.7166,-61.317,6.19581 -88.6833,-61.4107,4.75607 -82.3608,-60.891,10.0879 -82.4043,-61.6116,8.68017 -88.4041,-59.8694,10.3299 -88.5502,-60.5488,8.99649 -94.2154,-59.417,9.26605 -93.9638,-58.7847,10.5267
  2614.                           -94.4208,-59.8654,7.95565 -94.5601,-60.2198,5.23803 -94.5468,-60.1322,6.60862 -82.3278,-55.8775,14.9242 -82.2757,-57.4546,13.8639 -88.0504,-55.1174,14.8991 -88.0454,-56.6171,13.8984 -88.1223,-57.9068,12.7943 -82.2769,-58.8145,12.6945 -93.3068,-55.747,13.8845 -93.2662,-54.335,14.8229 -93.4658,-56.9555,12.8478 -93.6994,-57.9661,11.7246
  2615.                           -88.2517,-58.9898,11.6003 -82.3118,-59.9593,11.4309 -108.301,-51.2613,-1.49709 -108.7,-52.0839,-0.834137 -105.366,-51.9703,-2.13354 -105.622,-53.0102,-1.38493 -106.191,-53.8604,-0.495076 -109.534,-52.7245,0.00336245 -97.3925,-53.5314,-3.69215 -97.5377,-54.8441,-2.80508 -101.9,-53.9334,-2.04808 -101.72,-52.7378,-2.87017 -97.8535,-55.9585,-1.79876
  2616.                           -102.309,-54.9345,-1.10087 -98.737,-57.632,0.494197 -103.441,-56.4185,1.08478 -102.854,-55.7575,-0.0495794 -98.2749,-56.8845,-0.692551 -107.642,-55.1282,1.59849 -106.903,-54.5615,0.50779 -110.461,-53.2821,0.969504 -111.371,-53.7519,2.03062 -80.5717,-57.4157,-5.52818 -80.434,-55.8307,-6.58527 -80.7815,-58.7826,-4.35161 -87.1059,-57.8869,-3.42458
  2617.                           -86.8869,-56.5928,-4.54518 -86.7623,-55.0882,-5.54869 -81.3282,-60.8713,-1.71146 -81.0411,-59.9338,-3.07342 -87.7024,-59.857,-0.903749 -87.3881,-58.9739,-2.20481 -93.1262,-57.957,-1.41107 -93.4981,-58.7777,-0.168589 -92.7912,-56.9441,-2.57348 -92.4108,-54.3183,-4.58465 -92.5377,-55.7331,-3.63746 -82.1317,-62.4228,2.69848 -88.5366,-61.3141,3.30843
  2618.                           -88.3053,-61.0246,1.87069 -81.8958,-62.1137,1.19235 -99.8204,-58.8687,4.34723 -94.4274,-60.1305,3.85697 -99.5488,-58.6226,3.03267 -94.1832,-59.862,2.48348 -93.8619,-59.4119,1.13561 -99.1746,-58.2109,1.74213 -88.0177,-60.5398,0.460691 -81.6205,-61.5972,-0.283581 -113.177,-54.5795,5.49965 -112.768,-54.4073,4.31624 -108.821,-55.8993,3.94758
  2619.                           -109.179,-56.0965,5.16544 -112.154,-54.1292,3.15305 -108.295,-55.5753,2.75184 -103.977,-56.934,2.2812 -104.421,-57.303,3.52021 -104.732,-57.5251,4.78235 -21.674,-58.2447,14.4071 -22.298,-55.7401,15.6013 -30.9805,-55.4022,15.9226 -30.4711,-57.8598,14.7818 -23.2567,-50.1578,17.4445 -22.8256,-53.0336,16.6136 -31.7644,-49.9252,17.6825
  2620.                           -31.4117,-52.7466,16.8893 -48.0392,-49.3884,18.0166 -47.802,-52.0844,17.2941 -39.747,-52.43,17.1167 -40.0348,-49.6686,17.8738 -47.5167,-54.6222,16.4128 -39.3967,-55.0294,16.1936 -38.9846,-57.4351,15.104 -47.185,-56.971,15.3724 -24.0131,-37.6187,18.9714 -23.9695,-40.8433,18.8576 -32.3846,-37.6289,19.1328 -32.3488,-40.79,19.0273
  2621.                           -32.2332,-43.9147,18.7508 -23.8288,-44.0298,18.5658 -48.4692,-37.6453,19.3265 -48.4432,-40.6628,19.2353 -40.5156,-40.7298,19.154 -40.5455,-37.6377,19.2521 -48.3616,-43.6465,18.9868 -40.4199,-43.7868,18.892 -40.2594,-46.777,18.4654 -48.2263,-46.5654,18.5807 -32.0383,-46.9705,18.3028 -23.5912,-47.1456,18.095 -77.2634,-37.665,19.1241
  2622.                           -77.2268,-40.3307,19.0546 -70.5234,-40.4229,19.1807 -70.5529,-37.6615,19.2549 -77.1302,-42.9674,18.8538 -70.4425,-43.1542,18.9688 -63.4002,-43.3299,19.0276 -63.4738,-40.5091,19.2512 -63.4994,-37.6571,19.3305 -76.8159,-48.0417,18.0583 -70.1657,-48.4112,18.1315 -70.32,-45.8267,18.6191 -76.9884,-45.5472,18.5217 -63.1336,-48.7592,18.1476
  2623.                           -63.2847,-46.0898,18.6598 -55.9108,-46.3362,18.6463 -55.7484,-49.0851,18.1085 -56.0308,-43.4941,19.0328 -56.1294,-37.6518,19.3535 -56.1048,-40.5891,19.2685 -69.6108,-55.3486,15.8414 -76.2624,-54.7331,15.8813 -62.5276,-55.9271,15.7424 -62.7488,-53.7075,16.689 -69.8013,-53.2011,16.7427 -76.4382,-52.6629,16.738 -55.0425,-56.4681,15.5856
  2624.                           -55.3107,-54.1814,16.5785 -55.5472,-51.7103,17.4194 -62.9529,-51.3083,17.4907 -76.6276,-50.423,17.4637 -69.9895,-50.879,17.5061 -21.585,-16.7387,14.845 -30.3988,-17.1916,15.1377 -30.9218,-19.704,16.2111 -22.2258,-19.3106,15.9564 -47.1395,-18.19,15.5961 -38.9268,-17.6753,15.3887 -47.4798,-20.5731,16.5942 -39.3498,-20.1248,16.4244
  2625.                           -48.0168,-25.8599,18.1268 -40.0063,-25.553,18.0142 -39.7098,-22.7613,17.2998 -47.7728,-23.1401,17.4379 -31.7287,-25.2652,17.8578 -31.3652,-22.406,17.118 -22.7684,-22.0742,16.8951 -23.2128,-24.9967,17.6604 -76.2491,-20.5587,15.947 -69.5917,-19.9199,15.9352 -76.4274,-22.6391,16.7913 -69.7858,-22.0818,16.8188 -62.7276,-21.5517,16.7936
  2626.                           -62.5014,-19.3122,15.8714 -76.8093,-27.2758,18.0907 -70.1563,-26.8939,18.1778 -69.9773,-24.4161,17.5664 -76.619,-24.8875,17.506 -63.1206,-26.5306,18.2112 -62.936,-23.9677,17.5736 -55.5247,-23.5423,17.53 -55.7312,-26.1858,18.1933 -55.2823,-21.0488,16.718 -55.0075,-18.7356,15.7577 -70.5212,-34.899,19.1914 -77.2253,-34.9985,19.0621
  2627.                           -63.4708,-34.8036,19.2659 -63.3941,-31.9782,19.0576 -70.438,-32.1642,18.9906 -77.1271,-32.3594,18.8691 -48.438,-34.6252,19.2608 -56.1008,-34.7123,19.2882 -48.351,-31.6336,19.0387 -56.0227,-31.8013,19.0728 -55.8983,-28.949,18.7077 -48.2101,-28.7015,18.6606 -63.2754,-29.2106,18.7059 -76.9836,-29.7758,18.5451 -70.3132,-29.4863,18.6526
  2628.                           -23.9594,-34.389,18.9077 -23.8082,-31.1868,18.6675 -32.2164,-31.3263,18.8334 -32.3405,-34.4636,19.068 -23.5594,-28.0451,18.2514 -32.0125,-28.2494,18.4299 -40.2388,-28.4682,18.5671 -40.4065,-31.4752,18.9581 -40.5089,-34.5423,19.1866 -108.97,-25.1884,14.6431 -109.8,-26.5382,15.0683 -106.489,-26.1188,15.4891 -105.924,-24.6446,14.9618
  2629.                           -111.622,-29.8292,15.784 -110.721,-28.0999,15.4521 -107.923,-29.5711,16.3162 -107.193,-27.7706,15.9404 -99.2567,-28.8804,17.1607 -98.8139,-26.8853,16.6999 -103.228,-27.3553,16.3536 -103.803,-29.248,16.7732 -98.4065,-25.0234,16.1386 -102.693,-25.6006,15.8435 -102.29,-24.0081,15.2401 -98.0993,-23.3195,15.4757 -113.527,-37.6731,16.4242
  2630.                           -113.384,-35.6349,16.3801 -109.54,-37.673,17.0217 -109.413,-35.5726,16.9746 -109.074,-33.5021,16.8381 -112.992,-33.6276,16.2545 -100.346,-37.6722,17.9931 -100.253,-35.4067,17.9402 -105.034,-35.4954,17.4936 -105.144,-37.6727,17.5436 -100.015,-33.1682,17.7827 -104.747,-33.3465,17.3464 -104.322,-31.2546,17.1053 -99.67,-30.9837,17.5222
  2631.                           -108.563,-31.4916,16.6171 -112.392,-31.6821,16.0536 -83.5564,-35.1022,18.8753 -83.6045,-37.6677,18.9354 -83.4341,-32.5635,18.6904 -89.3542,-32.7705,18.4518 -89.5086,-35.2069,18.6281 -89.5695,-37.6697,18.686 -83.0508,-27.6759,17.9473 -83.2586,-30.079,18.381 -88.8758,-28.0838,17.7458 -89.134,-30.3872,18.1575 -94.6059,-30.6917,17.8721
  2632.                           -94.2794,-28.4888,17.4843 -94.8828,-32.9741,18.1502 -95.1521,-37.6712,18.3729 -95.0761,-35.3094,18.3174 -82.444,-21.2287,15.9045 -88.1609,-21.9192,15.8103 -88.359,-23.8233,16.572 -82.6225,-23.2234,16.7088 -93.3845,-22.6197,15.6666 -93.6244,-24.4271,16.3817 -93.9375,-26.3921,16.9875 -88.6074,-25.887,17.2173 -82.8318,-25.3816,17.3898
  2633.                           -108.97,-50.1579,14.6431 -105.924,-50.701,14.961 -106.489,-49.2269,15.4885 -109.8,-48.808,15.0683 -98.1009,-52.0202,15.4679 -102.29,-51.3356,15.2369 -98.4078,-50.3176,16.1323 -102.694,-49.7436,15.841 -99.2575,-46.4624,17.1568 -103.803,-46.0969,16.7717 -103.229,-47.9893,16.3516 -98.8149,-48.4567,16.6949 -107.923,-45.7748,16.3158
  2634.                           -107.193,-47.5753,15.9399 -110.721,-47.2464,15.4521 -111.622,-45.5171,15.784 -82.4529,-54.0813,15.8607 -82.6298,-52.0933,16.6733 -88.3635,-51.5045,16.5498 -88.1665,-53.4044,15.7829 -83.0552,-47.6512,17.9258 -82.8376,-49.9408,17.3617 -88.8786,-47.2505,17.7323 -88.611,-49.4444,17.1997 -93.9395,-48.9457,16.9775 -94.281,-46.8506,17.4765
  2635.                           -93.627,-50.9086,16.369 -93.3877,-52.7136,15.6509 -83.5574,-40.2327,18.8703 -89.5092,-40.1322,18.625 -89.3555,-42.5677,18.4454 -83.4361,-42.7698,18.6803 -100.253,-39.9376,17.9393 -95.0765,-40.0328,18.3156 -100.016,-42.1758,17.7809 -94.8835,-42.3676,18.1465 -94.607,-44.649,17.8665 -99.6706,-44.3598,17.5194 -89.136,-44.9494,18.1477
  2636.                           -83.2618,-45.2517,18.3653 -113.384,-39.7113,16.3801 -112.992,-41.7186,16.2545 -109.074,-41.8439,16.838 -109.413,-39.7735,16.9745 -112.392,-43.6642,16.0536 -108.563,-43.8544,16.6168 -104.323,-44.0906,17.1041 -104.747,-41.9988,17.3457 -105.034,-39.85,17.4933 -3.3827,-15.3654,-17.6181 -2.76575,-17.8967,-18.8468 -15.0647,-18.5552,-17.2864
  2637.                           -15.5666,-16.0758,-16.1178 -1.83181,-23.5741,-20.8121 -2.24894,-20.6447,-19.9123 -14.3062,-24.1093,-19.145 -14.6448,-21.2445,-18.2961 -36.953,-25.1334,-16.0357 -37.1551,-22.4101,-15.28 -26.2776,-21.8321,-16.7533 -26.01,-24.6283,-17.5543 -37.4105,-19.851,-14.3734 -26.6111,-19.2058,-15.7963 -27.0116,-16.7827,-14.6848 -37.7212,-17.4886,-13.3167
  2638.                           -1.15045,-36.4005,-22.708 -1.17367,-33.0981,-22.4942 -13.7546,-36.6392,-20.8948 -13.7732,-33.4147,-20.708 -13.871,-30.2287,-20.3528 -1.29465,-29.836,-22.1054 -36.638,-37.0232,-17.5285 -36.6467,-33.966,-17.3866 -25.5927,-33.7032,-19.0073 -25.5788,-36.846,-19.1702 -36.7008,-30.9437,-17.0899 -25.6686,-30.5972,-18.6828 -25.8073,-27.5611,-18.1979
  2639.                           -36.8022,-27.9887,-16.6393 -14.0485,-27.1155,-19.8312 -1.51387,-26.6496,-21.5439 -73.5211,-37.4822,-11.671 -73.4961,-34.8049,-11.5908 -65.3598,-34.6223,-12.948 -65.3737,-37.4004,-13.0408 -73.4432,-32.1568,-11.3862 -65.3388,-31.8748,-12.7224 -56.5225,-31.5802,-14.115 -56.5157,-34.4232,-14.3626 -56.5205,-37.2982,-14.4697 -73.3126,-27.0624,-10.5971
  2640.                           -65.315,-26.5891,-11.8698 -65.3206,-29.1872,-12.3633 -73.3771,-29.5664,-11.0555 -56.5957,-26.1114,-13.1976 -56.5471,-28.7994,-13.7267 -47.0449,-28.4007,-15.1504 -47.1449,-25.627,-14.5848 -46.9809,-31.2706,-15.5691 -46.9469,-37.1732,-15.9636 -46.9495,-34.2052,-15.8403 -65.4723,-19.6256,-9.57477 -73.2752,-20.3527,-8.43959 -56.948,-18.9076,-10.7643
  2641.                           -56.7899,-21.1351,-11.7165 -65.381,-21.7788,-10.4763 -73.247,-22.427,-9.29078 -47.6988,-18.1961,-12.0107 -47.4682,-20.4933,-13.0145 -47.2848,-22.9807,-13.8727 -56.6745,-23.5465,-12.5276 -73.2643,-24.6731,-10.0094 -65.3318,-24.1098,-11.2411 -3.6853,-57.6897,-19.1073 -15.8125,-57.4089,-17.3277 -15.2855,-54.8747,-18.3731 -3.03751,-55.091,-20.1843
  2642.                           -37.8757,-56.6875,-14.0772 -27.2083,-57.0743,-15.6528 -37.5493,-54.2907,-15.0564 -26.7878,-54.6074,-16.6656 -37.052,-48.9554,-16.523 -26.136,-49.1175,-18.1745 -26.4305,-51.944,-17.5057 -37.2752,-51.7025,-15.8712 -14.4637,-49.2364,-19.9203 -14.8359,-52.1391,-19.2366 -2.48415,-52.286,-21.0698 -2.0257,-49.31,-21.7662 -73.3206,-54.6499,-8.66296
  2643.                           -65.5371,-55.2297,-9.89387 -73.2877,-52.5655,-9.4914 -65.4392,-53.062,-10.7629 -56.87,-53.5162,-12.1106 -57.0371,-55.7636,-11.203 -73.3417,-47.9146,-10.7403 -65.3565,-48.2296,-12.0743 -65.3822,-50.7188,-11.4891 -73.2996,-50.3109,-10.1831 -56.6528,-48.5094,-13.4788 -56.7438,-51.088,-12.8687 -47.3772,-51.4166,-14.3274 -47.2211,-48.752,-14.9597
  2644.                           -47.575,-53.9264,-13.5399 -47.8176,-56.2501,-12.5957 -65.3707,-40.1796,-13.0016 -73.5037,-40.1604,-11.6284 -56.5307,-40.1747,-14.4363 -56.5522,-43.0223,-14.2611 -65.3604,-42.9305,-12.8287 -73.4583,-42.8108,-11.4606 -36.6727,-40.0831,-17.5145 -46.9695,-40.1432,-15.9386 -36.7522,-43.1133,-17.3431 -47.0205,-43.084,-15.7639 -47.1033,-45.964,-15.438
  2645.                           -36.8782,-46.0815,-17.0131 -56.5909,-45.8107,-13.9424 -73.3994,-45.4051,-11.1653 -65.3524,-45.6236,-12.5202 -1.22452,-39.7082,-22.7445 -1.39541,-42.9858,-22.6012 -13.9529,-43.0664,-20.7557 -13.8145,-39.8678,-20.9113 -1.66262,-46.1982,-22.2759 -14.1693,-46.2007,-20.426 -25.904,-46.1611,-18.6738 -25.7341,-43.1082,-19.0051 -25.6258,-39.9921,-19.17
  2646.                           -108.678,-50.1579,-1.93958 -109.49,-48.808,-2.24444 -106.136,-49.2258,-3.15876 -105.595,-50.7,-2.71267 -111.279,-45.5171,-2.69548 -110.394,-47.2464,-2.49449 -107.531,-45.7733,-3.77838 -106.82,-47.5739,-3.50827 -98.5227,-46.4473,-5.96174 -98.1127,-48.4433,-5.56468 -102.742,-47.9839,-4.52577 -103.293,-46.0908,-4.86244 -97.7447,-50.306,-5.06122
  2647.                           -102.234,-49.7389,-4.09251 -101.863,-51.3316,-3.54615 -97.483,-52.0103,-4.44062 -113.152,-37.6731,-3.0587 -113.011,-39.7113,-3.03552 -109.113,-37.6709,-4.24869 -108.988,-39.7715,-4.22022 -108.656,-41.8421,-4.13315 -112.626,-41.7186,-2.96676 -99.5498,-37.6504,-6.63231 -99.4619,-39.9173,-6.59451 -104.484,-39.8419,-5.40338 -104.59,-37.664,-5.43683
  2648.                           -99.2357,-42.1572,-6.47276 -104.205,-41.9913,-5.2984 -103.794,-44.0838,-5.11903 -98.9098,-44.3429,-6.26313 -108.157,-43.8527,-3.98627 -112.036,-43.6642,-2.85316 -80.9442,-40.1192,-10.3105 -80.9778,-37.5459,-10.3545 -80.8591,-42.6654,-10.1507 -87.5985,-42.5024,-8.88918 -87.7273,-40.0613,-9.03861 -87.7784,-37.5936,-9.08196 -80.6178,-47.5664,-9.47081
  2649.                           -80.7434,-45.157,-9.87176 -87.218,-47.1975,-8.25711 -87.4196,-44.8901,-8.62992 -93.4633,-44.6152,-7.43024 -93.1752,-46.8203,-7.09036 -93.7122,-42.3303,-7.66644 -93.9575,-37.6277,-7.84429 -93.8882,-39.9922,-7.80309 -80.3905,-54.0258,-7.50502 -86.7633,-53.3697,-6.41721 -86.8597,-51.4639,-7.15518 -80.4206,-52.0284,-8.29049 -92.4553,-52.6938,-5.39669
  2650.                           -92.6271,-50.8854,-6.08043 -92.8818,-48.919,-6.64271 -87.0213,-49.3977,-7.76701 -80.5033,-49.8661,-8.94474 -108.678,-25.1884,-1.93958 -105.594,-24.6421,-2.71001 -106.136,-26.1163,-3.15637 -109.49,-26.5382,-2.24444 -97.4776,-23.295,-4.41403 -101.861,-23.9983,-3.53551 -97.7398,-24.9981,-5.03733 -102.233,-25.5905,-4.08295 -98.5192,-28.855,-5.9447
  2651.                           -103.292,-29.2378,-4.85563 -102.741,-27.3451,-4.5175 -98.1086,-26.8598,-5.54401 -107.531,-29.5685,-3.77668 -106.819,-27.768,-3.50621 -110.394,-28.0999,-2.49449 -111.279,-29.8292,-2.69548 -80.3603,-21.0914,-7.35611 -80.3934,-23.082,-8.15675 -86.8427,-23.7349,-7.07159 -86.7444,-21.8334,-6.32414 -80.5984,-27.5336,-9.37539 -80.4798,-25.2387,-8.82898
  2652.                           -87.2059,-27.9949,-8.19748 -87.0066,-25.7976,-7.69466 -92.8734,-26.341,-6.60136 -93.1683,-28.438,-7.05628 -92.6173,-24.3766,-6.03267 -92.4445,-22.5707,-5.34351 -80.9391,-34.9731,-10.2855 -87.7242,-35.1262,-9.02297 -87.5923,-32.686,-8.85818 -80.8491,-32.4284,-10.1011 -99.461,-35.3836,-6.59005 -93.8864,-35.2633,-7.79416 -99.2339,-33.144,-6.4639
  2653.                           -93.7086,-32.9258,-7.64873 -93.458,-30.6418,-7.40409 -98.9072,-30.9588,-6.25006 -87.4103,-30.3,-8.58417 -80.7285,-29.9394,-9.79856 -113.011,-35.6349,-3.03552 -112.626,-33.6276,-2.96676 -108.656,-33.4997,-4.13226 -108.988,-35.5703,-4.21977 -112.036,-31.6821,-2.85316 -108.156,-31.4891,-3.98496 -103.793,-31.2446,-5.11381 -104.204,-33.3369,-5.29486
  2654.                           -104.483,-35.4862,-5.4016
  2655.                         </Point3DCollection>
  2656.                       </MeshGeometry3D.Positions>
  2657.                       <MeshGeometry3D.TextureCoordinates>
  2658.                         <PointCollection>
  2659.                           0.511735,0.15968 0.508233,0.129987 0.555197,0.118434 0.559394,0.148521 0.504351,0.104601 0.550546,0.092778 0.598511,0.0813659 0.603992,0.107225 0.608942,0.137632 0.495665,0.0666214 0.540136,0.0545965 0.545504,0.0715119 0.500144,0.0834904 0.586252,0.043101 0.592573,0.0600067 0.681265,0.0230654 0.689522,0.0398002 0.640772,0.0493207 0.633474,0.0324767 0.697292,0.0611602 0.647632,0.0707113 0.711024,0.117991 0.659709,0.127345
  2660.                           0.653971,0.0967015 0.704487,0.0872045 0.47609,0.0408965 0.516678,0.0296421 0.522712,0.0295544 0.481125,0.0411315 0.558617,0.0190787 0.56573,0.0186377 0.572756,0.0224632 0.528676,0.0336576 0.486102,0.0454751 0.64506,0.00120807 0.654416,2.75373E-05 0.609768,0.00869191 0.601535,0.00950205 0.663626,0.00323784 0.61789,0.0122155 0.62582,0.020126 0.672604,0.0108976 0.579621,0.0306021 0.490966,0.0539607 0.534505,0.0419917 0.817792,-0.013226
  2661.                           0.830901,-0.0156053 0.787917,-0.0151718 0.775558,-0.0130204 0.843545,-0.0135021 0.799923,-0.0128396 0.755095,-0.00961316 0.743901,-0.0122148 0.732443,-0.010349 0.867344,0.00438815 0.822663,0.00552869 0.811524,-0.00596046 0.855701,-0.00685716 0.776398,0.00924963 0.765952,-0.00247979 0.71948,0.00325096 0.729085,0.0152092 0.709512,-0.0041461 0.68882,-0.00550747 0.699264,-0.00704479 0.908329,0.0965543 0.861538,0.0988533 0.85278,0.0682904 0.898968,0.0663171
  2662.                           0.812609,0.103414 0.804539,0.0726572 0.795765,0.0467538 0.843346,0.0425909 0.889001,0.0409163 0.754892,0.0790757 0.762214,0.109904 0.746875,0.053059 0.738245,0.031791 0.78636,0.0256394 0.878452,0.020293 0.833289,0.0216913 0.440095,0.182939 0.473544,0.176432 0.477839,0.144252 0.443679,0.151502 0.507686,0.170554 0.512757,0.137677 0.518351,0.108689 0.482575,0.115945 0.447632,0.123907 0.577323,0.16127 0.584064,0.127212
  2663.                           0.548233,0.131941 0.54234,0.165452 0.59152,0.0970414 0.55474,0.102325 0.608133,0.0486159 0.569229,0.0549973 0.561769,0.0766589 0.59958,0.0708215 0.530803,0.062569 0.524392,0.083637 0.456428,0.0803784 0.451899,0.100188 0.487689,0.091549 0.493116,0.0711049 0.716906,0.156633 0.72692,0.121673 0.691679,0.120719 0.682427,0.155689 0.738149,0.0904347 0.702006,0.0895334 0.665373,0.0904587 0.655988,0.121435 0.647548,0.156243
  2664.                           0.763306,0.0395238 0.725101,0.038879 0.713212,0.0622232 0.750356,0.0630181 0.686329,0.0403304 0.675541,0.0633968 0.637584,0.0663319 0.647253,0.0436516 0.628471,0.0930235 0.612453,0.158152 0.62005,0.123654 0.7629,-0.00644875 0.804241,-0.00642323 0.720795,-0.00408006 0.709118,0.0065105 0.750141,0.00445217 0.790485,0.00470281 0.635643,0.00672078 0.678263,0.000403166 0.626275,0.016502 0.667727,0.0106148 0.657345,0.0250551 0.617068,0.0304883
  2665.                           0.697576,0.0213412 0.776761,0.020052 0.737476,0.0195917 0.471049,0.044737 0.510637,0.0338809 0.466056,0.0526196 0.504654,0.0422309 0.54443,0.0325731 0.551491,0.0237396 0.498792,0.0546522 0.461164,0.0645111 0.537508,0.045532 0.577028,0.0373956 0.585073,0.0239091 0.593273,0.0145929 0.936664,0.208621 0.950075,0.196438 0.933296,0.178757 0.921267,0.201407 0.968555,0.180705 0.949804,0.158687 0.926993,0.140987 0.911506,0.165244
  2666.                           0.899318,0.19252 1.0107,0.148742 0.98874,0.122197 0.968634,0.139665 0.989102,0.164461 0.963471,0.100087 0.944611,0.11926 0.904533,0.0675375 0.887723,0.0894976 0.917488,0.102716 0.935274,0.0820043 0.871934,0.114873 0.900844,0.126542 0.845641,0.175737 0.873843,0.183789 0.886057,0.153546 0.857722,0.143631 1.09152,0.106402 1.06566,0.0772296 1.04811,0.0838796 1.07332,0.112922 1.03695,0.05264 1.01998,0.0594174
  2667.                           1.0017,0.069817 1.02906,0.0938761 1.05339,0.12248 0.971934,0.016169 0.955958,0.0231436 0.989171,0.0392628 1.00564,0.0323731 0.9391,0.0341623 0.971619,0.0500099 0.953486,0.0643464 0.921808,0.0490264 0.982685,0.0834899 1.03232,0.134584 1.00907,0.106791 0.844478,-0.0037235 0.858773,-0.0106702 0.829842,0.00752544 0.867922,0.0131937 0.88335,0.00192273 0.898275,-0.00509262 0.800686,0.0424911 0.81515,0.0229669 0.836905,0.0480019
  2668.                           0.852328,0.0285952 0.887985,0.0371954 0.871632,0.056277 0.904438,0.0219815 0.936071,0.00376707 0.920598,0.0107877 0.750805,0.159221 0.761509,0.124463 0.783785,0.163342 0.795083,0.129067 0.807935,0.0983467 0.773581,0.093349 0.827276,0.135464 0.815509,0.168884 0.840842,0.105498 0.855773,0.0790734 0.821992,0.0712886 0.786735,0.0659884 1.15052,0.149937 1.13789,0.141152 1.13169,0.12289 1.15094,0.141152 1.1182,0.130549
  2669.                           1.10976,0.108193 1.10252,0.0898724 1.12727,0.108323 1.14974,0.130666 1.06404,0.111534 1.05392,0.084741 1.0838,0.0954089 1.09343,0.120444 1.04407,0.0623438 1.07487,0.0746216 1.02365,0.0303506 1.05654,0.045123 1.06599,0.0579152 1.03411,0.044246 1.08691,0.0635993 1.09516,0.075036 1.14044,0.112706 1.14631,0.120913 1.12185,0.0959285 1.11485,0.0860401 0.942455,0.0670789 0.952311,0.0968485 0.932116,0.0420765
  2670.                           0.972474,0.0460492 0.982962,0.0704725 0.993147,0.0995604 0.909902,0.00616992 0.921271,0.0217904 0.950218,0.0110041 0.96159,0.0262424 0.999253,0.033708 0.988175,0.019021 1.00986,0.0528123 1.0305,0.104514 1.02021,0.0763944 0.872443,-0.0132049 0.912359,-0.00772691 0.925668,-0.00594568 0.885508,-0.011277 0.986578,0.0134363 0.950466,0.00107217 1,0.0149117 0.963881,0.00271094 0.976417,0.00869125 1.01232,0.0205611 0.938265,0.00028646
  2671.                           0.897987,-0.00483561 1.10741,0.103414 1.08111,0.0743539 1.12091,0.103664 1.09447,0.0750194 1.06542,0.0508339 1.05209,0.0498335 1.10572,0.0789926 1.13195,0.106859 1.07701,0.0554773 1.04587,0.0360783 1.03389,0.0308753 1.02051,0.0296088 0.934562,0.795212 0.91919,0.805374 0.930986,0.823496 0.947812,0.803362 0.897289,0.818213 0.909211,0.840603 0.92442,0.859136 0.947246,0.837919 0.966075,0.81329 0.84377,0.843712
  2672.                           0.855562,0.870732 0.883814,0.856416 0.871884,0.831231 0.869473,0.893795 0.898307,0.877676 0.901463,0.928378 0.932146,0.909186 0.914654,0.895202 0.884956,0.912983 0.960337,0.886753 0.941756,0.874472 1.00774,0.831103 0.986387,0.822788 0.965816,0.850448 0.985661,0.860814 0.715513,0.879252 0.725273,0.909865 0.759717,0.903022 0.749281,0.872892 0.736231,0.936306 0.771503,0.929031 0.805709,0.919501 0.793154,0.894146
  2673.                           0.782135,0.864726 0.760822,0.976574 0.798017,0.968572 0.784362,0.950889 0.748157,0.958551 0.834072,0.957952 0.819462,0.940775 0.853109,0.928157 0.868663,0.944594 0.838486,0.907746 0.813743,0.854938 0.825222,0.883345 0.814287,1.00592 0.855058,0.997004 0.840988,0.996294 0.800959,1.00504 0.894389,0.985194 0.879687,0.984668 0.864514,0.979931 0.826606,0.991302 0.787453,0.999846 0.967851,0.952063 0.952081,0.951982
  2674.                           0.916803,0.969965 0.93206,0.970283 0.935466,0.947955 0.900895,0.965545 0.884719,0.957072 0.918447,0.940062 0.849199,0.971014 0.773998,0.990347 0.81219,0.982052 1.08779,0.841984 1.06974,0.843228 1.04435,0.876343 1.06173,0.875495 1.04999,0.841627 1.0255,0.874012 0.998054,0.902393 1.01611,0.905373 1.03291,0.904875 1.00574,0.868752 1.02914,0.837484 0.979284,0.896123 0.950076,0.919819 0.967948,0.926973
  2675.                           1.00154,0.930329 0.985268,0.930518 0.439632,0.872371 0.443123,0.902238 0.477172,0.907603 0.472988,0.877308 0.446975,0.928101 0.481787,0.933832 0.517419,0.938594 0.511968,0.912061 0.507028,0.88141 0.455555,0.967773 0.492069,0.974044 0.486773,0.955983 0.451136,0.949949 0.529566,0.979247 0.52331,0.960994 0.606483,0.985629 0.598133,0.967159 0.560508,0.964785 0.567789,0.983177 0.590271,0.94446 0.553653,0.942199
  2676.                           0.576437,0.886449 0.541571,0.884512 0.547312,0.915436 0.583004,0.917551 0.474809,0.998618 0.515141,1.00514 0.509212,1.00356 0.469861,0.996994 0.556802,1.0105 0.549807,1.00898 0.542888,1.00325 0.503349,0.997847 0.464969,0.991306 0.642653,1.01684 0.633407,1.01547 0.591316,1.01302 0.599427,1.01447 0.624225,1.0098 0.583281,1.00731 0.57541,0.997358 0.615215,0.99985 0.536117,0.993338 0.460183,0.981562
  2677.                           0.497615,0.988003 0.759855,1.01112 0.772297,1.01214 0.747335,1.00575 0.706555,1.00924 0.718008,1.01474 0.729452,1.01589 0.722815,0.982076 0.734925,0.996065 0.684252,0.985283 0.695252,0.999414 0.655256,1.00061 0.645389,0.986399 0.665418,1.01052 0.686116,1.01738 0.675748,1.01612 0.681164,0.883623 0.69018,0.914562 0.646414,0.88617 0.654638,0.91729 0.663789,0.944198 0.700253,0.9413 0.618846,0.918228
  2678.                           0.611445,0.887057 0.627056,0.945189 0.635946,0.96792 0.673713,0.96687 0.711195,0.963813 0.510335,0.86404 0.557713,0.867311 0.553431,0.899282 0.506761,0.895304 0.60696,0.869579 0.601909,0.902211 0.59637,0.930524 0.548731,0.927017 0.502839,0.922421 0.708418,0.870564 0.701748,0.904299 0.65156,0.903936 0.657415,0.870709 0.694473,0.933583 0.645152,0.93277 0.678434,0.978871 0.630987,0.97733 0.638269,0.95723
  2679.                           0.686675,0.958434 0.584106,0.974249 0.590412,0.954532 0.494149,0.964257 0.498618,0.945402 0.543673,0.950527 0.538317,0.969826 0.904717,0.854503 0.895154,0.889017 0.849176,0.89566 0.858119,0.861113 0.885058,0.919037 0.839626,0.925689 0.792314,0.930215 0.801191,0.900317 0.80943,0.865902 0.863338,0.965676 0.818899,0.972274 0.829517,0.95122 0.874447,0.944583 0.772918,0.976541 0.782867,0.955616 0.735064,0.957958
  2680.                           0.72592,0.978674 0.743729,0.932789 0.75931,0.869007 0.751837,0.903145 0.784471,1.00878 0.827206,1.00244 0.740733,1.01266 0.751783,1.00504 0.796328,1.00104 0.8397,0.994582 0.65186,1.01388 0.696396,1.01429 0.660946,1.00657 0.706509,1.00682 0.716376,0.994954 0.669831,0.994911 0.762534,0.99301 0.85175,0.982336 0.80782,0.988872 0.479762,0.996166 0.521077,1.00257 0.484671,0.989629 0.526959,0.995835
  2681.                           0.570729,1.00087 0.563799,1.0078 0.532726,0.984924 0.489483,0.978996 0.577521,0.98969 0.623385,0.993088 0.615539,1.00452 0.607528,1.01164 1.14701,0.758868 1.14734,0.769396 1.12789,0.791247 1.13428,0.769396 1.14603,0.782826 1.12334,0.80947 1.09842,0.832336 1.10583,0.809631 1.1145,0.782975 1.13658,0.809499 1.11075,0.840977 1.11781,0.82615 1.14251,0.796492 1.08263,0.868465 1.09095,0.851882
  2682.                           1.01923,0.912762 1.02973,0.893334 1.06167,0.874129 1.05216,0.892286 1.0398,0.869989 1.07066,0.852386 1.0602,0.810989 1.08964,0.797088 1.07977,0.826794 1.04983,0.842586 1.07707,0.871218 1.10359,0.837591 1.04791,0.900711 1.06116,0.893104 1.09037,0.863828 1.11704,0.830446 0.982334,0.94812 1.01627,0.926276 0.995648,0.940216 1.02955,0.918494 1.04148,0.907119 1.00791,0.928409 1.07272,0.882281
  2683.                           1.12806,0.820949 1.10159,0.853642 0.868539,0.993402 0.881458,0.985472 0.921461,0.973506 0.908291,0.981477 0.905707,0.956549 0.893838,0.973194 0.945889,0.94477 0.933971,0.961274 0.972032,0.946403 0.983769,0.930215 0.959571,0.958487 0.946282,0.966452 0.948563,0.845937 0.938491,0.880232 0.989318,0.835662 0.978903,0.869462 0.968258,0.898893 0.928008,0.910087 1.01611,0.856861 1.02664,0.82393 1.00559,0.885509
  2684.                           0.994885,0.909939 0.957286,0.923986 0.917088,0.93552 0.915871,0.228168 0.938567,0.228444 0.891592,0.223302 0.887056,0.257442 0.91434,0.2592 0.940865,0.257471 0.836246,0.211159 0.864918,0.217333 0.829142,0.249517 0.85867,0.253873 0.820215,0.333528 0.85177,0.334714 0.854491,0.293102 0.82393,0.290433 0.883021,0.334958 0.884436,0.294795 0.944925,0.33035 0.943033,0.291845 0.913903,0.29466 0.914045,0.333693
  2685.                           0.708345,0.195215 0.741751,0.197514 0.701161,0.236934 0.734242,0.238865 0.76673,0.241769 0.774387,0.201062 0.690625,0.32785 0.723431,0.32885 0.728171,0.282802 0.69528,0.281307 0.755997,0.330316 0.760654,0.285007 0.792612,0.287642 0.788275,0.331969 0.798429,0.245401 0.805978,0.205673 0.682777,0.526045 0.715659,0.52465 0.716137,0.474907 0.683274,0.47566 0.748592,0.522981 0.749035,0.474044 0.750326,0.425307
  2686.                           0.717521,0.425377 0.684697,0.42551 0.814672,0.518715 0.814995,0.471537 0.781983,0.472958 0.781592,0.521011 0.815915,0.4246 0.78312,0.42511 0.785164,0.377953 0.817599,0.378424 0.7526,0.37724 0.687123,0.376079 0.719917,0.376533 0.948069,0.505754 0.947983,0.46026 0.914566,0.464142 0.914531,0.509612 0.947418,0.41534 0.914449,0.419173 0.881557,0.421848 0.881272,0.467241 0.881127,0.513042 0.914251,0.375444
  2687.                           0.946393,0.371776 0.8821,0.377532 0.849897,0.378404 0.84872,0.423585 0.847846,0.516067 0.848086,0.469668 0.436933,0.218186 0.469754,0.212443 0.434191,0.256755 0.466469,0.251793 0.499342,0.247339 0.503215,0.207274 0.429968,0.341906 0.461408,0.33854 0.463687,0.29399 0.43187,0.298157 0.493382,0.335518 0.496065,0.290252 0.558516,0.330741 0.562014,0.284386 0.528881,0.287025 0.525786,0.332899 0.566308,0.240356
  2688.                           0.532669,0.243493 0.537153,0.202802 0.571407,0.199151 0.426545,0.530611 0.457306,0.530417 0.457581,0.481382 0.426775,0.482354 0.488558,0.530171 0.488882,0.480463 0.489793,0.43112 0.458356,0.432728 0.427421,0.434492 0.552281,0.529415 0.552696,0.478757 0.520609,0.479591 0.520238,0.529847 0.553867,0.428426 0.521655,0.429681 0.523379,0.380618 0.555803,0.37892 0.491292,0.38264 0.428486,0.387514 0.459632,0.38495
  2689.                           0.65043,0.476414 0.649933,0.52719 0.651844,0.425895 0.619037,0.426519 0.617674,0.477176 0.617193,0.528115 0.657627,0.327596 0.654226,0.376126 0.62454,0.328031 0.621315,0.376639 0.588478,0.377582 0.591468,0.329099 0.586353,0.427367 0.58462,0.528847 0.585073,0.477955 0.674446,0.194352 0.640216,0.194803 0.633958,0.236618 0.667686,0.236218 0.605816,0.196443 0.600118,0.238031 0.595342,0.282415 0.628744,0.281193
  2690.                           0.662097,0.280797 0.469296,0.842959 0.436551,0.838509 0.502673,0.846655 0.498902,0.808292 0.466098,0.80505 0.433882,0.801141 0.570676,0.851175 0.53652,0.849444 0.565713,0.812229 0.532154,0.81073 0.558153,0.725316 0.525472,0.724364 0.528473,0.768871 0.561541,0.770109 0.493115,0.72273 0.495716,0.766818 0.42978,0.717837 0.431625,0.760754 0.463393,0.764072 0.461183,0.72052 0.70718,0.844495 0.673395,0.848509
  2691.                           0.700203,0.80608 0.666825,0.809712 0.633189,0.811856 0.639275,0.850859 0.690028,0.720224 0.657093,0.72304 0.661407,0.767725 0.69451,0.764493 0.624066,0.724759 0.62813,0.769657 0.594801,0.770411 0.591052,0.725482 0.599439,0.812649 0.604981,0.851698 0.650304,0.577734 0.683132,0.57618 0.617563,0.578839 0.618812,0.628853 0.651589,0.627552 0.684411,0.62558 0.552611,0.5799 0.584976,0.579545 0.553695,0.629712
  2692.                           0.586155,0.62955 0.588175,0.678362 0.55554,0.67835 0.62097,0.677658 0.686686,0.673757 0.653836,0.676152 0.426731,0.578775 0.457529,0.579341 0.427333,0.626359 0.45825,0.627661 0.489667,0.628699 0.48882,0.579749 0.459468,0.674885 0.42835,0.672876 0.491098,0.676525 0.523151,0.677709 0.521507,0.629405 0.520537,0.579952 0.936603,0.77642 0.914013,0.781752 0.939104,0.748708 0.912703,0.753012 0.885521,0.760253
  2693.                           0.889814,0.791308 0.943677,0.678437 0.912906,0.682185 0.912506,0.719535 0.941514,0.715676 0.881976,0.687283 0.883144,0.725416 0.819334,0.699489 0.822819,0.740118 0.853293,0.732536 0.850811,0.69322 0.827792,0.777981 0.857229,0.768903 0.863224,0.801931 0.834644,0.812653 0.914271,0.554845 0.947658,0.55104 0.881006,0.558584 0.881027,0.603229 0.913864,0.599147 0.946773,0.595398 0.814778,0.565616 0.847846,0.562194
  2694.                           0.81548,0.611722 0.848239,0.607477 0.849177,0.651343 0.816943,0.656519 0.88131,0.646342 0.945438,0.638104 0.913384,0.641825 0.715979,0.57413 0.717202,0.622869 0.74997,0.61956 0.748859,0.571645 0.722768,0.716204 0.71943,0.670386 0.755265,0.711237 0.752061,0.66625 0.784568,0.661557 0.787469,0.70558 0.782727,0.615797 0.781788,0.568787 0.740472,0.838665 0.772995,0.831257 0.765574,0.794208 0.733185,0.800822
  2695.                           0.804476,0.822508 0.797175,0.786505 0.791589,0.747379 0.759717,0.754046 0.727319,0.759842 1.16889,0.164634 1.16215,0.168094 1.17054,0.157592 1.18953,0.188845 1.18569,0.193231 1.17671,0.195248 1.16377,0.143859 1.16878,0.15031 1.18463,0.179058 1.18904,0.183755 1.21818,0.259841 1.22203,0.26133 1.20686,0.220883 1.20283,0.217866 1.22131,0.26313 1.20657,0.224167 1.20451,0.265372 1.19118,0.228025
  2696.                           1.2015,0.226841 1.2156,0.264669 1.11431,0.140418 1.13079,0.137257 1.13404,0.178704 1.15121,0.175325 1.1655,0.174492 1.14463,0.136999 1.16427,0.265793 1.18289,0.261908 1.16859,0.217062 1.15069,0.220687 1.19829,0.259825 1.18343,0.215612 1.19493,0.215994 1.21016,0.259238 1.17671,0.175854 1.15567,0.139311 1.18778,0.465993 1.20811,0.461248 1.20671,0.409536 1.18653,0.414124 1.22495,0.456849
  2697.                           1.22344,0.405656 1.21841,0.355392 1.20201,0.358703 1.18219,0.363085 1.24666,0.449439 1.24495,0.399905 1.23631,0.402456 1.23793,0.452883 1.23948,0.351421 1.23102,0.353011 1.22225,0.305091 1.23047,0.304547 1.20999,0.3066 1.17477,0.31345 1.19405,0.309308 1.23124,0.442632 1.22949,0.395602 1.24163,0.395852 1.24342,0.443113 1.22413,0.349893 1.2361,0.349885 1.2424,0.350025 1.248,0.396633
  2698.                           1.2498,0.444466 1.22728,0.30592 1.21565,0.306239 1.23337,0.305303 1.23431,0.304731 1.24339,0.350481 1.25075,0.446604 1.24898,0.397974 0.960489,0.220637 0.966974,0.250581 0.992812,0.240268 0.982524,0.2081 0.975738,0.324362 0.971966,0.285495 1.0062,0.31644 1.00052,0.276603 1.06494,0.29764 1.05574,0.255157 1.0285,0.26616 1.03603,0.307295 1.04386,0.215797 1.01852,0.228269 1.00556,0.194182
  2699.                           1.02896,0.180134 0.981757,0.501441 0.981539,0.455482 1.01519,0.496761 1.01483,0.450013 1.01327,0.403884 0.980488,0.410132 1.07967,0.486662 1.07902,0.437819 1.04746,0.444058 1.04796,0.491805 1.07644,0.389609 1.04538,0.396932 1.04161,0.351115 1.07179,0.34267 1.01042,0.359113 0.978567,0.366167 1.16326,0.41945 1.16437,0.470996 1.15932,0.368678 1.1338,0.375171 1.13732,0.425311 1.13828,0.476168
  2700.                           1.14273,0.271786 1.15249,0.319262 1.11872,0.279408 1.12763,0.326339 1.1006,0.334276 1.09264,0.288185 1.10604,0.382252 1.10992,0.48142 1.1091,0.431502 1.09533,0.146816 1.0744,0.155921 1.09222,0.193614 1.1142,0.18498 1.05209,0.167204 1.0686,0.204066 1.08204,0.244587 1.10695,0.234971 1.12999,0.226831 0.958364,0.778468 0.980202,0.784508 0.990713,0.751824 0.965056,0.748869 1.0262,0.797356
  2701.                           1.00302,0.791148 1.04138,0.760018 1.01623,0.755901 1.06316,0.676347 1.03439,0.676069 1.02651,0.717418 1.05359,0.719533 1.0047,0.675946 0.998694,0.715489 0.970302,0.714617 0.974367,0.676546 1.11087,0.804135 1.09201,0.805826 1.13095,0.762523 1.11123,0.764697 1.08938,0.764769 1.07125,0.805034 1.16207,0.670307 1.14061,0.673496 1.12741,0.7204 1.14802,0.717722 1.11669,0.675363 1.10449,0.721367
  2702.                           1.07973,0.720964 1.09073,0.676213 1.06593,0.763092 1.04913,0.802098 1.16271,0.522734 1.18595,0.518121 1.13679,0.527149 1.13275,0.577707 1.15822,0.574103 1.18105,0.569932 1.07855,0.535499 1.1086,0.531395 1.07551,0.583767 1.10505,0.580883 1.09913,0.629337 1.07042,0.630904 1.12608,0.627294 1.17308,0.620853 1.15086,0.624543 0.981179,0.547231 0.979775,0.592149 1.01249,0.589236 1.01444,0.543389
  2703.                           0.977515,0.635489 1.00927,0.633642 1.04035,0.632227 1.04453,0.586497 1.04703,0.539488 1.15885,0.73739 1.16555,0.741835 1.17372,0.706059 1.18267,0.708957 1.18647,0.715761 1.16712,0.751438 1.20235,0.62789 1.21344,0.62948 1.19888,0.671154 1.18858,0.669109 1.21912,0.63351 1.20392,0.676245 1.21593,0.645933 1.2001,0.691378 1.20417,0.683335 1.21981,0.639241 1.18146,0.734153 1.18592,0.724579
  2704.                           1.16529,0.762467 1.16022,0.773708 1.24106,0.490956 1.22892,0.490253 1.24742,0.492861 1.24126,0.541027 1.23497,0.538531 1.22301,0.537586 1.24437,0.499462 1.24839,0.495764 1.23831,0.549321 1.24224,0.544736 1.23261,0.592801 1.22875,0.598362 1.23169,0.588174 1.21399,0.583758 1.22562,0.584989 1.20613,0.513284 1.20085,0.565059 1.21724,0.559792 1.22285,0.508426 1.18065,0.665496 1.19233,0.61599
  2705.                           1.19603,0.659521 1.20826,0.610355 1.22052,0.604347 1.2079,0.652847 1.22986,0.554443 1.23572,0.50375 1.12727,0.799622 1.14106,0.792742 1.16231,0.751298 1.14805,0.757894 1.15209,0.783952 1.17352,0.743221 1.19218,0.699329 1.18068,0.706697 1.16587,0.712991 0.563072,0.183078 0.514805,0.193715 0.613287,0.172632 0.617028,0.211668 0.566235,0.22156 0.517444,0.231561 0.716815,0.15358 0.664763,0.162694
  2706.                           0.72185,0.193392 0.669131,0.20218 0.729595,0.283378 0.675791,0.29129 0.672808,0.245235 0.726114,0.236851 0.622703,0.299618 0.620166,0.254183 0.52144,0.316557 0.519655,0.272685 0.568884,0.263423 0.571022,0.308121 0.91706,0.131687 0.869565,0.134343 0.925028,0.171143 0.876774,0.174179 0.826365,0.179096 0.819902,0.139088 0.938138,0.260738 0.888386,0.264564 0.883077,0.217779 0.932099,0.214351 0.836583,0.269774
  2707.                           0.831943,0.222852 0.77939,0.2293 0.783422,0.276126 0.774492,0.185598 0.768757,0.145606 0.949301,0.466646 0.897921,0.471928 0.897468,0.418215 0.948728,0.413259 0.844702,0.477424 0.844346,0.423685 0.842838,0.370775 0.895669,0.365363 0.946587,0.360764 0.735433,0.488629 0.735212,0.4356 0.790036,0.429528 0.790316,0.483027 0.734156,0.383331 0.788774,0.376823 0.78656,0.325495 0.73228,0.332398 0.840233,0.319276
  2708.                           0.943012,0.309733 0.892612,0.313952 0.524354,0.508904 0.524255,0.459351 0.574395,0.453779 0.574514,0.504369 0.523737,0.410422 0.573775,0.403844 0.625977,0.397018 0.626717,0.447868 0.626861,0.499407 0.572652,0.35511 0.5228,0.362647 0.62464,0.347415 0.678078,0.339775 0.679664,0.390121 0.680724,0.494125 0.680548,0.441761 1.14866,0.164634 1.16182,0.193231 1.14142,0.188755 1.12916,0.157488 1.18761,0.264669
  2709.                           1.17516,0.226841 1.16527,0.26307 1.15377,0.224092 1.10578,0.25924 1.09624,0.217111 1.12735,0.220581 1.13787,0.261089 1.08575,0.178158 1.11595,0.183395 1.10439,0.149894 1.07483,0.142819 1.21286,0.443113 1.21119,0.395852 1.18873,0.444473 1.18719,0.396623 1.18245,0.349997 1.2061,0.349884 1.12511,0.449516 1.12388,0.399802 1.15793,0.397933 1.15933,0.446635 1.11999,0.351145 1.1536,0.350371
  2710.                           1.14677,0.304554 1.11383,0.304104 1.17499,0.305259 1.19808,0.30592 0.997452,0.408959 0.998172,0.461683 0.994912,0.357156 1.04021,0.354425 1.04319,0.405296 1.04407,0.457121 0.98515,0.258538 0.990747,0.30683 1.02903,0.257719 1.0354,0.305051 1.07657,0.304206 1.06937,0.258034 1.08205,0.352459 1.08654,0.453038 1.08548,0.40225 0.961701,0.131436 1.00312,0.133361 1.01261,0.171342 0.970433,0.170285
  2711.                           1.04095,0.137232 1.05117,0.174053 1.06077,0.214486 1.02134,0.212972 0.978314,0.212838 1.14532,0.741835 1.12575,0.751573 1.13836,0.71588 1.1588,0.708957 1.0713,0.775058 1.10091,0.763007 1.08259,0.735345 1.11283,0.725056 1.10355,0.646771 1.13566,0.639576 1.12467,0.683743 1.09352,0.692399 1.16308,0.633594 1.15112,0.676347 1.17254,0.671154 1.18544,0.62948 0.913729,0.815475 0.958249,0.807182
  2712.                           0.922045,0.772538 0.967347,0.764571 1.00946,0.755471 0.999599,0.797467 0.936019,0.67735 0.982961,0.670191 0.975652,0.718706 0.929524,0.726295 1.0268,0.662456 1.01862,0.710268 1.05805,0.70137 1.06713,0.654523 1.04801,0.745606 1.03741,0.786652 0.99688,0.514771 0.948174,0.520352 1.04261,0.509355 1.03906,0.561393 0.993778,0.567621 0.945488,0.573775 1.1233,0.499727 1.0849,0.504282 1.11883,0.549778
  2713.                           1.08089,0.555358 1.07485,0.605646 1.11212,0.599012 1.0337,0.612629 0.941389,0.626309 0.989071,0.619628 1.21062,0.490956 1.20498,0.538531 1.18131,0.541073 1.18661,0.492887 1.19642,0.584989 1.17331,0.588239 1.14507,0.593061 1.15245,0.544919 1.15735,0.49587 0.513508,0.828619 0.561516,0.831091 0.516279,0.789573 0.564837,0.791168 0.615379,0.791874 0.611451,0.832614 0.520608,0.702729 0.570025,0.702391
  2714.                           0.567674,0.748086 0.518647,0.747433 0.621527,0.7013 0.618739,0.747916 0.728051,0.696746 0.724241,0.74487 0.671157,0.746864 0.674431,0.699428 0.719685,0.790268 0.667223,0.791603 0.662639,0.833075 0.714404,0.83236 0.574133,0.555071 0.524037,0.55855 0.626409,0.551078 0.625366,0.602323 0.573257,0.605338 0.523305,0.607756 0.734807,0.541839 0.680191,0.546644 0.733355,0.59465 0.678957,0.598748 0.677034,0.649866
  2715.                           0.731096,0.646479 0.623737,0.652583 0.522162,0.655993 0.571887,0.654626 0.896941,0.525921 0.894625,0.579592 0.841864,0.585035 0.843854,0.531407 0.886373,0.683557 0.89107,0.632338 0.834707,0.68884 0.838794,0.637712 0.785243,0.642427 0.781705,0.693226 0.787882,0.590067 0.789586,0.536736 0.866408,0.822026 0.816964,0.826949 0.823729,0.784056 0.873945,0.779004 0.766071,0.830355 0.772081,0.787781 0.777305,0.741875
  2716.                           0.829665,0.73782 0.880633,0.732646 0.0909949,0.339994 0.0876859,0.334996 0.0807134,0.352416 0.0876355,0.353035 0.0835602,0.328803 0.0750223,0.348833 0.0678018,0.370741 0.0749542,0.372442 0.0834389,0.371962 0.0757517,0.317228 0.0655491,0.340353 0.0699312,0.344598 0.0794851,0.32274 0.0567463,0.364857 0.0617485,0.367979 0.043216,0.417399 0.0492259,0.418804 0.0548693,0.392756 0.0493122,0.390589 0.0565813,0.419794 0.0616696,0.394465
  2717.                           0.0754635,0.41901 0.0792833,0.39421 0.0697841,0.395141 0.065316,0.419989 0.0683471,0.306328 0.057175,0.331436 0.0577004,0.332103 0.0688285,0.307098 0.0474804,0.357763 0.0480427,0.35833 0.049822,0.359834 0.0593362,0.333929 0.0703031,0.309266 0.0325387,0.413379 0.0331546,0.413753 0.0398594,0.385605 0.039267,0.385135 0.0351558,0.414677 0.0417615,0.386808 0.0449277,0.388538 0.0385177,0.415958 0.052747,0.362076 0.0726509,0.31269
  2718.                           0.061985,0.336738 0.0205482,0.53158 0.0212029,0.53158 0.0219525,0.501687 0.0213,0.501594 0.0233591,0.53158 0.0241007,0.501903 0.0263185,0.472406 0.024197,0.471968 0.0235514,0.471783 0.0321681,0.53158 0.0328755,0.502456 0.0277424,0.50218 0.0270148,0.53158 0.0349706,0.473564 0.0299112,0.472977 0.0335076,0.444171 0.0384264,0.445134 0.0300058,0.44327 0.0272989,0.44232 0.0279324,0.442599 0.0677189,0.53158 0.0682796,0.502323
  2719.                           0.0572021,0.502666 0.0565944,0.53158 0.069839,0.473512 0.0589249,0.474158 0.0494762,0.474291 0.0476075,0.502761 0.0469599,0.53158 0.0616629,0.446464 0.0722746,0.445592 0.0524922,0.446519 0.0447507,0.445997 0.0414918,0.474048 0.0388171,0.53158 0.0394979,0.502671 0.0919408,0.339994 0.0886247,0.353035 0.0816354,0.352416 0.0885743,0.334996 0.0844828,0.371962 0.0759224,0.372442 0.0686727,0.370741 0.0758542,0.348833 0.0843616,0.328803
  2720.                           0.0766135,0.41901 0.0663786,0.419989 0.0708005,0.395141 0.0803821,0.39421 0.0575344,0.419794 0.0625822,0.394465 0.0438949,0.417399 0.0499637,0.390589 0.0556592,0.392756 0.05005,0.418804 0.0573694,0.364857 0.0625034,0.367979 0.0763254,0.317228 0.0801803,0.32274 0.0706534,0.344598 0.0661455,0.340353 0.0689754,0.53158 0.0577556,0.53158 0.0583557,0.502666 0.0695282,0.502323 0.0480009,0.53158 0.0486417,0.502761 0.0504921,0.474291
  2721.                           0.0600582,0.474158 0.0710659,0.473512 0.0329091,0.53158 0.0336115,0.502456 0.0403918,0.502671 0.039717,0.53158 0.0356935,0.473564 0.0423698,0.474048 0.0456047,0.445997 0.0391298,0.445134 0.0534804,0.446519 0.0734678,0.445592 0.0627652,0.446464 0.0221452,0.501687 0.021397,0.53158 0.0243863,0.471968 0.0266937,0.472406 0.0244827,0.501903 0.0237437,0.53158 0.0333325,0.413753 0.0281166,0.442598 0.0355084,0.414677 0.0303709,0.44327
  2722.                           0.0340469,0.444171 0.0390384,0.415958 0.0304655,0.472977 0.0275829,0.53158 0.0283066,0.50218 0.0689793,0.307098 0.0578573,0.332103 0.0706017,0.309266 0.0596469,0.333929 0.0501464,0.359834 0.0482065,0.35833 0.0624431,0.336738 0.0730915,0.31269 0.0532256,0.362076 0.0454277,0.388538 0.0421002,0.386808 0.0400304,0.385605 0.0919408,0.723167 0.0885743,0.728165 0.0816354,0.710744 0.0886247,0.710126 0.0843616,0.734358 0.0758542,0.714328
  2723.                           0.0686726,0.692419 0.0759223,0.690719 0.0844828,0.691199 0.0763254,0.745932 0.0661455,0.722808 0.0706534,0.718562 0.0801803,0.740421 0.0573694,0.698304 0.0625034,0.695182 0.0438949,0.645762 0.05005,0.644357 0.0556592,0.670404 0.0499637,0.672571 0.0575344,0.643367 0.0625822,0.668696 0.0766135,0.644151 0.0803821,0.668951 0.0708005,0.66802 0.0663786,0.643172 0.0683471,0.756832 0.057175,0.731725 0.0578573,0.731058 0.0689793,0.756063
  2724.                           0.0474804,0.705398 0.0482065,0.70483 0.0501464,0.703327 0.0596469,0.729232 0.0706017,0.753895 0.0325387,0.649782 0.0333325,0.649408 0.0400304,0.677556 0.039267,0.678025 0.0355084,0.648483 0.0421003,0.676353 0.0454277,0.674623 0.0390384,0.647203 0.0532256,0.701085 0.0730915,0.750471 0.0624432,0.726423 0.0221452,0.561474 0.0213,0.561566 0.0244827,0.561258 0.0266937,0.590755 0.0243863,0.591193 0.0235514,0.591378 0.0336115,0.560704
  2725.                           0.0283066,0.560981 0.0356935,0.589597 0.0304655,0.590184 0.0340469,0.61899 0.0391298,0.618026 0.0303709,0.61989 0.0272989,0.620841 0.0281166,0.620562 0.0695282,0.560837 0.0583557,0.560495 0.0710659,0.589649 0.0600583,0.589002 0.0504922,0.588869 0.0486417,0.560399 0.0627652,0.616697 0.0734679,0.617569 0.0534804,0.616641 0.0456047,0.617164 0.0423698,0.589113 0.0403918,0.56049 0.0909949,0.723167 0.0876355,0.710126 0.0807134,0.710744
  2726.                           0.0876859,0.728165 0.0834389,0.691199 0.0749542,0.690719 0.0678018,0.692419 0.0750223,0.714327 0.0835602,0.734358 0.0754636,0.644151 0.065316,0.643172 0.0697841,0.66802 0.0792834,0.668951 0.0565813,0.643367 0.0616696,0.668696 0.043216,0.645762 0.0493122,0.672571 0.0548693,0.670404 0.0492259,0.644357 0.0567463,0.698304 0.0617485,0.695182 0.0757517,0.745933 0.0794851,0.740421 0.0699312,0.718562 0.0655491,0.722808 0.057202,0.560495
  2727.                           0.0682796,0.560838 0.0476075,0.560399 0.0494762,0.588869 0.0589249,0.589002 0.069839,0.589649 0.0328755,0.560704 0.0394979,0.56049 0.0349706,0.589597 0.0414919,0.589113 0.0447507,0.617164 0.0384264,0.618027 0.0524922,0.616642 0.0722746,0.617569 0.0616629,0.616697 0.0219525,0.561474 0.024197,0.591193 0.0263185,0.590755 0.0241007,0.561258 0.0331545,0.649408 0.0279324,0.620562 0.0351557,0.648483 0.0300058,0.61989 0.0335076,0.61899
  2728.                           0.0385177,0.647203 0.0299112,0.590184 0.0277424,0.560981 0.0688285,0.756063 0.0577004,0.731058 0.0703031,0.753895 0.0593362,0.729232 0.0498219,0.703327 0.0480427,0.70483 0.0619849,0.726423 0.0726509,0.750471 0.052747,0.701085 0.0449277,0.674623 0.0417615,0.676353 0.0398594,0.677556 0.410479,0.159259 0.407522,0.189932 0.413741,0.132388 0.380988,0.141401 0.378334,0.167532 0.375925,0.197414 0.420999,0.0901631 0.417262,0.109347
  2729.                           0.386893,0.100482 0.383853,0.119044 0.322898,0.122817 0.321014,0.140122 0.351746,0.129296 0.354172,0.111359 0.319235,0.161072 0.349458,0.150958 0.316061,0.213861 0.345404,0.205389 0.347335,0.176328 0.317579,0.185655 0.437224,0.0525462 0.433064,0.0560278 0.4001,0.0646324 0.396712,0.0677914 0.393358,0.074834 0.428944,0.0634761 0.331157,0.0902792 0.329017,0.0928886 0.36202,0.0800657 0.364738,0.0771962 0.326917,0.099189
  2730.                           0.359336,0.0867271 0.356711,0.0971639 0.324871,0.109169 0.390073,0.0857383 0.424908,0.0748636 0.215038,0.148626 0.214462,0.150426 0.240426,0.135029 0.241298,0.133054 0.214049,0.155398 0.239667,0.140324 0.267043,0.125954 0.268192,0.120332 0.269418,0.118167 0.213528,0.174924 0.238387,0.160909 0.238995,0.148948 0.213752,0.163558 0.264943,0.147569 0.265963,0.135032 0.294605,0.121782 0.293135,0.134879 0.296139,0.112253
  2731.                           0.299377,0.103922 0.297732,0.106298 0.212465,0.252786 0.236096,0.242291 0.236697,0.216899 0.212845,0.228427 0.261306,0.232308 0.262166,0.205933 0.263053,0.183018 0.237262,0.194877 0.213119,0.207341 0.289158,0.195521 0.287995,0.222832 0.290405,0.171754 0.291733,0.151538 0.263976,0.163564 0.213332,0.189513 0.237818,0.176216 0.466638,0.170778 0.463748,0.141541 0.424096,0.181851 0.421739,0.153136 0.419126,0.128483
  2732.                           0.460545,0.116489 0.346649,0.204078 0.34514,0.176606 0.382204,0.164811 0.384101,0.192939 0.343452,0.152952 0.380095,0.140624 0.33965,0.117031 0.375366,0.103995 0.377805,0.120358 0.341612,0.133099 0.413276,0.0912772 0.416293,0.107871 0.457073,0.095596 0.453377,0.0788338 0.22212,0.249913 0.221543,0.225769 0.248749,0.213102 0.249473,0.238187 0.22076,0.204956 0.247851,0.19147 0.27733,0.178334 0.278415,0.200712
  2733.                           0.279341,0.226664 0.218812,0.173225 0.245711,0.158482 0.246823,0.17327 0.21983,0.18745 0.274819,0.144231 0.276119,0.159512 0.307716,0.146136 0.306133,0.130428 0.309197,0.165508 0.311731,0.215308 0.310545,0.18856 0.242307,0.134393 0.215819,0.149981 0.270728,0.119457 0.272088,0.12422 0.243408,0.139063 0.216748,0.154515 0.333319,0.0913722 0.30107,0.105132 0.335475,0.0961841 0.30278,0.109942 0.304478,0.118369
  2734.                           0.337595,0.104732 0.273464,0.132472 0.217765,0.162255 0.244557,0.147086 0.441379,0.0530586 0.445485,0.0575924 0.406836,0.0700536 0.403487,0.0653789 0.449499,0.066175 0.410111,0.0786788 0.372808,0.0915163 0.370163,0.0829028 0.367463,0.0781357 0.0973735,0.320111 0.0987824,0.332182 0.094429,0.310711 0.106231,0.293989 0.108242,0.306463 0.109146,0.32172 0.0879424,0.295635 0.0911551,0.302529 0.101112,0.27539 0.103721,0.283704
  2735.                           0.132568,0.238222 0.134199,0.249161 0.118021,0.266002 0.115948,0.256313 0.135687,0.262722 0.119944,0.278068 0.137313,0.29829 0.122022,0.310283 0.121387,0.292748 0.136801,0.27905 0.0809931,0.282615 0.0815686,0.28349 0.0951637,0.260211 0.0956854,0.26119 0.0969479,0.264081 0.0830109,0.286017 0.128281,0.219001 0.128741,0.220169 0.111389,0.240113 0.110909,0.239034 0.129701,0.223747 0.112487,0.243358 0.114055,0.248762
  2736.                           0.131022,0.229757 0.0988053,0.268832 0.0851815,0.290098 0.191279,0.166265 0.190656,0.164923 0.192117,0.17062 0.169446,0.187467 0.168626,0.183332 0.168104,0.182028 0.194128,0.188503 0.193093,0.178022 0.171578,0.204384 0.170464,0.194472 0.149799,0.211689 0.151085,0.220934 0.148664,0.205146 0.147329,0.200027 0.1478,0.201271 0.197275,0.26188 0.196795,0.238752 0.174891,0.273995 0.174455,0.251997 0.173684,0.233095
  2737.                           0.196058,0.218835 0.154474,0.265447 0.15492,0.286163 0.15358,0.247728 0.152398,0.232919 0.172689,0.217241 0.195142,0.202096 0.0978246,0.332182 0.0964964,0.320111 0.108073,0.321754 0.107271,0.306494 0.105373,0.294018 0.0936445,0.310711 0.135299,0.298632 0.13499,0.279366 0.120136,0.292875 0.120632,0.31042 0.134096,0.263006 0.118843,0.278181 0.131468,0.238424 0.115183,0.256394 0.117083,0.2661 0.132847,0.249407
  2738.                           0.100509,0.27541 0.102985,0.283728 0.0904779,0.302529 0.0873851,0.295635 0.190704,0.240524 0.190512,0.263796 0.190708,0.220425 0.170052,0.234089 0.170318,0.253104 0.170296,0.275192 0.19043,0.189636 0.190594,0.203471 0.169068,0.205092 0.169601,0.218101 0.150352,0.23341 0.149422,0.221339 0.151174,0.248295 0.151873,0.286847 0.151732,0.26608 0.190329,0.166561 0.167981,0.183518 0.168164,0.187835 0.190228,0.171208
  2739.                           0.128458,0.220222 0.147373,0.201377 0.129138,0.223852 0.147815,0.205357 0.148537,0.211999 0.130187,0.229913 0.168558,0.195015 0.190285,0.17889 0.0814228,0.28349 0.0827218,0.286017 0.0966372,0.264092 0.0955288,0.261196 0.0847544,0.290098 0.0983451,0.268847 0.113473,0.248824 0.112094,0.2434 0.111192,0.240134 0.462536,0.890433 0.465485,0.859903 0.4593,0.91691 0.418114,0.910497 0.420755,0.884685 0.423159,0.854919
  2740.                           0.452129,0.957742 0.455816,0.939344 0.412262,0.950283 0.415272,0.93236 0.339013,0.932552 0.34097,0.915649 0.376988,0.924459 0.374555,0.941885 0.342816,0.89501 0.379286,0.903192 0.34606,0.842494 0.383352,0.84911 0.381417,0.878078 0.344522,0.870627 0.436169,0.991141 0.440257,0.988803 0.399243,0.982707 0.402575,0.980477 0.405879,0.974334 0.444307,0.982463 0.330618,0.962936 0.332746,0.960911 0.366733,0.971181
  2741.                           0.364052,0.973307 0.334873,0.955176 0.369397,0.96524 0.372014,0.955476 0.336971,0.945726 0.409119,0.964272 0.448278,0.972112 0.214879,0.911614 0.215651,0.909985 0.242066,0.924204 0.241072,0.925934 0.216571,0.90518 0.243155,0.919147 0.271741,0.932133 0.270397,0.937428 0.269107,0.939256 0.218625,0.885948 0.245443,0.898982 0.244296,0.910744 0.217582,0.897175 0.274451,0.911097 0.273104,0.923359 0.303998,0.93502
  2742.                           0.305643,0.922288 0.302317,0.944142 0.298963,0.951588 0.300629,0.949662 0.221947,0.808376 0.249226,0.818014 0.248489,0.843376 0.221361,0.832714 0.279001,0.826926 0.278058,0.853259 0.276963,0.876058 0.247584,0.865314 0.220573,0.85374 0.310069,0.862349 0.311277,0.835093 0.308707,0.885961 0.307223,0.905938 0.275749,0.895333 0.219642,0.871478 0.246554,0.883844 0.40714,0.866763 0.410022,0.896143 0.375615,0.860493
  2743.                           0.377962,0.889325 0.380549,0.914297 0.4132,0.921588 0.315866,0.845998 0.317345,0.873543 0.347038,0.88179 0.345156,0.853569 0.318959,0.897398 0.349106,0.906232 0.322532,0.934031 0.353705,0.943767 0.351337,0.926893 0.320693,0.917561 0.38631,0.952635 0.383342,0.935403 0.416634,0.943088 0.420281,0.960637 0.212407,0.809405 0.212776,0.83357 0.236599,0.844599 0.236014,0.819484 0.213038,0.854442 0.237147,0.866316
  2744.                           0.262893,0.877436 0.262031,0.854942 0.261194,0.828948 0.213421,0.886383 0.238233,0.899603 0.237683,0.884646 0.213238,0.872039 0.264732,0.91195 0.263791,0.896437 0.291486,0.907409 0.292853,0.923425 0.290193,0.887798 0.287845,0.837788 0.288978,0.864592 0.240216,0.92435 0.214316,0.910088 0.267904,0.937629 0.266779,0.93254 0.239475,0.919442 0.213915,0.905387 0.328518,0.961259 0.297347,0.94993 0.326459,0.955881
  2745.                           0.295788,0.944684 0.294288,0.93585 0.324459,0.946805 0.265725,0.923982 0.213631,0.897492 0.238822,0.911197 0.432086,0.989485 0.428049,0.983844 0.39263,0.975456 0.395917,0.981031 0.4241,0.974225 0.389417,0.965989 0.356186,0.95685 0.358754,0.966137 0.361384,0.971624 0.0964964,0.743049 0.0978245,0.730979 0.0936445,0.75245 0.105372,0.769127 0.10727,0.756653 0.108073,0.741395 0.0873851,0.767526 0.0904779,0.760632
  2746.                           0.100508,0.787728 0.102984,0.779413 0.131455,0.824516 0.132835,0.813563 0.117078,0.796984 0.115178,0.806679 0.134087,0.799991 0.118839,0.784914 0.135292,0.764413 0.120629,0.752695 0.120132,0.770231 0.134981,0.783656 0.0809931,0.780546 0.0814228,0.779671 0.0951618,0.802915 0.0955271,0.801934 0.0966355,0.799041 0.0827218,0.777144 0.128262,0.843812 0.128441,0.842624 0.111185,0.822901 0.110902,0.823987 0.129123,0.839026
  2747.                           0.112088,0.819647 0.113467,0.814236 0.130172,0.832997 0.0983436,0.794288 0.0847544,0.773063 0.190232,0.894835 0.190551,0.896291 0.190139,0.890368 0.168108,0.874336 0.16792,0.87854 0.168038,0.879915 0.190358,0.872289 0.190204,0.882863 0.169023,0.857296 0.168507,0.867267 0.148508,0.850659 0.149396,0.84138 0.147783,0.857238 0.147291,0.862439 0.147338,0.861153 0.190474,0.798718 0.190658,0.821861 0.170272,0.787564
  2748.                           0.17029,0.809572 0.170018,0.828498 0.190654,0.841817 0.151716,0.796804 0.151859,0.776083 0.151154,0.814537 0.15033,0.829368 0.169561,0.84439 0.190531,0.858617 0.0987824,0.730979 0.0973735,0.743049 0.109144,0.741383 0.108239,0.756643 0.106229,0.769118 0.094429,0.75245 0.137292,0.76429 0.136779,0.783554 0.121379,0.77019 0.122014,0.752646 0.135664,0.799908 0.119935,0.784881 0.132545,0.824464 0.115939,0.806658
  2749.                           0.118012,0.796957 0.134177,0.813496 0.101109,0.787723 0.103719,0.779406 0.0911551,0.760632 0.0879424,0.767526 0.196674,0.82129 0.19716,0.798032 0.195933,0.84135 0.173606,0.828205 0.174379,0.809215 0.174819,0.787136 0.194003,0.871999 0.195017,0.858242 0.1715,0.857116 0.17261,0.844156 0.152353,0.829234 0.15104,0.841277 0.153536,0.81437 0.154878,0.775838 0.154431,0.7966 0.191166,0.894766 0.168555,0.878497
  2750.                           0.169372,0.87425 0.191999,0.89023 0.128721,0.842612 0.14776,0.861129 0.12968,0.839001 0.148622,0.857189 0.149756,0.850584 0.131,0.832959 0.170388,0.867135 0.192971,0.882652 0.0815686,0.779671 0.0830109,0.777144 0.0969458,0.799038 0.0956834,0.801932 0.0851816,0.773063 0.0988032,0.794284 0.114046,0.814221 0.112478,0.819637 0.111381,0.822896 0.404598,0.833456 0.402396,0.796703 0.371744,0.791744 0.373542,0.827808
  2751.                           0.399011,0.714785 0.400533,0.756986 0.368977,0.711373 0.370222,0.752774 0.311522,0.703494 0.31236,0.743056 0.340796,0.748128 0.33978,0.707607 0.313367,0.780298 0.342033,0.786273 0.343487,0.821575 0.314538,0.814764 0.396341,0.530782 0.396495,0.5781 0.366787,0.530931 0.366914,0.577319 0.367321,0.623171 0.396991,0.624861 0.310004,0.531173 0.310096,0.575452 0.338083,0.576435 0.337977,0.531061 0.310384,0.619236
  2752.                           0.33842,0.621295 0.338987,0.665174 0.310862,0.662069 0.368009,0.668014 0.39783,0.670583 0.208353,0.531461 0.208482,0.570578 0.232147,0.571931 0.232043,0.531409 0.208823,0.609271 0.232433,0.612012 0.257294,0.61459 0.257034,0.573197 0.256943,0.531345 0.209933,0.683733 0.23341,0.689156 0.232865,0.651229 0.209324,0.647127 0.258235,0.694261 0.257701,0.65509 0.283733,0.658706 0.284307,0.699044 0.28331,0.617
  2753.                           0.282962,0.531267 0.283048,0.574371 0.235369,0.790957 0.211887,0.781926 0.260374,0.799447 0.259593,0.766875 0.234696,0.759444 0.211266,0.751545 0.286799,0.807385 0.285852,0.77383 0.285017,0.737567 0.258873,0.731668 0.210597,0.718677 0.234032,0.725369 0.404912,0.22438 0.373797,0.231026 0.371951,0.267894 0.40265,0.262122 0.314698,0.245677 0.343691,0.238125 0.313497,0.280648 0.342198,0.27407 0.311601,0.358229
  2754.                           0.33988,0.353725 0.340927,0.312758 0.312463,0.318317 0.369102,0.349501 0.370386,0.307544 0.400735,0.302676 0.399166,0.345561 0.211934,0.280436 0.235436,0.271062 0.211304,0.310965 0.234751,0.302787 0.259668,0.295008 0.260467,0.262145 0.209956,0.379005 0.233443,0.373402 0.234075,0.337042 0.210628,0.343959 0.258281,0.36807 0.258932,0.330461 0.285096,0.324219 0.284368,0.363011 0.285952,0.287628 0.286922,0.253684
  2755.                           0.232155,0.490871 0.208487,0.492332 0.257044,0.489471 0.257315,0.44801 0.232448,0.450741 0.208834,0.453605 0.310114,0.486854 0.283062,0.488132 0.310421,0.442954 0.283338,0.445414 0.283777,0.403559 0.310919,0.399926 0.257734,0.407398 0.209341,0.415691 0.232889,0.411443 0.39653,0.483387 0.397064,0.436398 0.367381,0.438444 0.366943,0.484482 0.397942,0.390296 0.368101,0.393293 0.33906,0.396504 0.338468,0.44063
  2756.                           0.338106,0.485638 0.09642,0.348374 0.0934891,0.368182 0.105178,0.362027 0.107174,0.340394 0.0870579,0.416476 0.0902381,0.391099 0.100118,0.412688 0.102692,0.386266 0.130711,0.402552 0.132274,0.373276 0.11669,0.380172 0.114663,0.407947 0.133712,0.345953 0.11858,0.354423 0.120004,0.331054 0.134797,0.32095 0.0803312,0.53158 0.0808378,0.501671 0.0944086,0.531579 0.0948564,0.500756 0.0960543,0.470373 0.0822198,0.472215
  2757.                           0.126867,0.531566 0.127193,0.498321 0.110315,0.499624 0.109928,0.531575 0.128033,0.465473 0.11133,0.46809 0.112827,0.437392 0.129252,0.433417 0.0978567,0.44087 0.0843391,0.443666 0.186137,0.493854 0.185967,0.531501 0.186569,0.4566 0.165669,0.459637 0.165124,0.49539 0.164909,0.53153 0.187922,0.384877 0.187188,0.420141 0.167358,0.390862 0.166447,0.424664 0.147129,0.429132 0.148282,0.396806 0.146152,0.462625
  2758.                           0.145201,0.531552 0.145469,0.496895 0.190064,0.290268 0.169882,0.300401 0.169183,0.328342 0.189434,0.31954 0.151441,0.310681 0.150594,0.337203 0.149489,0.366037 0.168306,0.358626 0.188695,0.35121 0.09642,0.714786 0.107173,0.722757 0.105178,0.701126 0.0934891,0.694979 0.134791,0.742115 0.120001,0.732069 0.133708,0.71713 0.118578,0.708707 0.130708,0.660558 0.114661,0.655194 0.116688,0.682964 0.13227,0.689822
  2759.                           0.100118,0.650468 0.102692,0.676888 0.0902382,0.672062 0.0870579,0.646685 0.190033,0.77236 0.189408,0.743187 0.169167,0.734547 0.169862,0.762427 0.187906,0.678002 0.188675,0.711601 0.167348,0.672122 0.168293,0.704316 0.149482,0.696998 0.148276,0.666254 0.150585,0.725803 0.15143,0.75229 0.186134,0.56914 0.165122,0.567666 0.165665,0.603405 0.186562,0.606371 0.127192,0.56481 0.145468,0.566206 0.128032,0.597654
  2760.                           0.146149,0.600468 0.147125,0.633948 0.12925,0.629703 0.16644,0.638355 0.187177,0.642792 0.0808379,0.56149 0.0822198,0.590946 0.0960543,0.592784 0.0948564,0.562402 0.0843391,0.619495 0.0978565,0.622287 0.112827,0.625752 0.111329,0.595057 0.110315,0.563525 0.469172,0.204228 0.47135,0.241374 0.427931,0.251036 0.426159,0.214653 0.474647,0.324685 0.473174,0.281699 0.430609,0.33254 0.429413,0.2905 0.35066,0.347567
  2761.                           0.349946,0.307604 0.388346,0.299123 0.389291,0.340156 0.349044,0.270052 0.387169,0.260584 0.385755,0.225026 0.347948,0.235385 0.477052,0.512906 0.47697,0.464444 0.432556,0.516407 0.43249,0.46909 0.432145,0.422338 0.476543,0.416575 0.351772,0.522043 0.351741,0.47718 0.390764,0.473324 0.390813,0.519442 0.35155,0.43283 0.390496,0.427745 0.390007,0.383192 0.351192,0.389468 0.431518,0.376654 0.475769,0.369817
  2762.                           0.221564,0.528779 0.221653,0.48949 0.250376,0.486812 0.250327,0.527579 0.221839,0.450631 0.25045,0.446493 0.281574,0.44217 0.281598,0.48389 0.281581,0.526078 0.2223,0.375874 0.250534,0.368929 0.250514,0.407055 0.222073,0.41262 0.281316,0.361919 0.281487,0.401364 0.315032,0.395513 0.314679,0.35481 0.315258,0.437627 0.315378,0.524244 0.315369,0.48069 0.249979,0.266744 0.222432,0.277414 0.280072,0.256207
  2763.                           0.28063,0.288895 0.250301,0.298341 0.222532,0.307853 0.312724,0.245767 0.313538,0.279477 0.314185,0.315978 0.281037,0.324281 0.222471,0.340812 0.250475,0.332547 0.468103,0.825311 0.425291,0.821191 0.427151,0.784003 0.47039,0.787176 0.347402,0.810605 0.385061,0.816281 0.348554,0.775433 0.386545,0.78008 0.35031,0.69714 0.388846,0.69952 0.387807,0.740997 0.349522,0.737453 0.430052,0.701264 0.428739,0.74386
  2764.                           0.472344,0.746015 0.473962,0.702344 0.222272,0.780704 0.24975,0.789212 0.222388,0.750116 0.250096,0.757403 0.280347,0.764068 0.279757,0.797047 0.222198,0.681867 0.250387,0.68649 0.250297,0.723018 0.222346,0.717032 0.281114,0.690596 0.280793,0.728436 0.313859,0.733257 0.31441,0.694156 0.313161,0.770087 0.312304,0.804186 0.250338,0.568362 0.221626,0.568079 0.281545,0.568289 0.281469,0.610076 0.250374,0.60873
  2765.                           0.221786,0.606973 0.351649,0.566945 0.315298,0.567828 0.351368,0.611412 0.315118,0.610981 0.314826,0.653244 0.350924,0.654968 0.281332,0.650994 0.221994,0.645042 0.250402,0.648249 0.47679,0.561444 0.476187,0.609541 0.431856,0.610724 0.432344,0.563786 0.475244,0.65668 0.431092,0.656717 0.389665,0.656137 0.390265,0.611337 0.390647,0.565609 0.0974498,0.714786 0.0945843,0.694978 0.106424,0.701109 0.108336,0.722742
  2766.                           0.0882695,0.646685 0.0913948,0.672062 0.101501,0.650446 0.104012,0.676869 0.133302,0.660336 0.134749,0.689626 0.118405,0.682885 0.11646,0.655105 0.136049,0.71696 0.120198,0.708639 0.121511,0.732011 0.136972,0.74197 0.0816551,0.53158 0.0821535,0.56149 0.0959168,0.531547 0.0963556,0.562372 0.0975286,0.592757 0.0835128,0.590946 0.129676,0.531247 0.129986,0.564512 0.112259,0.563406 0.111883,0.531447 0.130785,0.597381
  2767.                           0.113243,0.594947 0.114691,0.625653 0.131935,0.629455 0.0992915,0.622262 0.0855968,0.619495 0.195359,0.567474 0.19524,0.529713 0.195659,0.604839 0.171867,0.602448 0.171412,0.566625 0.171232,0.530413 0.196511,0.676758 0.196068,0.641401 0.173211,0.671345 0.172499,0.637486 0.151163,0.633451 0.15218,0.66581 0.150284,0.599921 0.149418,0.530913 0.149663,0.565612 0.197313,0.771546 0.174816,0.761917 0.174476,0.733952
  2768.                           0.197207,0.742235 0.154721,0.751999 0.154115,0.725462 0.153216,0.696607 0.173905,0.703631 0.196915,0.710504 0.0974498,0.348374 0.108338,0.340358 0.106426,0.36199 0.0945843,0.368182 0.136991,0.32059 0.121518,0.33091 0.136066,0.345583 0.120205,0.354275 0.133314,0.40218 0.116465,0.407798 0.118411,0.380022 0.134764,0.372901 0.101502,0.412651 0.104013,0.386229 0.0913948,0.391099 0.0882695,0.416476 0.19742,0.288253
  2769.                           0.197303,0.317465 0.174536,0.327046 0.174883,0.299142 0.196579,0.38279 0.196998,0.349112 0.173253,0.389558 0.173957,0.357315 0.153246,0.365288 0.152204,0.396061 0.154149,0.336462 0.154759,0.309961 0.195377,0.491959 0.171424,0.494206 0.171889,0.458398 0.195695,0.454618 0.12999,0.497983 0.149669,0.496218 0.130791,0.465119 0.150297,0.461917 0.151182,0.4284 0.131945,0.433052 0.172532,0.423384 0.19612,0.418093
  2770.                           0.0821535,0.501671 0.0835128,0.472215 0.0975292,0.470338 0.096356,0.500722 0.0855968,0.443666 0.0992925,0.440834 0.114695,0.437246 0.113245,0.467949 0.11226,0.499489
  2771.                         </PointCollection>
  2772.                       </MeshGeometry3D.TextureCoordinates>
  2773.                     </MeshGeometry3D>
  2774.                   </GeometryModel3D.Geometry>
  2775.                 </GeometryModel3D>
  2776.               </Model3DGroup>
  2777.               <Model3DGroup x:Name="Torus02OR35">
  2778.                 <!-- Torus02 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[9]) -->
  2779.                 <Model3DGroup.Transform>
  2780.                   <Transform3DGroup>
  2781.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  2782.                     <ScaleTransform3D ScaleX="0.837872" ScaleY="2.11128" ScaleZ="0.837872"/>
  2783.                     <RotateTransform3D>
  2784.                       <RotateTransform3D.Rotation>
  2785.                         <AxisAngleRotation3D Angle="90.00361567" Axis="0.9999368945 0.007943772836 0.007943772836"/>
  2786.                       </RotateTransform3D.Rotation>
  2787.                     </RotateTransform3D>
  2788.                     <TranslateTransform3D OffsetX="104.115" OffsetY="12.4782" OffsetZ="0.729895"/>
  2789.                   </Transform3DGroup>
  2790.                 </Model3DGroup.Transform>
  2791.                 <GeometryModel3D x:Name="Torus02OR35GR36">
  2792.                   <GeometryModel3D.Material>
  2793.                     <MaterialGroup>
  2794.                       <DiffuseMaterial>
  2795.                         <DiffuseMaterial.Brush>
  2796.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  2797.                         </DiffuseMaterial.Brush>
  2798.                       </DiffuseMaterial>
  2799.                       <SpecularMaterial SpecularPower="107.52">
  2800.                         <SpecularMaterial.Brush>
  2801.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  2802.                         </SpecularMaterial.Brush>
  2803.                       </SpecularMaterial>
  2804.                     </MaterialGroup>
  2805.                   </GeometryModel3D.Material>
  2806.                   <GeometryModel3D.BackMaterial>
  2807.                     <MaterialGroup>
  2808.                       <DiffuseMaterial>
  2809.                         <DiffuseMaterial.Brush>
  2810.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  2811.                         </DiffuseMaterial.Brush>
  2812.                       </DiffuseMaterial>
  2813.                       <SpecularMaterial SpecularPower="107.52">
  2814.                         <SpecularMaterial.Brush>
  2815.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  2816.                         </SpecularMaterial.Brush>
  2817.                       </SpecularMaterial>
  2818.                     </MaterialGroup>
  2819.                   </GeometryModel3D.BackMaterial>
  2820.                   <GeometryModel3D.Geometry>
  2821.                     <MeshGeometry3D
  2822.                                             TriangleIndices="0,1,2 2,3,0 4,5,2 2,1,4 6,7,2 2,5,6 8,3,2 2,7,8 9,10,11 11,12,9 13,14,11 11,10,13 6,5,11 11,14,6 4,12,11 11,5,4 15,16,17 17,18,15 19,20,17 17,16,19 6,14,17 17,20,6 13,18,17 17,14,13 21,22,23 23,24,21 8,7,23 23,22,8 6,20,23 23,7,6 19,24,23 23,20,19 9,25,26 26,10,9 27,28,26 26,25,27 29,30,26 26,28,29 13,10,26 26,30,13 31,32,33 33,34,31 35,36,33 33,32,35 29,28,33 33,36,29 27,34,33 33,28,27 37,38,39 39,40,37 41,42,39 39,38,41 29,36,39 39,42,29 35,40,39 39,36,35 15,18,43 43,44,15 13,30,43 43,18,13 29,42,43 43,30,29 41,44,43 43,42,41 31,45,46 46,32,31 47,48,46 46,45,47 49,50,46 46,48,49 35,32,46 46,50,35 51,52,53 53,54,51 55,56,53 53,52,55 49,48,53 53,56,49 47,54,53 53,48,47 57,58,59 59,60,57 61,62,59 59,58,61 49,56,59 59,62,49 55,60,59 59,56,55 37,40,63 63,64,37 35,50,63 63,40,35 49,62,63 63,50,49 61,64,63 63,62,61 51,65,66 66,52,51 67,68,66 66,65,67 69,70,66 66,68,69 55,52,66 66,70,55 71,72,73 73,74,71 75,76,73 73,72,75 69,68,73 73,76,69 67,74,73 73,68,67 77,78,79 79,80,77 81,82,79 79,78,81 69,76,79 79,82,69 75,80,79 79,76,75 57,60,83 83,84,57 55,70,83 83,60,55 69,82,83 83,70,69 81,84,83 83,82,81 71,85,86 86,72,71 87,88,86 86,85,87 89,90,86 86,88,89 75,72,86 86,90,75 91,92,93 93,94,91 95,96,93 93,92,95 89,88,93 93,96,89 87,94,93 93,88,87 97,98,99 99,100,97 101,102,99 99,98,101 89,96,99 99,102,89 95,100,99 99,96,95 77,80,103 103,104,77 75,90,103 103,80,75 89,102,103 103,90,89 101,104,103 103,102,101 91,105,106 106,92,91 107,108,106 106,105,107 109,110,106 106,108,109 95,92,106 106,110,95 111,112,113 113,114,111 115,116,113 113,112,115 109,108,113 113,116,109 107,114,113 113,108,107 117,118,119 119,120,117 121,122,119 119,118,121 109,116,119 119,122,109 115,120,119 119,116,115 97,100,123 123,124,97 95,110,123 123,100,95 109,122,123 123,110,109 121,124,123 123,122,121 111,125,126 126,112,111 127,128,126 126,125,127 129,130,126 126,128,129 115,112,126 126,130,115 131,132,133 133,134,131 135,136,133 133,132,135 129,128,133 133,136,129 127,134,133 133,128,127 137,138,139 139,140,137 141,142,139 139,138,141 129,136,139 139,142,129 135,140,139 139,136,135 117,120,143 143,144,117 115,130,143 143,120,115 129,142,143 143,130,129 141,144,143 143,142,141 131,145,146 146,132,131 147,148,146 146,145,147 149,150,146 146,148,149 135,132,146 146,150,135 151,152,153 153,154,151 155,156,153 153,152,155 149,148,153 153,156,149 147,154,153 153,148,147 157,158,159 159,160,157 161,162,159 159,158,161 149,156,159 159,162,149 155,160,159 159,156,155 137,140,163 163,164,137 135,150,163 163,140,135 149,162,163 163,150,149 161,164,163 163,162,161 151,165,166 166,152,151 167,168,166 166,165,167 169,170,166 166,168,169 155,152,166 166,170,155 171,172,173 173,174,171 175,176,173 173,172,175 169,168,173 173,176,169 167,174,173 173,168,167 177,178,179 179,180,177 181,182,179 179,178,181 169,176,179 179,182,169 175,180,179 179,176,175 157,160,183 183,184,157 155,170,183 183,160,155 169,182,183 183,170,169 181,184,183 183,182,181 171,185,186 186,172,171 187,188,186 186,185,187 189,190,186 186,188,189 175,172,186 186,190,175 191,192,193 193,194,191 195,196,193 193,192,195 189,188,193 193,196,189 187,194,193 193,188,187 197,198,199 199,200,197 201,202,199 199,198,201 189,196,199 199,202,189 195,200,199 199,196,195 177,180,203 203,204,177 175,190,203 203,180,175 189,202,203 203,190,189 201,204,203 203,202,201 191,205,206 206,192,191 207,208,206 206,205,207 209,210,206 206,208,209 195,192,206 206,210,195 211,212,213 213,214,211 215,216,213 213,212,215 209,208,213 213,216,209 207,214,213 213,208,207 217,218,219 219,220,217 221,222,219 219,218,221 209,216,219 219,222,209 215,220,219 219,216,215 197,200,223 223,224,197 195,210,223 223,200,195 209,222,223 223,210,209 221,224,223 223,222,221 211,225,226 226,212,211 227,228,226 226,225,227 229,230,226 226,228,229 215,212,226 226,230,215 0,3,231 231,232,0 8,233,231 231,3,8 229,228,231 231,233,229 227,232,231 231,228,227 21,234,235 235,22,21 236,237,235 235,234,236 229,233,235 235,237,229 8,22,235 235,233,8 217,220,238 238,239,217 215,230,238 238,220,215 229,237,238 238,230,229 236,239,238 238,237,236 240,241,242 242,243,240 244,245,242 242,241,244 246,247,242 242,245,246 248,243,242 242,247,248 249,250,251 251,252,249 253,254,251 251,250,253 246,245,251 251,254,246 244,252,251 251,245,244 255,256,257 257,258,255 259,260,257 257,256,259 246,254,257 257,260,246 253,258,257 257,254,253 261,262,263 263,264,261 248,247,263 263,262,248 246,260,263 263,247,246 259,264,263 263,260,259 249,265,266 266,250,249 267,268,266 266,265,267 269,270,266 266,268,269 253,250,266 266,270,253 271,272,273 273,274,271 275,276,273 273,272,275 269,268,273 273,276,269 267,274,273 273,268,267 277,278,279 279,280,277 281,282,279 279,278,281 269,276,279 279,282,269 275,280,279 279,276,275 255,258,283 283,284,255 253,270,283 283,258,253 269,282,283 283,270,269 281,284,283 283,282,281 271,285,286 286,272,271 287,288,286 286,285,287 289,290,286 286,288,289 275,272,286 286,290,275 291,292,293 293,294,291 295,296,293 293,292,295 289,288,293 293,296,289 287,294,293 293,288,287 297,298,299 299,300,297 301,302,299 299,298,301 289,296,299 299,302,289 295,300,299 299,296,295 277,280,303 303,304,277 275,290,303 303,280,275 289,302,303 303,290,289 301,304,303 303,302,301 291,305,306 306,292,291 307,308,306 306,305,307 309,310,306 306,308,309 295,292,306 306,310,295 311,312,313 313,314,311 315,316,313 313,312,315 309,308,313 313,316,309 307,314,313 313,308,307 317,318,319 319,320,317 321,322,319 319,318,321 309,316,319 319,322,309 315,320,319 319,316,315 297,300,323 323,324,297 295,310,323 323,300,295 309,322,323 323,310,309 321,324,323 323,322,321 311,325,326 326,312,311 327,328,326 326,325,327 329,330,326 326,328,329 315,312,326 326,330,315 331,332,333 333,334,331 335,336,333 333,332,335 329,328,333 333,336,329 327,334,333 333,328,327 337,338,339 339,340,337 341,342,339 339,338,341 329,336,339 339,342,329 335,340,339 339,336,335 317,320,343 343,344,317 315,330,343 343,320,315 329,342,343 343,330,329 341,344,343 343,342,341 331,345,346 346,332,331 347,348,346 346,345,347 349,350,346 346,348,349 335,332,346 346,350,335 351,352,353 353,354,351 355,356,353 353,352,355 349,348,353 353,356,349 347,354,353 353,348,347 357,358,359 359,360,357 361,362,359 359,358,361 349,356,359 359,362,349 355,360,359 359,356,355 337,340,363 363,364,337 335,350,363 363,340,335 349,362,363 363,350,349 361,364,363 363,362,361 351,365,366 366,352,351 367,368,366 366,365,367 369,370,366 366,368,369 355,352,366 366,370,355 371,372,373 373,374,371 375,376,373 373,372,375 369,368,373 373,376,369 367,374,373 373,368,367 377,378,379 379,380,377 381,382,379 379,378,381 369,376,379 379,382,369 375,380,379 379,376,375 357,360,383 383,384,357 355,370,383 383,360,355 369,382,383 383,370,369 381,384,383 383,382,381 371,385,386 386,372,371 387,388,386 386,385,387 389,390,386 386,388,389 375,372,386 386,390,375 391,392,393 393,394,391 395,396,393 393,392,395 389,388,393 393,396,389 387,394,393 393,388,387 397,398,399 399,400,397 401,402,399 399,398,401 389,396,399 399,402,389 395,400,399 399,396,395 377,380,403 403,404,377 375,390,403 403,380,375 389,402,403 403,390,389 401,404,403 403,402,401 391,405,406 406,392,391 407,408,406 406,405,407 409,410,406 406,408,409 395,392,406 406,410,395 411,412,413 413,414,411 415,416,413 413,412,415 409,408,413 413,416,409 407,414,413 413,408,407 417,418,419 419,420,417 421,422,419 419,418,421 409,416,419 419,422,409 415,420,419 419,416,415 397,400,423 423,424,397 395,410,423 423,400,395 409,422,423 423,410,409 421,424,423 423,422,421 411,425,426 426,412,411 427,428,426 426,425,427 429,430,426 426,428,429 415,412,426 426,430,415 431,432,433 433,434,431 435,436,433 433,432,435 429,428,433 433,436,429 427,434,433 433,428,427 437,438,439 439,440,437 441,442,439 439,438,441 429,436,439 439,442,429 435,440,439 439,436,435 417,420,443 443,444,417 415,430,443 443,420,415 429,442,443 443,430,429 441,444,443 443,442,441 431,445,446 446,432,431 447,448,446 446,445,447 449,450,446 446,448,449 435,432,446 446,450,435 451,452,453 453,454,451 455,456,453 453,452,455 449,448,453 453,456,449 447,454,453 453,448,447 457,458,459 459,460,457 461,462,459 459,458,461 449,456,459 459,462,449 455,460,459 459,456,455 437,440,463 463,464,437 435,450,463 463,440,435 449,462,463 463,450,449 461,464,463 463,462,461 451,465,466 466,452,451 467,468,466 466,465,467 469,470,466 466,468,469 455,452,466 466,470,455 240,243,471 471,472,240 248,473,471 471,243,248 469,468,471 471,473,469 467,472,471 471,468,467 261,474,475 475,262,261 476,477,475 475,474,476 469,473,475 475,477,469 248,262,475 475,473,248 457,460,478 478,479,457 455,470,478 478,460,455 469,477,478 478,470,469 476,479,478 478,477,476 261,264,480 480,481,261 259,482,480 480,264,259 483,484,480 480,482,483 485,481,480 480,484,485 255,486,487 487,256,255 488,489,487 487,486,488 483,482,487 487,489,483 259,256,487 487,482,259 490,491,492 492,493,490 494,495,492 492,491,494 483,489,492 492,495,483 488,493,492 492,489,488 496,497,498 498,499,496 485,484,498 498,497,485 483,495,498 498,484,483 494,499,498 498,495,494 255,284,500 500,486,255 281,501,500 500,284,281 502,503,500 500,501,502 488,486,500 500,503,488 277,504,505 505,278,277 506,507,505 505,504,506 502,501,505 505,507,502 281,278,505 505,501,281 508,509,510 510,511,508 512,513,510 510,509,512 502,507,510 510,513,502 506,511,510 510,507,506 490,493,514 514,515,490 488,503,514 514,493,488 502,513,514 514,503,502 512,515,514 514,513,512 277,304,516 516,504,277 301,517,516 516,304,301 518,519,516 516,517,518 506,504,516 516,519,506 297,520,521 521,298,297 522,523,521 521,520,522 518,517,521 521,523,518 301,298,521 521,517,301 524,525,526 526,527,524 528,529,526 526,525,528 518,523,526 526,529,518 522,527,526 526,523,522 508,511,530 530,531,508 506,519,530 530,511,506 518,529,530 530,519,518 528,531,530 530,529,528 297,324,532 532,520,297 321,533,532 532,324,321 534,535,532 532,533,534 522,520,532 532,535,522 317,536,537 537,318,317 538,539,537 537,536,538 534,533,537 537,539,534 321,318,537 537,533,321 540,541,542 542,543,540 544,545,542 542,541,544 534,539,542 542,545,534 538,543,542 542,539,538 524,527,546 546,547,524 522,535,546 546,527,522 534,545,546 546,535,534 544,547,546 546,545,544 317,344,548 548,536,317 341,549,548 548,344,341 550,551,548 548,549,550 538,536,548 548,551,538 337,552,553 553,338,337 554,555,553 553,552,554 550,549,553 553,555,550 341,338,553 553,549,341 556,557,558 558,559,556 560,561,558 558,557,560 550,555,558 558,561,550 554,559,558 558,555,554 540,543,562 562,563,540 538,551,562 562,543,538 550,561,562 562,551,550 560,563,562 562,561,560 337,364,564 564,552,337 361,565,564 564,364,361 566,567,564 564,565,566 554,552,564 564,567,554 357,568,569 569,358,357 570,571,569 569,568,570 566,565,569 569,571,566 361,358,569 569,565,361 572,573,574 574,575,572 576,577,574 574,573,576 566,571,574 574,577,566 570,575,574 574,571,570 556,559,578 578,579,556 554,567,578 578,559,554 566,577,578 578,567,566 576,579,578 578,577,576 357,384,580 580,568,357 381,581,580 580,384,381 582,583,580 580,581,582 570,568,580 580,583,570 377,584,585 585,378,377 586,587,585 585,584,586 582,581,585 585,587,582 381,378,585 585,581,381 588,589,590 590,591,588 592,593,590 590,589,592 582,587,590 590,593,582 586,591,590 590,587,586 572,575,594 594,595,572 570,583,594 594,575,570 582,593,594 594,583,582 592,595,594 594,593,592 377,404,596 596,584,377 401,597,596 596,404,401 598,599,596 596,597,598 586,584,596 596,599,586 397,600,601 601,398,397 602,603,601 601,600,602 598,597,601 601,603,598 401,398,601 601,597,401 604,605,606 606,607,604 608,609,606 606,605,608 598,603,606 606,609,598 602,607,606 606,603,602 588,591,610 610,611,588 586,599,610 610,591,586 598,609,610 610,599,598 608,611,610 610,609,608 397,424,612 612,600,397 421,613,612 612,424,421 614,615,612 612,613,614 602,600,612 612,615,602 417,616,617 617,418,417 618,619,617 617,616,618 614,613,617 617,619,614 421,418,617 617,613,421 620,621,622 622,623,620 624,625,622 622,621,624 614,619,622 622,625,614 618,623,622 622,619,618 604,607,626 626,627,604 602,615,626 626,607,602 614,625,626 626,615,614 624,627,626 626,625,624 417,444,628 628,616,417 441,629,628 628,444,441 630,631,628 628,629,630 618,616,628 628,631,618 437,632,633 633,438,437 634,635,633 633,632,634 630,629,633 633,635,630 441,438,633 633,629,441 636,637,638 638,639,636 640,641,638 638,637,640 630,635,638 638,641,630 634,639,638 638,635,634 620,623,642 642,643,620 618,631,642 642,623,618 630,641,642 642,631,630 640,643,642 642,641,640 437,464,644 644,632,437 461,645,644 644,464,461 646,647,644 644,645,646 634,632,644 644,647,634 457,648,649 649,458,457 650,651,649 649,648,650 646,645,649 649,651,646 461,458,649 649,645,461 652,653,654 654,655,652 656,657,654 654,653,656 646,651,654 654,657,646 650,655,654 654,651,650 636,639,658 658,659,636 634,647,658 658,639,634 646,657,658 658,647,646 656,659,658 658,657,656 457,479,660 660,648,457 476,661,660 660,479,476 662,663,660 660,661,662 650,648,660 660,663,650 261,481,664 664,474,261 485,665,664 664,481,485 662,661,664 664,665,662 476,474,664 664,661,476 496,666,667 667,497,496 668,669,667 667,666,668 662,665,667 667,669,662 485,497,667 667,665,485 652,655,670 670,671,652 650,663,670 670,655,650 662,669,670 670,663,662 668,671,670 670,669,668 496,499,672 672,673,496 494,674,672 672,499,494 675,676,672 672,674,675 677,673,672 672,676,677 490,678,679 679,491,490 680,681,679 679,678,680 675,674,679 679,681,675 494,491,679 679,674,494 682,683,684 684,685,682 686,687,684 684,683,686 675,681,684 684,687,675 680,685,684 684,681,680 688,689,690 690,691,688 677,676,690 690,689,677 675,687,690 690,676,675 686,691,690 690,687,686 490,515,692 692,678,490 512,693,692 692,515,512 694,695,692 692,693,694 680,678,692 692,695,680 508,696,697 697,509,508 698,699,697 697,696,698 694,693,697 697,699,694 512,509,697 697,693,512 700,701,702 702,703,700 704,705,702 702,701,704 694,699,702 702,705,694 698,703,702 702,699,698 682,685,706 706,707,682 680,695,706 706,685,680 694,705,706 706,695,694 704,707,706 706,705,704 508,531,708 708,696,508 528,709,708 708,531,528 710,711,708 708,709,710 698,696,708 708,711,698 524,712,713 713,525,524 714,715,713 713,712,714 710,709,713 713,715,710 528,525,713 713,709,528 716,717,718 718,719,716 720,721,718 718,717,720 710,715,718 718,721,710 714,719,718 718,715,714 700,703,722 722,723,700 698,711,722 722,703,698 710,721,722 722,711,710 720,723,722 722,721,720 524,547,724 724,712,524 544,725,724 724,547,544 726,727,724 724,725,726 714,712,724 724,727,714 540,728,729 729,541,540 730,731,729 729,728,730 726,725,729 729,731,726 544,541,729 729,725,544 732,733,734 734,735,732 736,737,734 734,733,736 726,731,734 734,737,726 730,735,734 734,731,730 716,719,738 738,739,716 714,727,738 738,719,714 726,737,738 738,727,726 736,739,738 738,737,736 540,563,740 740,728,540 560,741,740 740,563,560 742,743,740 740,741,742 730,728,740 740,743,730 556,744,745 745,557,556 746,747,745 745,744,746 742,741,745 745,747,742 560,557,745 745,741,560 748,749,750 750,751,748 752,753,750 750,749,752 742,747,750 750,753,742 746,751,750 750,747,746 732,735,754 754,755,732 730,743,754 754,735,730 742,753,754 754,743,742 752,755,754 754,753,752 556,579,756 756,744,556 576,757,756 756,579,576 758,759,756 756,757,758 746,744,756 756,759,746 572,760,761 761,573,572 762,763,761 761,760,762 758,757,761 761,763,758 576,573,761 761,757,576 764,765,766 766,767,764 768,769,766 766,765,768 758,763,766 766,769,758 762,767,766 766,763,762 748,751,770 770,771,748 746,759,770 770,751,746 758,769,770 770,759,758 768,771,770 770,769,768 572,595,772 772,760,572 592,773,772 772,595,592 774,775,772 772,773,774 762,760,772 772,775,762 588,776,777 777,589,588 778,779,777 777,776,778 774,773,777 777,779,774 592,589,777 777,773,592 780,781,782 782,783,780 784,785,782 782,781,784 774,779,782 782,785,774 778,783,782 782,779,778 764,767,786 786,787,764 762,775,786 786,767,762 774,785,786 786,775,774 784,787,786 786,785,784 588,611,788 788,776,588 608,789,788 788,611,608 790,791,788 788,789,790 778,776,788 788,791,778 604,792,793 793,605,604 794,795,793 793,792,794 790,789,793 793,795,790 608,605,793 793,789,608 796,797,798 798,799,796 800,801,798 798,797,800 790,795,798 798,801,790 794,799,798 798,795,794 780,783,802 802,803,780 778,791,802 802,783,778 790,801,802 802,791,790 800,803,802 802,801,800 604,627,804 804,792,604 624,805,804 804,627,624 806,807,804 804,805,806 794,792,804 804,807,794 620,808,809 809,621,620 810,811,809 809,808,810 806,805,809 809,811,806 624,621,809 809,805,624 812,813,814 814,815,812 816,817,814 814,813,816 806,811,814 814,817,806 810,815,814 814,811,810 796,799,818 818,819,796 794,807,818 818,799,794 806,817,818 818,807,806 816,819,818 818,817,816 620,643,820 820,808,620 640,821,820 820,643,640 822,823,820 820,821,822 810,808,820 820,823,810 636,824,825 825,637,636 826,827,825 825,824,826 822,821,825 825,827,822 640,637,825 825,821,640 828,829,830 830,831,828 832,833,830 830,829,832 822,827,830 830,833,822 826,831,830 830,827,826 812,815,834 834,835,812 810,823,834 834,815,810 822,833,834 834,823,822 832,835,834 834,833,832 636,659,836 836,824,636 656,837,836 836,659,656 838,839,836 836,837,838 826,824,836 836,839,826 652,840,841 841,653,652 842,843,841 841,840,842 838,837,841 841,843,838 656,653,841 841,837,656 844,845,846 846,847,844 848,849,846 846,845,848 838,843,846 846,849,838 842,847,846 846,843,842 828,831,850 850,851,828 826,839,850 850,831,826 838,849,850 850,839,838 848,851,850 850,849,848 652,671,852 852,840,652 668,853,852 852,671,668 854,855,852 852,853,854 842,840,852 852,855,842 496,673,856 856,666,496 677,857,856 856,673,677 854,853,856 856,857,854 668,666,856 856,853,668 688,858,859 859,689,688 860,861,859 859,858,860 854,857,859 859,861,854 677,689,859 859,857,677 844,847,862 862,863,844 842,855,862 862,847,842 854,861,862 862,855,854 860,863,862 862,861,860 688,691,864 864,865,688 686,866,864 864,691,686 867,868,864 864,866,867 869,865,864 864,868,869 682,870,871 871,683,682 872,873,871 871,870,872 867,866,871 871,873,867 686,683,871 871,866,686 874,875,876 876,877,874 878,879,876 876,875,878 867,873,876 876,879,867 872,877,876 876,873,872 880,881,882 882,883,880 869,868,882 882,881,869 867,879,882 882,868,867 878,883,882 882,879,878 682,707,884 884,870,682 704,885,884 884,707,704 886,887,884 884,885,886 872,870,884 884,887,872 700,888,889 889,701,700 890,891,889 889,888,890 886,885,889 889,891,886 704,701,889 889,885,704 892,893,894 894,895,892 896,897,894 894,893,896 886,891,894 894,897,886 890,895,894 894,891,890 874,877,898 898,899,874 872,887,898 898,877,872 886,897,898 898,887,886 896,899,898 898,897,896 700,723,900 900,888,700 720,901,900 900,723,720 902,903,900 900,901,902 890,888,900 900,903,890 716,904,905 905,717,716 906,907,905 905,904,906 902,901,905 905,907,902 720,717,905 905,901,720 908,909,910 910,911,908 912,913,910 910,909,912 902,907,910 910,913,902 906,911,910 910,907,906 892,895,914 914,915,892 890,903,914 914,895,890 902,913,914 914,903,902 912,915,914 914,913,912 716,739,916 916,904,716 736,917,916 916,739,736 918,919,916 916,917,918 906,904,916 916,919,906 732,920,921 921,733,732 922,923,921 921,920,922 918,917,921 921,923,918 736,733,921 921,917,736 924,925,926 926,927,924 928,929,926 926,925,928 918,923,926 926,929,918 922,927,926 926,923,922 908,911,930 930,931,908 906,919,930 930,911,906 918,929,930 930,919,918 928,931,930 930,929,928 732,755,932 932,920,732 752,933,932 932,755,752 934,935,932 932,933,934 922,920,932 932,935,922 748,936,937 937,749,748 938,939,937 937,936,938 934,933,937 937,939,934 752,749,937 937,933,752 940,941,942 942,943,940 944,945,942 942,941,944 934,939,942 942,945,934 938,943,942 942,939,938 924,927,946 946,947,924 922,935,946 946,927,922 934,945,946 946,935,934 944,947,946 946,945,944 748,771,948 948,936,748 768,949,948 948,771,768 950,951,948 948,949,950 938,936,948 948,951,938 764,952,953 953,765,764 954,955,953 953,952,954 950,949,953 953,955,950 768,765,953 953,949,768 956,957,958 958,959,956 960,961,958 958,957,960 950,955,958 958,961,950 954,959,958 958,955,954 940,943,962 962,963,940 938,951,962 962,943,938 950,961,962 962,951,950 960,963,962 962,961,960 764,787,964 964,952,764 784,965,964 964,787,784 966,967,964 964,965,966 954,952,964 964,967,954 780,968,969 969,781,780 970,971,969 969,968,970 966,965,969 969,971,966 784,781,969 969,965,784 972,973,974 974,975,972 976,977,974 974,973,976 966,971,974 974,977,966 970,975,974 974,971,970 956,959,978 978,979,956 954,967,978 978,959,954 966,977,978 978,967,966 976,979,978 978,977,976 780,803,980 980,968,780 800,981,980 980,803,800 982,983,980 980,981,982 970,968,980 980,983,970 796,984,985 985,797,796 986,987,985 985,984,986 982,981,985 985,987,982 800,797,985 985,981,800 988,989,990 990,991,988 992,993,990 990,989,992 982,987,990 990,993,982 986,991,990 990,987,986 972,975,994 994,995,972 970,983,994 994,975,970 982,993,994 994,983,982 992,995,994 994,993,992 796,819,996 996,984,796 816,997,996 996,819,816 998,999,996 996,997,998 986,984,996 996,999,986 812,1000,1001 1001,813,812 1002,1003,1001 1001,1000,1002 998,997,1001 1001,1003,998 816,813,1001 1001,997,816 1004,1005,1006 1006,1007,1004 1008,1009,1006 1006,1005,1008 998,1003,1006 1006,1009,998 1002,1007,1006 1006,1003,1002 988,991,1010 1010,1011,988 986,999,1010 1010,991,986 998,1009,1010 1010,999,998 1008,1011,1010 1010,1009,1008 812,835,1012 1012,1000,812 832,1013,1012 1012,835,832 1014,1015,1012 1012,1013,1014 1002,1000,1012 1012,1015,1002 828,1016,1017 1017,829,828 1018,1019,1017 1017,1016,1018 1014,1013,1017 1017,1019,1014 832,829,1017 1017,1013,832 1020,1021,1022 1022,1023,1020 1024,1025,1022 1022,1021,1024 1014,1019,1022 1022,1025,1014 1018,1023,1022 1022,1019,1018 1004,1007,1026 1026,1027,1004 1002,1015,1026 1026,1007,1002 1014,1025,1026 1026,1015,1014 1024,1027,1026 1026,1025,1024 828,851,1028 1028,1016,828 848,1029,1028 1028,851,848 1030,1031,1028 1028,1029,1030 1018,1016,1028 1028,1031,1018 844,1032,1033 1033,845,844 1034,1035,1033 1033,1032,1034 1030,1029,1033 1033,1035,1030 848,845,1033 1033,1029,848 1036,1037,1038 1038,1039,1036 1040,1041,1038 1038,1037,1040 1030,1035,1038 1038,1041,1030 1034,1039,1038 1038,1035,1034 1020,1023,1042 1042,1043,1020 1018,1031,1042 1042,1023,1018 1030,1041,1042 1042,1031,1030 1040,1043,1042 1042,1041,1040 844,863,1044 1044,1032,844 860,1045,1044 1044,863,860 1046,1047,1044 1044,1045,1046 1034,1032,1044 1044,1047,1034 688,865,1048 1048,858,688 869,1049,1048 1048,865,869 1046,1045,1048 1048,1049,1046 860,858,1048 1048,1045,860 880,1050,1051 1051,881,880 1052,1053,1051 1051,1050,1052 1046,1049,1051 1051,1053,1046 869,881,1051 1051,1049,869 1036,1039,1054 1054,1055,1036 1034,1047,1054 1054,1039,1034 1046,1053,1054 1054,1047,1046 1052,1055,1054 1054,1053,1052 880,883,1056 1056,1057,880 878,1058,1056 1056,883,878 1059,1060,1056 1056,1058,1059 1061,1057,1056 1056,1060,1061 874,1062,1063 1063,875,874 1064,1065,1063 1063,1062,1064 1059,1058,1063 1063,1065,1059 878,875,1063 1063,1058,878 1066,1067,1068 1068,1069,1066 1070,1071,1068 1068,1067,1070 1059,1065,1068 1068,1071,1059 1064,1069,1068 1068,1065,1064 1072,1073,1074 1074,1075,1072 1061,1060,1074 1074,1073,1061 1059,1071,1074 1074,1060,1059 1070,1075,1074 1074,1071,1070 874,899,1076 1076,1062,874 896,1077,1076 1076,899,896 1078,1079,1076 1076,1077,1078 1064,1062,1076 1076,1079,1064 892,1080,1081 1081,893,892 1082,1083,1081 1081,1080,1082 1078,1077,1081 1081,1083,1078 896,893,1081 1081,1077,896 1084,1085,1086 1086,1087,1084 1088,1089,1086 1086,1085,1088 1078,1083,1086 1086,1089,1078 1082,1087,1086 1086,1083,1082 1066,1069,1090 1090,1091,1066 1064,1079,1090 1090,1069,1064 1078,1089,1090 1090,1079,1078 1088,1091,1090 1090,1089,1088 892,915,1092 1092,1080,892 912,1093,1092 1092,915,912 1094,1095,1092 1092,1093,1094 1082,1080,1092 1092,1095,1082 908,1096,1097 1097,909,908 1098,1099,1097 1097,1096,1098 1094,1093,1097 1097,1099,1094 912,909,1097 1097,1093,912 1100,1101,1102 1102,1103,1100 1104,1105,1102 1102,1101,1104 1094,1099,1102 1102,1105,1094 1098,1103,1102 1102,1099,1098 1084,1087,1106 1106,1107,1084 1082,1095,1106 1106,1087,1082 1094,1105,1106 1106,1095,1094 1104,1107,1106 1106,1105,1104 908,931,1108 1108,1096,908 928,1109,1108 1108,931,928 1110,1111,1108 1108,1109,1110 1098,1096,1108 1108,1111,1098 924,1112,1113 1113,925,924 1114,1115,1113 1113,1112,1114 1110,1109,1113 1113,1115,1110 928,925,1113 1113,1109,928 1116,1117,1118 1118,1119,1116 1120,1121,1118 1118,1117,1120 1110,1115,1118 1118,1121,1110 1114,1119,1118 1118,1115,1114 1100,1103,1122 1122,1123,1100 1098,1111,1122 1122,1103,1098 1110,1121,1122 1122,1111,1110 1120,1123,1122 1122,1121,1120 924,947,1124 1124,1112,924 944,1125,1124 1124,947,944 1126,1127,1124 1124,1125,1126 1114,1112,1124 1124,1127,1114 940,1128,1129 1129,941,940 1130,1131,1129 1129,1128,1130 1126,1125,1129 1129,1131,1126 944,941,1129 1129,1125,944 1132,1133,1134 1134,1135,1132 1136,1137,1134 1134,1133,1136 1126,1131,1134 1134,1137,1126 1130,1135,1134 1134,1131,1130 1116,1119,1138 1138,1139,1116 1114,1127,1138 1138,1119,1114 1126,1137,1138 1138,1127,1126 1136,1139,1138 1138,1137,1136 940,963,1140 1140,1128,940 960,1141,1140 1140,963,960 1142,1143,1140 1140,1141,1142 1130,1128,1140 1140,1143,1130 956,1144,1145 1145,957,956 1146,1147,1145 1145,1144,1146 1142,1141,1145 1145,1147,1142 960,957,1145 1145,1141,960 1148,1149,1150 1150,1151,1148 1152,1153,1150 1150,1149,1152 1142,1147,1150 1150,1153,1142 1146,1151,1150 1150,1147,1146 1132,1135,1154 1154,1155,1132 1130,1143,1154 1154,1135,1130 1142,1153,1154 1154,1143,1142 1152,1155,1154 1154,1153,1152 956,979,1156 1156,1144,956 976,1157,1156 1156,979,976 1158,1159,1156 1156,1157,1158 1146,1144,1156 1156,1159,1146 972,1160,1161 1161,973,972 1162,1163,1161 1161,1160,1162 1158,1157,1161 1161,1163,1158 976,973,1161 1161,1157,976 1164,1165,1166 1166,1167,1164 1168,1169,1166 1166,1165,1168 1158,1163,1166 1166,1169,1158 1162,1167,1166 1166,1163,1162 1148,1151,1170 1170,1171,1148 1146,1159,1170 1170,1151,1146 1158,1169,1170 1170,1159,1158 1168,1171,1170 1170,1169,1168 972,995,1172 1172,1160,972 992,1173,1172 1172,995,992 1174,1175,1172 1172,1173,1174 1162,1160,1172 1172,1175,1162 988,1176,1177 1177,989,988 1178,1179,1177 1177,1176,1178 1174,1173,1177 1177,1179,1174 992,989,1177 1177,1173,992 1180,1181,1182 1182,1183,1180 1184,1185,1182 1182,1181,1184 1174,1179,1182 1182,1185,1174 1178,1183,1182 1182,1179,1178 1164,1167,1186 1186,1187,1164 1162,1175,1186 1186,1167,1162 1174,1185,1186 1186,1175,1174 1184,1187,1186 1186,1185,1184 988,1011,1188 1188,1176,988 1008,1189,1188 1188,1011,1008 1190,1191,1188 1188,1189,1190 1178,1176,1188 1188,1191,1178 1004,1192,1193 1193,1005,1004 1194,1195,1193 1193,1192,1194 1190,1189,1193 1193,1195,1190 1008,1005,1193 1193,1189,1008 1196,1197,1198 1198,1199,1196 1200,1201,1198 1198,1197,1200 1190,1195,1198 1198,1201,1190 1194,1199,1198 1198,1195,1194 1180,1183,1202 1202,1203,1180 1178,1191,1202 1202,1183,1178 1190,1201,1202 1202,1191,1190 1200,1203,1202 1202,1201,1200 1004,1027,1204 1204,1192,1004 1024,1205,1204 1204,1027,1024 1206,1207,1204 1204,1205,1206 1194,1192,1204 1204,1207,1194 1020,1208,1209 1209,1021,1020 1210,1211,1209 1209,1208,1210 1206,1205,1209 1209,1211,1206 1024,1021,1209 1209,1205,1024 1212,1213,1214 1214,1215,1212 1216,1217,1214 1214,1213,1216 1206,1211,1214 1214,1217,1206 1210,1215,1214 1214,1211,1210 1196,1199,1218 1218,1219,1196 1194,1207,1218 1218,1199,1194 1206,1217,1218 1218,1207,1206 1216,1219,1218 1218,1217,1216 1020,1043,1220 1220,1208,1020 1040,1221,1220 1220,1043,1040 1222,1223,1220 1220,1221,1222 1210,1208,1220 1220,1223,1210 1036,1224,1225 1225,1037,1036 1226,1227,1225 1225,1224,1226 1222,1221,1225 1225,1227,1222 1040,1037,1225 1225,1221,1040 1228,1229,1230 1230,1231,1228 1232,1233,1230 1230,1229,1232 1222,1227,1230 1230,1233,1222 1226,1231,1230 1230,1227,1226 1212,1215,1234 1234,1235,1212 1210,1223,1234 1234,1215,1210 1222,1233,1234 1234,1223,1222 1232,1235,1234 1234,1233,1232 1036,1055,1236 1236,1224,1036 1052,1237,1236 1236,1055,1052 1238,1239,1236 1236,1237,1238 1226,1224,1236 1236,1239,1226 880,1057,1240 1240,1050,880 1061,1241,1240 1240,1057,1061 1238,1237,1240 1240,1241,1238 1052,1050,1240 1240,1237,1052 1072,1242,1243 1243,1073,1072 1244,1245,1243 1243,1242,1244 1238,1241,1243 1243,1245,1238 1061,1073,1243 1243,1241,1061 1228,1231,1246 1246,1247,1228 1226,1239,1246 1246,1231,1226 1238,1245,1246 1246,1239,1238 1244,1247,1246 1246,1245,1244 1072,1075,1248 1248,1249,1072 1070,1250,1248 1248,1075,1070 1251,1252,1248 1248,1250,1251 1253,1249,1248 1248,1252,1253 1066,1254,1255 1255,1067,1066 1256,1257,1255 1255,1254,1256 1251,1250,1255 1255,1257,1251 1070,1067,1255 1255,1250,1070 1258,1259,1260 1260,1261,1258 1262,1263,1260 1260,1259,1262 1251,1257,1260 1260,1263,1251 1256,1261,1260 1260,1257,1256 1264,1265,1266 1266,1267,1264 1253,1252,1266 1266,1265,1253 1251,1263,1266 1266,1252,1251 1262,1267,1266 1266,1263,1262 1066,1091,1268 1268,1254,1066 1088,1269,1268 1268,1091,1088 1270,1271,1268 1268,1269,1270 1256,1254,1268 1268,1271,1256 1084,1272,1273 1273,1085,1084 1274,1275,1273 1273,1272,1274 1270,1269,1273 1273,1275,1270 1088,1085,1273 1273,1269,1088 1276,1277,1278 1278,1279,1276 1280,1281,1278 1278,1277,1280 1270,1275,1278 1278,1281,1270 1274,1279,1278 1278,1275,1274 1258,1261,1282 1282,1283,1258 1256,1271,1282 1282,1261,1256 1270,1281,1282 1282,1271,1270 1280,1283,1282 1282,1281,1280 1084,1107,1284 1284,1272,1084 1104,1285,1284 1284,1107,1104 1286,1287,1284 1284,1285,1286 1274,1272,1284 1284,1287,1274 1100,1288,1289 1289,1101,1100 1290,1291,1289 1289,1288,1290 1286,1285,1289 1289,1291,1286 1104,1101,1289 1289,1285,1104 1292,1293,1294 1294,1295,1292 1296,1297,1294 1294,1293,1296 1286,1291,1294 1294,1297,1286 1290,1295,1294 1294,1291,1290 1276,1279,1298 1298,1299,1276 1274,1287,1298 1298,1279,1274 1286,1297,1298 1298,1287,1286 1296,1299,1298 1298,1297,1296 1100,1123,1300 1300,1288,1100 1120,1301,1300 1300,1123,1120 1302,1303,1300 1300,1301,1302 1290,1288,1300 1300,1303,1290 1116,1304,1305 1305,1117,1116 1306,1307,1305 1305,1304,1306 1302,1301,1305 1305,1307,1302 1120,1117,1305 1305,1301,1120 1308,1309,1310 1310,1311,1308 1312,1313,1310 1310,1309,1312 1302,1307,1310 1310,1313,1302 1306,1311,1310 1310,1307,1306 1292,1295,1314 1314,1315,1292 1290,1303,1314 1314,1295,1290 1302,1313,1314 1314,1303,1302 1312,1315,1314 1314,1313,1312 1116,1139,1316 1316,1304,1116 1136,1317,1316 1316,1139,1136 1318,1319,1316 1316,1317,1318 1306,1304,1316 1316,1319,1306 1132,1320,1321 1321,1133,1132 1322,1323,1321 1321,1320,1322 1318,1317,1321 1321,1323,1318 1136,1133,1321 1321,1317,1136 1324,1325,1326 1326,1327,1324 1328,1329,1326 1326,1325,1328 1318,1323,1326 1326,1329,1318 1322,1327,1326 1326,1323,1322 1308,1311,1330 1330,1331,1308 1306,1319,1330 1330,1311,1306 1318,1329,1330 1330,1319,1318 1328,1331,1330 1330,1329,1328 1132,1155,1332 1332,1320,1132 1152,1333,1332 1332,1155,1152 1334,1335,1332 1332,1333,1334 1322,1320,1332 1332,1335,1322 1148,1336,1337 1337,1149,1148 1338,1339,1337 1337,1336,1338 1334,1333,1337 1337,1339,1334 1152,1149,1337 1337,1333,1152 1340,1341,1342 1342,1343,1340 1344,1345,1342 1342,1341,1344 1334,1339,1342 1342,1345,1334 1338,1343,1342 1342,1339,1338 1324,1327,1346 1346,1347,1324 1322,1335,1346 1346,1327,1322 1334,1345,1346 1346,1335,1334 1344,1347,1346 1346,1345,1344 1148,1171,1348 1348,1336,1148 1168,1349,1348 1348,1171,1168 1350,1351,1348 1348,1349,1350 1338,1336,1348 1348,1351,1338 1164,1352,1353 1353,1165,1164 1354,1355,1353 1353,1352,1354 1350,1349,1353 1353,1355,1350 1168,1165,1353 1353,1349,1168 1356,1357,1358 1358,1359,1356 1360,1361,1358 1358,1357,1360 1350,1355,1358 1358,1361,1350 1354,1359,1358 1358,1355,1354 1340,1343,1362 1362,1363,1340 1338,1351,1362 1362,1343,1338 1350,1361,1362 1362,1351,1350 1360,1363,1362 1362,1361,1360 1164,1187,1364 1364,1352,1164 1184,1365,1364 1364,1187,1184 1366,1367,1364 1364,1365,1366 1354,1352,1364 1364,1367,1354 1180,1368,1369 1369,1181,1180 1370,1371,1369 1369,1368,1370 1366,1365,1369 1369,1371,1366 1184,1181,1369 1369,1365,1184 1372,1373,1374 1374,1375,1372 1376,1377,1374 1374,1373,1376 1366,1371,1374 1374,1377,1366 1370,1375,1374 1374,1371,1370 1356,1359,1378 1378,1379,1356 1354,1367,1378 1378,1359,1354 1366,1377,1378 1378,1367,1366 1376,1379,1378 1378,1377,1376 1180,1203,1380 1380,1368,1180 1200,1381,1380 1380,1203,1200 1382,1383,1380 1380,1381,1382 1370,1368,1380 1380,1383,1370 1196,1384,1385 1385,1197,1196 1386,1387,1385 1385,1384,1386 1382,1381,1385 1385,1387,1382 1200,1197,1385 1385,1381,1200 1388,1389,1390 1390,1391,1388 1392,1393,1390 1390,1389,1392 1382,1387,1390 1390,1393,1382 1386,1391,1390 1390,1387,1386 1372,1375,1394 1394,1395,1372 1370,1383,1394 1394,1375,1370 1382,1393,1394 1394,1383,1382 1392,1395,1394 1394,1393,1392 1196,1219,1396 1396,1384,1196 1216,1397,1396 1396,1219,1216 1398,1399,1396 1396,1397,1398 1386,1384,1396 1396,1399,1386 1212,1400,1401 1401,1213,1212 1402,1403,1401 1401,1400,1402 1398,1397,1401 1401,1403,1398 1216,1213,1401 1401,1397,1216 1404,1405,1406 1406,1407,1404 1408,1409,1406 1406,1405,1408 1398,1403,1406 1406,1409,1398 1402,1407,1406 1406,1403,1402 1388,1391,1410 1410,1411,1388 1386,1399,1410 1410,1391,1386 1398,1409,1410 1410,1399,1398 1408,1411,1410 1410,1409,1408 1212,1235,1412 1412,1400,1212 1232,1413,1412 1412,1235,1232 1414,1415,1412 1412,1413,1414 1402,1400,1412 1412,1415,1402 1228,1416,1417 1417,1229,1228 1418,1419,1417 1417,1416,1418 1414,1413,1417 1417,1419,1414 1232,1229,1417 1417,1413,1232 1420,1421,1422 1422,1423,1420 1424,1425,1422 1422,1421,1424 1414,1419,1422 1422,1425,1414 1418,1423,1422 1422,1419,1418 1404,1407,1426 1426,1427,1404 1402,1415,1426 1426,1407,1402 1414,1425,1426 1426,1415,1414 1424,1427,1426 1426,1425,1424 1228,1247,1428 1428,1416,1228 1244,1429,1428 1428,1247,1244 1430,1431,1428 1428,1429,1430 1418,1416,1428 1428,1431,1418 1072,1249,1432 1432,1242,1072 1253,1433,1432 1432,1249,1253 1430,1429,1432 1432,1433,1430 1244,1242,1432 1432,1429,1244 1264,1434,1435 1435,1265,1264 1436,1437,1435 1435,1434,1436 1430,1433,1435 1435,1437,1430 1253,1265,1435 1435,1433,1253 1420,1423,1438 1438,1439,1420 1418,1431,1438 1438,1423,1418 1430,1437,1438 1438,1431,1430 1436,1439,1438 1438,1437,1436 1264,1267,1440 1440,1441,1264 1262,1442,1440 1440,1267,1262 1443,1444,1440 1440,1442,1443 1445,1441,1440 1440,1444,1445 1258,1446,1447 1447,1259,1258 1448,1449,1447 1447,1446,1448 1443,1442,1447 1447,1449,1443 1262,1259,1447 1447,1442,1262 9,12,1450 1450,1451,9 4,1452,1450 1450,12,4 1443,1449,1450 1450,1452,1443 1448,1451,1450 1450,1449,1448 0,1453,1454 1454,1,0 1445,1444,1454 1454,1453,1445 1443,1452,1454 1454,1444,1443 4,1,1454 1454,1452,4 1258,1283,1455 1455,1446,1258 1280,1456,1455 1455,1283,1280 1457,1458,1455 1455,1456,1457 1448,1446,1455 1455,1458,1448 1276,1459,1460 1460,1277,1276 1461,1462,1460 1460,1459,1461 1457,1456,1460 1460,1462,1457 1280,1277,1460 1460,1456,1280 31,34,1463 1463,1464,31 27,1465,1463 1463,34,27 1457,1462,1463 1463,1465,1457 1461,1464,1463 1463,1462,1461 9,1451,1466 1466,25,9 1448,1458,1466 1466,1451,1448 1457,1465,1466 1466,1458,1457 27,25,1466 1466,1465,27 1276,1299,1467 1467,1459,1276 1296,1468,1467 1467,1299,1296 1469,1470,1467 1467,1468,1469 1461,1459,1467 1467,1470,1461 1292,1471,1472 1472,1293,1292 1473,1474,1472 1472,1471,1473 1469,1468,1472 1472,1474,1469 1296,1293,1472 1472,1468,1296 51,54,1475 1475,1476,51 47,1477,1475 1475,54,47 1469,1474,1475 1475,1477,1469 1473,1476,1475 1475,1474,1473 31,1464,1478 1478,45,31 1461,1470,1478 1478,1464,1461 1469,1477,1478 1478,1470,1469 47,45,1478 1478,1477,47 1292,1315,1479 1479,1471,1292 1312,1480,1479 1479,1315,1312 1481,1482,1479 1479,1480,1481 1473,1471,1479 1479,1482,1473 1308,1483,1484 1484,1309,1308 1485,1486,1484 1484,1483,1485 1481,1480,1484 1484,1486,1481 1312,1309,1484 1484,1480,1312 71,74,1487 1487,1488,71 67,1489,1487 1487,74,67 1481,1486,1487 1487,1489,1481 1485,1488,1487 1487,1486,1485 51,1476,1490 1490,65,51 1473,1482,1490 1490,1476,1473 1481,1489,1490 1490,1482,1481 67,65,1490 1490,1489,67 1308,1331,1491 1491,1483,1308 1328,1492,1491 1491,1331,1328 1493,1494,1491 1491,1492,1493 1485,1483,1491 1491,1494,1485 1324,1495,1496 1496,1325,1324 1497,1498,1496 1496,1495,1497 1493,1492,1496 1496,1498,1493 1328,1325,1496 1496,1492,1328 91,94,1499 1499,1500,91 87,1501,1499 1499,94,87 1493,1498,1499 1499,1501,1493 1497,1500,1499 1499,1498,1497 71,1488,1502 1502,85,71 1485,1494,1502 1502,1488,1485 1493,1501,1502 1502,1494,1493 87,85,1502 1502,1501,87 1324,1347,1503 1503,1495,1324 1344,1504,1503 1503,1347,1344 1505,1506,1503 1503,1504,1505 1497,1495,1503 1503,1506,1497 1340,1507,1508 1508,1341,1340 1509,1510,1508 1508,1507,1509 1505,1504,1508 1508,1510,1505 1344,1341,1508 1508,1504,1344 111,114,1511 1511,1512,111 107,1513,1511 1511,114,107 1505,1510,1511 1511,1513,1505 1509,1512,1511 1511,1510,1509 91,1500,1514 1514,105,91 1497,1506,1514 1514,1500,1497 1505,1513,1514 1514,1506,1505 107,105,1514 1514,1513,107 1340,1363,1515 1515,1507,1340 1360,1516,1515 1515,1363,1360 1517,1518,1515 1515,1516,1517 1509,1507,1515 1515,1518,1509 1356,1519,1520 1520,1357,1356 1521,1522,1520 1520,1519,1521 1517,1516,1520 1520,1522,1517 1360,1357,1520 1520,1516,1360 131,134,1523 1523,1524,131 127,1525,1523 1523,134,127 1517,1522,1523 1523,1525,1517 1521,1524,1523 1523,1522,1521 111,1512,1526 1526,125,111 1509,1518,1526 1526,1512,1509 1517,1525,1526 1526,1518,1517 127,125,1526 1526,1525,127 1356,1379,1527 1527,1519,1356 1376,1528,1527 1527,1379,1376 1529,1530,1527 1527,1528,1529 1521,1519,1527 1527,1530,1521 1372,1531,1532 1532,1373,1372 1533,1534,1532 1532,1531,1533 1529,1528,1532 1532,1534,1529 1376,1373,1532 1532,1528,1376 151,154,1535 1535,1536,151 147,1537,1535 1535,154,147 1529,1534,1535 1535,1537,1529 1533,1536,1535 1535,1534,1533 131,1524,1538 1538,145,131 1521,1530,1538 1538,1524,1521 1529,1537,1538 1538,1530,1529 147,145,1538 1538,1537,147 1372,1395,1539 1539,1531,1372 1392,1540,1539 1539,1395,1392 1541,1542,1539 1539,1540,1541 1533,1531,1539 1539,1542,1533 1388,1543,1544 1544,1389,1388 1545,1546,1544 1544,1543,1545 1541,1540,1544 1544,1546,1541 1392,1389,1544 1544,1540,1392 171,174,1547 1547,1548,171 167,1549,1547 1547,174,167 1541,1546,1547 1547,1549,1541 1545,1548,1547 1547,1546,1545 151,1536,1550 1550,165,151 1533,1542,1550 1550,1536,1533 1541,1549,1550 1550,1542,1541 167,165,1550 1550,1549,167 1388,1411,1551 1551,1543,1388 1408,1552,1551 1551,1411,1408 1553,1554,1551 1551,1552,1553 1545,1543,1551 1551,1554,1545 1404,1555,1556 1556,1405,1404 1557,1558,1556 1556,1555,1557 1553,1552,1556 1556,1558,1553 1408,1405,1556 1556,1552,1408 191,194,1559 1559,1560,191 187,1561,1559 1559,194,187 1553,1558,1559 1559,1561,1553 1557,1560,1559 1559,1558,1557 171,1548,1562 1562,185,171 1545,1554,1562 1562,1548,1545 1553,1561,1562 1562,1554,1553 187,185,1562 1562,1561,187 1404,1427,1563 1563,1555,1404 1424,1564,1563 1563,1427,1424 1565,1566,1563 1563,1564,1565 1557,1555,1563 1563,1566,1557 1420,1567,1568 1568,1421,1420 1569,1570,1568 1568,1567,1569 1565,1564,1568 1568,1570,1565 1424,1421,1568 1568,1564,1424 211,214,1571 1571,1572,211 207,1573,1571 1571,214,207 1565,1570,1571 1571,1573,1565 1569,1572,1571 1571,1570,1569 191,1560,1574 1574,205,191 1557,1566,1574 1574,1560,1557 1565,1573,1574 1574,1566,1565 207,205,1574 1574,1573,207 1420,1439,1575 1575,1567,1420 1436,1576,1575 1575,1439,1436 1577,1578,1575 1575,1576,1577 1569,1567,1575 1575,1578,1569 1264,1441,1579 1579,1434,1264 1445,1580,1579 1579,1441,1445 1577,1576,1579 1579,1580,1577 1436,1434,1579 1579,1576,1436 0,232,1581 1581,1453,0 227,1582,1581 1581,232,227 1577,1580,1581 1581,1582,1577 1445,1453,1581 1581,1580,1445 211,1572,1583 1583,225,211 1569,1578,1583 1583,1572,1569 1577,1582,1583 1583,1578,1577 227,225,1583 1583,1582,227 "
  2823.                                 >
  2824.                       <MeshGeometry3D.Normals>
  2825.                         <Vector3DCollection>
  2826.                           0.488165,-1.09842E-06,-0.872751 0.482688,0.198651,-0.852965 0.98781,0.124953,-0.0928305 0.994144,-5.15777E-10,-0.108066 0.437892,0.507491,-0.742094 0.907479,0.419119,-0.0286609 0.877372,0.184112,0.443082 0.898578,0.0245481,0.438127 0.900279,3.94821E-07,0.435314 0.277069,0.912958,-0.299569 0.529338,0.833934,0.156061 0.727539,0.682782,0.0670458 0.352001,0.773081,-0.527676
  2827.                           0.646814,0.641519,0.412413 0.7841,0.441091,0.436607 0.82855,0.160383,0.536454 0.821107,-0.133886,0.554849 0.809918,0.185133,0.556559 0.713063,0.465857,0.523945 0.810483,-0.0201687,0.585415 0.821278,0.0685342,0.566397 0.805948,1.86343E-09,0.591986 0.825882,1.86464E-09,0.563843 0.825667,-0.0186524,0.563849 0.805368,-0.0482274,0.59081 0.250717,0.961184,-0.115181
  2828.                           0.428086,0.879821,0.206536 0.256062,0.966308,-0.026096 0.391474,0.88895,0.237731 0.482291,0.797587,0.362285 0.513486,0.76862,0.381518 0.309854,0.950648,0.0160724 0.426419,0.883163,0.195424 0.398237,0.886316,0.236327 0.278152,0.959841,0.0365751 0.502754,0.823076,0.264167 0.461859,0.819674,0.338853 0.733076,0.671255,0.10962 0.946004,0.32413,-0.00410441
  2829.                           0.66225,0.691554,0.288404 0.563636,0.781609,0.267211 0.832694,0.435108,0.342493 0.562785,0.714631,0.415421 0.720262,0.507708,0.47271 0.914916,-0.107302,0.38912 0.345401,0.937934,-0.0312794 0.472211,0.876619,0.0924998 0.366677,0.926152,-0.0882681 0.500895,0.865507,-0.00122729 0.57824,0.814842,0.0408829 0.54171,0.824964,0.161199 0.388554,0.92134,-0.012594
  2830.                           0.520312,0.853973,0.00232243 0.514834,0.85573,-0.0516867 0.380667,0.920296,-0.0902627 0.594511,0.803477,0.0313374 0.590673,0.80674,-0.0166437 0.63488,0.763413,0.11886 0.631524,0.772816,0.0627174 0.62805,0.777892,0.0208895 0.629698,0.773746,0.0692604 0.649306,0.760363,0.0158007 0.617809,0.784642,0.0514591 0.625118,0.77432,0.0982637 0.704743,0.700765,-0.110751
  2831.                           0.396317,0.911722,0.108146 0.521808,0.845069,0.116513 0.403462,0.886587,0.226234 0.523816,0.821877,0.22391 0.590874,0.770435,0.23937 0.592989,0.793999,0.1339 0.417217,0.791409,0.446767 0.527237,0.733719,0.428576 0.525348,0.784486,0.329531 0.410793,0.846815,0.337866 0.588081,0.685062,0.429944 0.589912,0.735397,0.333461 0.62127,0.617971,0.481805
  2832.                           0.61631,0.650968,0.443173 0.617939,0.692072,0.373078 0.617159,0.647472,0.447097 0.626749,0.713505,0.313204 0.622591,0.735117,0.268297 0.623929,0.759085,0.185748 0.62191,0.735935,0.267634 0.423444,0.723188,0.545614 0.52831,0.669648,0.521977 0.428548,0.643437,0.634299 0.529883,0.596651,0.602687 0.58577,0.554972,0.59066 0.587185,0.626275,0.512829
  2833.                           0.437268,0.453287,0.776741 0.532137,0.420356,0.734936 0.53085,0.512853,0.67467 0.433543,0.554106,0.710639 0.584467,0.389729,0.711695 0.585434,0.478602,0.654376 0.616723,0.336086,0.711828 0.614094,0.388354,0.687074 0.610767,0.437396,0.660036 0.610781,0.362425,0.703985 0.617948,0.488436,0.616093 0.613084,0.519899,0.594838 0.613318,0.580253,0.535861
  2834.                           0.613622,0.529428,0.58581 0.440538,0.345804,0.82846 0.53254,0.319958,0.7836 0.442472,0.234074,0.865695 0.533316,0.217097,0.817584 0.58354,0.200853,0.786854 0.58419,0.298096,0.754891 0.444398,2.68797E-07,0.89583 0.533914,3.73389E-09,0.845539 0.533469,0.1102,0.83861 0.444123,0.119125,0.888011 0.583432,2.7984E-09,0.812162 0.583683,0.102578,0.805476
  2835.                           0.616383,-4.66113E-09,0.787446 0.61674,0.0793014,0.783162 0.608791,0.0922641,0.787947 0.609147,-2.79731E-09,0.793057 0.616271,0.170883,0.768771 0.609377,0.185888,0.770782 0.609267,0.269617,0.745721 0.615442,0.234399,0.752521 0.444124,-0.119125,0.888011 0.533469,-0.1102,0.83861 0.442472,-0.234074,0.865695 0.533316,-0.217096,0.817584 0.58354,-0.200853,0.786854
  2836.                           0.583683,-0.102578,0.805476 0.437267,-0.453288,0.776742 0.532137,-0.420356,0.734936 0.532539,-0.319958,0.7836 0.440537,-0.345804,0.82846 0.584468,-0.389729,0.711694 0.584191,-0.298096,0.754891 0.616722,-0.336085,0.711829 0.615441,-0.2344,0.752522 0.609267,-0.269617,0.745721 0.610781,-0.362422,0.703987 0.616271,-0.170885,0.768771 0.609377,-0.185892,0.770781
  2837.                           0.608791,-0.0922641,0.787947 0.61674,-0.0793014,0.783162 0.433542,-0.554107,0.710638 0.53085,-0.512853,0.67467 0.428548,-0.643437,0.634299 0.529883,-0.596652,0.602686 0.58577,-0.554972,0.59066 0.585434,-0.478603,0.654375 0.417217,-0.791409,0.446768 0.527236,-0.73372,0.428576 0.52831,-0.669648,0.521977 0.423443,-0.723189,0.545612 0.588081,-0.685062,0.429944
  2838.                           0.587185,-0.626275,0.512829 0.62127,-0.61797,0.481806 0.613622,-0.529426,0.585812 0.613318,-0.580253,0.535861 0.617158,-0.647471,0.447098 0.617948,-0.488436,0.616093 0.613084,-0.519899,0.594838 0.610767,-0.437396,0.660036 0.614094,-0.388354,0.687074 0.410792,-0.846815,0.337867 0.525348,-0.784486,0.329532 0.403462,-0.886587,0.226234 0.523816,-0.821877,0.223909
  2839.                           0.590874,-0.770435,0.23937 0.589912,-0.735397,0.33346 0.388554,-0.92134,-0.0125943 0.520312,-0.853973,0.0023222 0.521808,-0.845069,0.116513 0.396317,-0.911722,0.108146 0.594511,-0.803477,0.0313367 0.592989,-0.793999,0.1339 0.63488,-0.763413,0.11886 0.62191,-0.735935,0.267633 0.623929,-0.759085,0.185748 0.629698,-0.773746,0.0692591 0.626749,-0.713505,0.313204
  2840.                           0.62259,-0.735117,0.268297 0.617939,-0.692072,0.373077 0.61631,-0.650968,0.443173 0.380667,-0.920296,-0.090263 0.514834,-0.85573,-0.0516868 0.366677,-0.926152,-0.0882681 0.500895,-0.865507,-0.00122723 0.57824,-0.814842,0.040883 0.590673,-0.806739,-0.0166439 0.309855,-0.950648,0.0160722 0.426419,-0.883163,0.195424 0.472211,-0.876619,0.0924996 0.345401,-0.937934,-0.0312795
  2841.                           0.502755,-0.823076,0.264167 0.54171,-0.824964,0.161199 0.733076,-0.671255,0.109619 0.704743,-0.700765,-0.110752 0.625118,-0.77432,0.0982634 0.563637,-0.781609,0.267211 0.649306,-0.760363,0.0158003 0.617809,-0.784642,0.051459 0.62805,-0.777892,0.0208894 0.631524,-0.772816,0.0627175 0.278151,-0.959841,0.0365749 0.398237,-0.886317,0.236327 0.256062,-0.966308,-0.026096
  2842.                           0.391474,-0.88895,0.237731 0.482291,-0.797587,0.362284 0.461859,-0.819674,0.338853 0.277069,-0.912957,-0.299569 0.529338,-0.833934,0.156062 0.428086,-0.879821,0.206536 0.250717,-0.961184,-0.115181 0.646814,-0.641519,0.412413 0.513487,-0.768619,0.381517 0.828551,-0.160377,0.536453 0.914916,0.1073,0.38912 0.720263,-0.507708,0.47271 0.713064,-0.465856,0.523945
  2843.                           0.832693,-0.43511,0.342493 0.562785,-0.714632,0.415421 0.66225,-0.691555,0.288404 0.946004,-0.32413,-0.00410457 0.351999,-0.773082,-0.527674 0.727539,-0.682783,0.0670462 0.437892,-0.507491,-0.742094 0.907479,-0.419119,-0.0286602 0.877372,-0.184113,0.443082 0.784098,-0.441095,0.436607 0.98781,-0.124952,-0.0928309 0.482688,-0.198647,-0.852966 0.898578,-0.0245465,0.438127
  2844.                           0.805368,0.0482274,0.59081 0.825667,0.018653,0.56385 0.810482,0.0201647,0.585416 0.821277,-0.0685369,0.566398 0.809918,-0.185134,0.556559 0.821107,0.133889,0.554848 -0.747249,0,0.664545 -0.73134,0.184082,0.6567 -0.766813,0.175646,0.61737 -0.78217,0,0.623066 -0.691184,0.33661,0.639499 -0.725942,0.332866,0.601838 -0.812931,0.346967,0.467714
  2845.                           -0.860237,0.181695,0.476424 -0.877223,9.41971E-09,0.480082 -0.554382,0.593833,0.583115 -0.58851,0.588729,0.554125 -0.662334,0.475765,0.578758 -0.620587,0.494529,0.608534 -0.658475,0.609088,0.442065 -0.74323,0.489694,0.455862 -0.77021,0.634024,-0.0692171 -0.855755,0.505321,-0.111055 -0.830309,0.514354,0.214541 -0.73513,0.638533,0.227728 -0.923958,0.354003,-0.144855
  2846.                           -0.907747,0.365534,0.205864 -0.984821,-2.51753E-06,-0.173572 -0.980164,2.28362E-08,0.198189 -0.960845,0.191336,0.200421 -0.968675,0.184233,-0.166513 -0.453921,0.705681,0.544031 -0.501912,0.686467,0.526163 -0.389353,0.75698,0.524771 -0.422537,0.752547,0.50511 -0.475996,0.772865,0.419651 -0.56724,0.702066,0.430514 -0.224555,0.847606,0.48077 -0.256999,0.844759,0.469398
  2847.                           -0.334236,0.809394,0.482875 -0.282329,0.823938,0.491341 -0.300047,0.861171,0.410312 -0.387906,0.82331,0.414355 -0.357565,0.923044,0.141904 -0.459931,0.883422,0.0896036 -0.432907,0.858023,0.276386 -0.340059,0.891855,0.298252 -0.564829,0.824484,0.03456 -0.531639,0.806228,0.259532 -0.633996,0.734748,0.241235 -0.670882,0.741366,-0.0171518 -0.115522,0.882189,0.456505
  2848.                           -0.170396,0.87379,0.455474 -0.0668104,0.888189,0.454595 -0.0989231,0.886956,0.451136 -0.138061,0.897628,0.418573 -0.218116,0.884085,0.413303 0.08563,0.890707,0.446439 0.0531548,0.891149,0.450585 -0.0164638,0.89447,0.446825 0.0406541,0.89612,0.441946 0.0184577,0.895174,0.445335 -0.0612934,0.900017,0.431524 -0.0415153,0.925264,0.377044 -0.121656,0.94418,0.306144
  2849.                           -0.0946611,0.918803,0.383199 -0.0134521,0.904508,0.426244 -0.193254,0.949941,0.245489 -0.173441,0.920318,0.350617 -0.25222,0.912872,0.321012 -0.272091,0.942854,0.192333 0.194904,0.874087,0.444955 0.136969,0.880261,0.45429 0.236139,0.858739,0.454759 0.202661,0.862017,0.464602 0.173731,0.857502,0.48426 0.0956057,0.879938,0.46537 0.386406,0.78852,0.478463
  2850.                           0.352337,0.796115,0.491995 0.286516,0.831391,0.476127 0.344211,0.815852,0.464655 0.323167,0.78375,0.530377 0.245701,0.826159,0.507042 0.263512,0.707025,0.656259 0.198387,0.773173,0.602367 0.223608,0.804476,0.550288 0.293162,0.753399,0.588597 0.123754,0.836925,0.533143 0.14767,0.846489,0.511517 0.0689881,0.881608,0.466913 0.0424205,0.886815,0.460174
  2851.                           0.491861,0.714403,0.497696 0.437152,0.740407,0.510584 0.533307,0.671957,0.513865 0.500613,0.684062,0.530514 0.465089,0.667088,0.581966 0.392499,0.732937,0.555651 0.665723,0.499245,0.554588 0.637356,0.513283,0.574732 0.578321,0.599573,0.553225 0.624488,0.56619,0.537999 0.592626,0.495962,0.634678 0.528402,0.592261,0.60829 0.446584,0.390526,0.805017
  2852.                           0.409827,0.479203,0.776149 0.477328,0.544424,0.689754 0.527133,0.453495,0.71866 0.36761,0.560706,0.741938 0.420026,0.625106,0.657891 0.360376,0.693199,0.624183 0.318655,0.636225,0.702621 0.731402,0.365061,0.576005 0.699085,0.395501,0.595701 0.762543,0.269265,0.588238 0.739988,0.279282,0.611898 0.686257,0.267894,0.676228 0.644255,0.390286,0.657733
  2853.                           0.798667,0,0.601773 0.778969,0,0.627062 0.769557,0.14102,0.622812 0.790328,0.128171,0.599127 0.72134,-6.04089E-07,0.692581 0.711899,0.139136,0.688361 0.514233,-6.2497E-07,0.85765 0.509791,0.102203,0.854206 0.621767,0.122649,0.773539 0.628599,-2.6061E-06,0.777729 0.496917,0.200992,0.844201 0.60162,0.240368,0.761759 0.57033,0.34953,0.743338
  2854.                           0.475749,0.297084,0.827891 0.790329,-0.128167,0.599127 0.769557,-0.14102,0.622812 0.762544,-0.269264,0.588238 0.739989,-0.279283,0.611897 0.686257,-0.267893,0.676228 0.711899,-0.13914,0.68836 0.665723,-0.499245,0.554588 0.637356,-0.513284,0.574732 0.699085,-0.395501,0.595701 0.731402,-0.365061,0.576005 0.592626,-0.495962,0.634678 0.644256,-0.390283,0.657734
  2855.                           0.446584,-0.390526,0.805017 0.475749,-0.297085,0.827891 0.57033,-0.34953,0.743338 0.527133,-0.453495,0.71866 0.496917,-0.200991,0.844201 0.60162,-0.240366,0.761759 0.621767,-0.12265,0.773539 0.509791,-0.102203,0.854206 0.624486,-0.566193,0.537999 0.578321,-0.599573,0.553225 0.533305,-0.671959,0.513865 0.500612,-0.684063,0.530514 0.465089,-0.667089,0.581966
  2856.                           0.528403,-0.592261,0.60829 0.386404,-0.78852,0.478464 0.352337,-0.796114,0.491996 0.43715,-0.740408,0.510584 0.491853,-0.714408,0.497696 0.323167,-0.78375,0.530377 0.392499,-0.732937,0.555651 0.263512,-0.707025,0.656259 0.318655,-0.636225,0.702621 0.360376,-0.693199,0.624183 0.293163,-0.753398,0.588597 0.36761,-0.560706,0.741938 0.420026,-0.625107,0.65789
  2857.                           0.477328,-0.544424,0.689754 0.409827,-0.479203,0.776149 0.344211,-0.815851,0.464656 0.286516,-0.831391,0.476127 0.23614,-0.858739,0.454759 0.202661,-0.862017,0.464602 0.173732,-0.857502,0.48426 0.2457,-0.82616,0.507042 0.08563,-0.890707,0.446439 0.0531545,-0.891149,0.450585 0.136969,-0.880261,0.45429 0.194906,-0.874086,0.444954 0.0184572,-0.895174,0.445335
  2858.                           0.0956058,-0.879938,0.46537 -0.0415155,-0.925265,0.377044 0.0424202,-0.886815,0.460173 0.0689879,-0.881608,0.466913 -0.0134527,-0.904508,0.426244 0.123754,-0.836925,0.533143 0.14767,-0.846489,0.511517 0.223608,-0.804476,0.550288 0.198387,-0.773173,0.602367 0.0406542,-0.89612,0.441946 -0.0164639,-0.89447,0.446825 -0.0668113,-0.888189,0.454595 -0.0989243,-0.886956,0.451136
  2859.                           -0.138062,-0.897628,0.418573 -0.061294,-0.900017,0.431524 -0.224555,-0.847606,0.48077 -0.256999,-0.844759,0.469398 -0.170397,-0.873789,0.455474 -0.115523,-0.882189,0.456506 -0.300048,-0.861171,0.410312 -0.218116,-0.884085,0.413303 -0.357565,-0.923044,0.141904 -0.272092,-0.942854,0.192333 -0.25222,-0.912872,0.321012 -0.340061,-0.891855,0.298251 -0.193255,-0.949941,0.245488
  2860.                           -0.173441,-0.920319,0.350616 -0.0946617,-0.918803,0.383198 -0.121656,-0.94418,0.306143 -0.28233,-0.823938,0.491341 -0.334236,-0.809393,0.482875 -0.389354,-0.75698,0.524771 -0.422537,-0.752547,0.50511 -0.475997,-0.772865,0.419651 -0.387906,-0.82331,0.414355 -0.554382,-0.593834,0.583114 -0.58851,-0.588729,0.554125 -0.501912,-0.686467,0.526163 -0.45392,-0.705682,0.544031
  2861.                           -0.658474,-0.60909,0.442065 -0.567239,-0.702067,0.430513 -0.77021,-0.634023,-0.0692176 -0.670883,-0.741365,-0.0171519 -0.633997,-0.734747,0.241235 -0.735128,-0.638535,0.227727 -0.564829,-0.824484,0.0345602 -0.53164,-0.806227,0.259532 -0.432907,-0.858023,0.276386 -0.45993,-0.883422,0.0896045 -0.620587,-0.494529,0.608534 -0.662334,-0.475766,0.578758 -0.691184,-0.336609,0.639499
  2862.                           -0.725942,-0.332866,0.601838 -0.812931,-0.346967,0.467714 -0.74323,-0.489694,0.455861 -0.766813,-0.175646,0.61737 -0.731341,-0.184081,0.6567 -0.860237,-0.181695,0.476424 -0.968675,-0.184233,-0.166514 -0.960845,-0.191336,0.20042 -0.923958,-0.354003,-0.144855 -0.907747,-0.365534,0.205864 -0.830308,-0.514356,0.21454 -0.855754,-0.505324,-0.111055 -0.885042,0.161246,-0.436692
  2863.                           -0.894955,-2.82546E-06,-0.446157 -0.856014,0.313282,-0.41121 -0.793948,0.280383,-0.539474 -0.813994,0.142083,-0.563229 -0.821087,-2.28504E-06,-0.570803 -0.746938,0.586161,-0.313844 -0.809291,0.45676,-0.369348 -0.713321,0.539079,-0.447847 -0.760969,0.41116,-0.501871 -0.670876,0.484388,-0.561511 -0.707672,0.364555,-0.605228 -0.726385,0.382766,-0.570836 -0.688096,0.502217,-0.523739
  2864.                           -0.732395,0.246944,-0.63452 -0.753443,0.257084,-0.605171 -0.752523,-5.75804E-07,-0.658566 -0.774785,-1.92339E-06,-0.632225 -0.769495,0.131052,-0.625062 -0.747376,0.124357,-0.652659 -0.664374,0.706673,-0.243353 -0.565139,0.809258,-0.160371 -0.550039,0.787359,-0.278429 -0.646087,0.665128,-0.374401 -0.353361,0.935469,0.00581643 -0.455562,0.887017,-0.0752594 -0.335192,0.939279,-0.073494
  2865.                           -0.441647,0.88026,-0.173463 -0.30508,0.93892,-0.159236 -0.41213,0.86873,-0.274693 -0.425186,0.874222,-0.23442 -0.317888,0.940157,-0.122689 -0.52278,0.755672,-0.394539 -0.53584,0.768214,-0.350318 -0.626677,0.635358,-0.451217 -0.613888,0.614266,-0.495801 -0.26524,0.960934,0.0790827 -0.198523,0.969546,0.143417 -0.189273,0.978747,0.0789314 -0.251335,0.967862,0.00857884
  2866.                           -0.0642291,0.948112,0.311383 -0.133005,0.966466,0.219665 -0.0717935,0.966281,0.24728 -0.135571,0.979366,0.149873 -0.0597809,0.989049,0.13494 -0.117417,0.991323,0.0590972 -0.128289,0.986491,0.101866 -0.0720574,0.979729,0.186919 -0.166394,0.986057,-0.00209932 -0.178084,0.983467,0.0328449 -0.235668,0.971211,-0.0347677 -0.221798,0.972742,-0.0676705 0.019097,0.906142,0.422543
  2867.                           0.101273,0.839226,0.534269 0.0894138,0.862223,0.498574 0.00340644,0.930363,0.366624 0.237663,0.673463,0.699974 0.177461,0.757771,0.627926 0.229019,0.677413,0.699044 0.167807,0.770469,0.614994 0.283678,0.768906,0.572984 0.204715,0.855882,0.474928 0.174703,0.804953,0.567036 0.240615,0.710095,0.661717 0.109723,0.928249,0.355407 0.0887496,0.894055,0.439078
  2868.                           0.00318808,0.952058,0.305902 0.015268,0.972404,0.232802 0.284546,0.593583,0.75279 0.323326,0.511676,0.79602 0.30925,0.505036,0.805793 0.273572,0.590441,0.759301 0.381641,0.343555,0.858091 0.355366,0.429361,0.83028 0.360692,0.33353,0.87101 0.337911,0.41916,0.842687 0.463653,0.39648,0.792357 0.431755,0.495286,0.753843 0.357144,0.440956,0.823412
  2869.                           0.381069,0.350062,0.855712 0.392044,0.590211,0.705657 0.326751,0.530634,0.782088 0.288586,0.620522,0.729157 0.343137,0.682095,0.645758 0.401796,0.257884,0.878667 0.415823,0.17247,0.892942 0.389449,0.165579,0.906042 0.37777,0.248052,0.892054 0.427039,-3.47866E-07,0.904233 0.424229,0.0872242,0.901344 0.398641,-2.41894E-07,0.917107 0.396274,0.0832384,0.914351
  2870.                           0.516731,-1.20711E-07,0.856148 0.513373,0.10008,0.85231 0.417962,0.0873777,0.904253 0.420228,0,0.907419 0.50388,0.198473,0.840662 0.410836,0.173479,0.895052 0.398892,0.260671,0.879168 0.487511,0.296746,0.821142 0.424229,-0.0872243,0.901344 0.415823,-0.17247,0.892942 0.389449,-0.165579,0.906042 0.396274,-0.0832386,0.914351 0.381641,-0.343554,0.858091
  2871.                           0.401796,-0.257885,0.878667 0.360692,-0.333529,0.871011 0.37777,-0.248052,0.892054 0.463653,-0.39648,0.792357 0.487511,-0.296746,0.821143 0.398892,-0.26067,0.879168 0.381069,-0.350061,0.855713 0.50388,-0.198473,0.840662 0.410836,-0.17348,0.895052 0.417962,-0.0873779,0.904253 0.513373,-0.100079,0.85231 0.355366,-0.429361,0.83028 0.323327,-0.511675,0.79602
  2872.                           0.30925,-0.505036,0.805793 0.33791,-0.419161,0.842687 0.237663,-0.673463,0.699974 0.284546,-0.593583,0.75279 0.229019,-0.677413,0.699044 0.273573,-0.590441,0.759301 0.283678,-0.768906,0.572984 0.343137,-0.682095,0.645758 0.288586,-0.620522,0.729157 0.240615,-0.710095,0.661717 0.392044,-0.590212,0.705657 0.326751,-0.530635,0.782087 0.357143,-0.440957,0.823411
  2873.                           0.431755,-0.495286,0.753843 0.177461,-0.757771,0.627926 0.101273,-0.839226,0.534268 0.0894136,-0.862224,0.498573 0.167806,-0.77047,0.614994 -0.0642291,-0.948112,0.311382 0.0190968,-0.906142,0.422542 -0.0717936,-0.966281,0.24728 0.00340658,-0.930363,0.366624 -0.0597808,-0.989049,0.13494 0.0152681,-0.972404,0.232802 0.00318816,-0.952058,0.305902 -0.0720574,-0.979729,0.186919
  2874.                           0.109723,-0.928249,0.355407 0.0887495,-0.894055,0.439077 0.174703,-0.804953,0.567036 0.204715,-0.855882,0.474928 -0.133005,-0.966466,0.219665 -0.198523,-0.969546,0.143416 -0.189274,-0.978747,0.0789313 -0.135571,-0.979366,0.149873 -0.353361,-0.935469,0.00581668 -0.26524,-0.960934,0.0790825 -0.335192,-0.939279,-0.0734943 -0.251335,-0.967862,0.00857885 -0.30508,-0.93892,-0.159236
  2875.                           -0.221798,-0.972742,-0.0676706 -0.235668,-0.971211,-0.0347677 -0.317889,-0.940156,-0.12269 -0.166394,-0.986057,-0.0020994 -0.178084,-0.983467,0.032845 -0.12829,-0.986491,0.101865 -0.117417,-0.991323,0.0590972 -0.455561,-0.887018,-0.0752592 -0.565139,-0.809258,-0.160371 -0.550039,-0.78736,-0.278428 -0.441647,-0.88026,-0.173463 -0.746939,-0.58616,-0.313845 -0.664375,-0.706671,-0.243354
  2876.                           -0.713322,-0.539078,-0.447847 -0.646088,-0.665126,-0.374402 -0.670876,-0.484387,-0.561511 -0.613888,-0.614265,-0.495802 -0.626677,-0.635357,-0.451217 -0.688098,-0.502214,-0.52374 -0.52278,-0.755672,-0.394539 -0.535839,-0.768216,-0.350316 -0.425186,-0.874222,-0.23442 -0.41213,-0.86873,-0.274692 -0.809291,-0.456761,-0.369348 -0.856014,-0.313281,-0.411211 -0.793948,-0.280382,-0.539475
  2877.                           -0.760968,-0.411161,-0.50187 -0.885042,-0.161248,-0.436692 -0.813994,-0.142083,-0.563229 -0.747376,-0.124357,-0.652659 -0.769495,-0.131053,-0.625062 -0.732396,-0.246944,-0.634519 -0.753443,-0.257083,-0.605171 -0.726386,-0.382766,-0.570837 -0.707672,-0.364555,-0.605227 -0.734625,0.122989,-0.667233 -0.739901,3.78868E-07,-0.672715 -0.719354,0.241836,-0.651187 -0.702904,0.242072,-0.668825
  2878.                           -0.719206,0.122502,-0.683912 -0.724588,9.56527E-08,-0.689183 -0.657211,0.474362,-0.585709 -0.693498,0.360122,-0.623998 -0.63808,0.473569,-0.607112 -0.676403,0.35816,-0.643583 -0.602355,0.479931,-0.637836 -0.641945,0.364956,-0.674325 -0.657722,0.36084,-0.661208 -0.618728,0.475282,-0.625526 -0.669955,0.24652,-0.700277 -0.685678,0.243576,-0.685942 -0.69285,-1.90383E-07,-0.721082
  2879.                           -0.708259,-8.39899E-09,-0.705953 -0.702315,0.123669,-0.701042 -0.687192,0.125281,-0.715591 -0.598983,0.605919,-0.523529 -0.510232,0.745466,-0.428887 -0.494961,0.737229,-0.459899 -0.580452,0.599949,-0.550579 -0.293946,0.936099,-0.193172 -0.401973,0.861327,-0.3107 -0.286923,0.929888,-0.230183 -0.390281,0.852698,-0.347257 -0.285847,0.913994,-0.287936 -0.379483,0.833784,-0.400994
  2880.                           -0.382786,0.842974,-0.377981 -0.282189,0.922414,-0.263672 -0.470619,0.725243,-0.502533 -0.479492,0.729822,-0.487285 -0.561416,0.59939,-0.570565 -0.546033,0.600899,-0.583754 -0.212269,0.971915,-0.101607 -0.154241,0.987391,-0.0356118 -0.143947,0.987141,-0.0695171 -0.203483,0.969678,-0.13535 -0.041643,0.99565,0.0833432 -0.102727,0.994495,0.0206851 -0.0201616,0.998959,0.0409164
  2881.                           -0.0882727,0.996,-0.0138755 0.00316069,0.999995,0.000742565 -0.0754088,0.995623,-0.0552082 -0.0769595,0.99616,-0.0417484 -0.00405685,0.999919,0.0120923 -0.139211,0.98333,-0.11697 -0.138147,0.985671,-0.0967918 -0.200689,0.965248,-0.167391 -0.204966,0.9601,-0.190253 0.0417086,0.985652,0.163556 0.142826,0.955439,0.258335 0.178656,0.967117,0.181018 0.0686404,0.992049,0.10549
  2882.                           0.344696,0.825497,0.446922 0.251498,0.898342,0.360181 0.399302,0.854186,0.333052 0.294199,0.919813,0.259597 0.436461,0.863714,0.251991 0.329005,0.925027,0.189948 0.324365,0.924924,0.198252 0.433422,0.862985,0.259619 0.212531,0.96915,0.124814 0.20501,0.969847,0.131784 0.0919994,0.993375,0.0688693 0.100308,0.993082,0.0610404 0.420931,0.744059,0.518838
  2883.                           0.48538,0.654714,0.579445 0.565791,0.690787,0.450215 0.487621,0.778616,0.394948 0.585133,0.451045,0.673928 0.540172,0.556448,0.631332 0.689832,0.484038,0.538367 0.632678,0.593333,0.497669 0.751975,0.496028,0.434153 0.689148,0.605612,0.39788 0.686706,0.604192,0.40421 0.749186,0.495035,0.440068 0.615613,0.703345,0.355424 0.612936,0.702337,0.361984
  2884.                           0.529093,0.788285,0.314113 0.531514,0.789508,0.30687 0.619993,0.340486,0.706879 0.643972,0.229324,0.729871 0.765904,0.248926,0.592813 0.734253,0.368446,0.570193 0.663276,-4.25647E-07,0.748375 0.658516,0.116046,0.743566 0.791457,-1.71452E-07,0.611225 0.784858,0.126564,0.606613 0.866026,-6.4437E-08,0.5 0.858642,0.130307,0.495736 0.85552,0.129861,0.501221
  2885.                           0.862831,-2.76485E-07,0.505493 0.837105,0.256267,0.483303 0.834048,0.255646,0.488885 0.798911,0.377021,0.468612 0.801712,0.378167,0.462869 0.658516,-0.116045,0.743566 0.643972,-0.229323,0.729871 0.765904,-0.248926,0.592813 0.784858,-0.126564,0.606613 0.585133,-0.451043,0.673928 0.619993,-0.340486,0.706879 0.689832,-0.484037,0.538367 0.734253,-0.368446,0.570193
  2886.                           0.751975,-0.496029,0.434153 0.801712,-0.378166,0.462869 0.79891,-0.37702,0.468613 0.749186,-0.495035,0.440068 0.837106,-0.256266,0.483303 0.834048,-0.255646,0.488885 0.855519,-0.129861,0.501221 0.858642,-0.130307,0.495737 0.540172,-0.556448,0.631332 0.485379,-0.654715,0.579444 0.56579,-0.690788,0.450214 0.632678,-0.593334,0.497668 0.344696,-0.825497,0.446922
  2887.                           0.420931,-0.744059,0.518838 0.399302,-0.854186,0.333052 0.48762,-0.778616,0.394947 0.436461,-0.863714,0.251991 0.531515,-0.789508,0.30687 0.529092,-0.788286,0.314113 0.433422,-0.862984,0.259621 0.615613,-0.703345,0.355424 0.612935,-0.702337,0.361984 0.686706,-0.604193,0.40421 0.689148,-0.605612,0.39788 0.251498,-0.898342,0.360181 0.142826,-0.955439,0.258335
  2888.                           0.178656,-0.967117,0.181018 0.294199,-0.919813,0.259598 -0.0416429,-0.99565,0.0833433 0.0417084,-0.985652,0.163556 -0.0201616,-0.998959,0.0409165 0.0686399,-0.992049,0.10549 0.00316059,-0.999995,0.000742489 0.100308,-0.993082,0.0610404 0.0919992,-0.993375,0.0688691 -0.00405687,-0.999919,0.0120923 0.212531,-0.96915,0.124813 0.205009,-0.969848,0.131783 0.324365,-0.924924,0.198253
  2889.                           0.329005,-0.925028,0.189947 -0.102726,-0.994495,0.0206851 -0.154241,-0.987391,-0.035612 -0.143947,-0.987141,-0.0695174 -0.0882729,-0.996,-0.0138756 -0.293946,-0.936098,-0.193172 -0.212269,-0.971915,-0.101608 -0.286923,-0.929888,-0.230183 -0.203482,-0.969678,-0.13535 -0.285847,-0.913993,-0.287936 -0.204966,-0.9601,-0.190253 -0.20069,-0.965248,-0.167391 -0.282188,-0.922414,-0.263672
  2890.                           -0.139211,-0.98333,-0.11697 -0.138147,-0.985671,-0.096792 -0.0769596,-0.99616,-0.0417484 -0.0754087,-0.995623,-0.0552084 -0.401973,-0.861327,-0.3107 -0.510232,-0.745465,-0.428887 -0.494961,-0.737229,-0.459899 -0.390281,-0.852698,-0.347257 -0.65721,-0.474362,-0.585709 -0.598983,-0.605919,-0.523529 -0.638081,-0.473569,-0.607112 -0.580452,-0.59995,-0.550578 -0.602355,-0.479931,-0.637836
  2891.                           -0.546032,-0.6009,-0.583753 -0.561415,-0.59939,-0.570565 -0.618728,-0.475281,-0.625526 -0.47062,-0.725243,-0.502533 -0.479492,-0.729822,-0.487286 -0.382786,-0.842974,-0.377981 -0.379484,-0.833784,-0.400995 -0.693498,-0.360122,-0.623998 -0.719354,-0.241836,-0.651187 -0.702904,-0.242072,-0.668825 -0.676404,-0.35816,-0.643584 -0.734625,-0.122989,-0.667233 -0.719206,-0.122501,-0.683912
  2892.                           -0.687192,-0.125281,-0.715592 -0.702315,-0.123668,-0.701042 -0.669955,-0.24652,-0.700277 -0.685678,-0.243576,-0.685942 -0.657722,-0.36084,-0.661208 -0.641944,-0.364956,-0.674325 -0.671586,0.126627,-0.730026 -0.677544,-7.44786E-07,-0.735483 -0.654801,0.249484,-0.713437 -0.636061,0.2514,-0.729537 -0.652771,0.12782,-0.746695 -0.658318,1.96009E-08,-0.75274 -0.587817,0.484856,-0.647599
  2893.                           -0.626891,0.36852,-0.68644 -0.570572,0.488035,-0.660507 -0.608868,0.371661,-0.70082 -0.52581,0.492374,-0.693608 -0.561395,0.375244,-0.737583 -0.587174,0.373578,-0.718099 -0.550084,0.490806,-0.67566 -0.586707,0.254036,-0.768921 -0.613685,0.253083,-0.74789 -0.607437,3.2579E-07,-0.794368 -0.635331,8.47561E-07,-0.77224 -0.629692,0.12855,-0.766135 -0.602241,0.129187,-0.787792
  2894.                           -0.534188,0.602986,-0.592496 -0.462608,0.721487,-0.515219 -0.453228,0.718319,-0.527828 -0.518684,0.604529,-0.604576 -0.290646,0.905841,-0.308184 -0.379756,0.826314,-0.415921 -0.292992,0.898378,-0.327218 -0.3755,0.818903,-0.434048 -0.285936,0.884862,-0.367776 -0.35708,0.80689,-0.470555 -0.368762,0.81276,-0.451038 -0.291194,0.891066,-0.348148 -0.42281,0.712395,-0.560112
  2895.                           -0.439295,0.715094,-0.543747 -0.50112,0.605298,-0.61846 -0.47916,0.605805,-0.635143 -0.211326,0.9548,-0.209041 -0.145071,0.98083,-0.130103 -0.147489,0.978353,-0.14516 -0.216135,0.949388,-0.227921 0.00208108,0.999997,0.00153867 -0.0766953,0.995008,-0.0638435 0.00225121,0.999997,0.000754222 -0.079002,0.994359,-0.0707794 0.00141286,0.999999,0.000593303 -0.0782756,0.993162,-0.0866142
  2896.                           -0.0783585,0.993762,-0.0793489 0.0012835,0.999998,0.00120182 -0.147662,0.97359,-0.174124 -0.1496,0.975837,-0.159256 -0.216993,0.944372,-0.247134 -0.215528,0.939455,-0.266404 0.0988445,0.992733,0.0686318 0.206813,0.968349,0.139747 0.199168,0.967709,0.154505 0.0964387,0.992393,0.0765234 0.419009,0.863712,0.280058 0.316473,0.924602,0.212028 0.399841,0.86371,0.306809
  2897.                           0.302993,0.924198,0.232493 0.356369,0.863715,0.356369 0.271044,0.923619,0.271042 0.28753,0.923897,0.252469 0.378963,0.863712,0.332248 0.180456,0.966648,0.181733 0.190704,0.967102,0.168363 0.0932126,0.992117,0.0837548 0.0890798,0.991857,0.0910201 0.510261,0.789505,0.34105 0.590996,0.703341,0.395013 0.563959,0.703339,0.432741 0.486917,0.789504,0.373625
  2898.                           0.721904,0.496024,0.482508 0.661591,0.605607,0.442197 0.688877,0.496022,0.528594 0.631324,0.605604,0.484431 0.613985,0.496028,0.613985 0.562687,0.605612,0.562688 0.598362,0.605606,0.524599 0.65291,0.496025,0.572423 0.502646,0.703345,0.502646 0.534515,0.70334,0.468622 0.461494,0.789505,0.404604 0.43398,0.789508,0.43398 0.769651,0.378162,0.514422
  2899.                           0.803629,0.256263,0.537131 0.766861,0.256262,0.588434 0.734439,0.37816,0.563555 0.831392,0,0.555687 0.824303,0.130305,0.550949 0.793353,-1.62492E-07,0.608762 0.786589,0.130304,0.603571 0.707107,-1.16173E-06,0.707107 0.701077,0.130306,0.701078 0.745521,0.130304,0.65362 0.751933,1.86772E-09,0.65924 0.683493,0.256268,0.683494 0.726823,0.256263,0.637226
  2900.                           0.696094,0.378163,0.610283 0.654595,0.378167,0.654595 0.824303,-0.130305,0.550949 0.803629,-0.256263,0.537131 0.766861,-0.256262,0.588433 0.786589,-0.130304,0.603572 0.721905,-0.496024,0.482507 0.769652,-0.378163,0.514421 0.688877,-0.496022,0.528593 0.734439,-0.378161,0.563554 0.613985,-0.496028,0.613986 0.654595,-0.378166,0.654596 0.696094,-0.378163,0.610284
  2901.                           0.652909,-0.496024,0.572425 0.683493,-0.256267,0.683494 0.726823,-0.256265,0.637226 0.745522,-0.130305,0.653619 0.701077,-0.130306,0.701078 0.661591,-0.605607,0.442196 0.590996,-0.703341,0.395013 0.56396,-0.703338,0.432741 0.631325,-0.605603,0.484432 0.41901,-0.863712,0.280058 0.510261,-0.789505,0.34105 0.399841,-0.86371,0.306809 0.486918,-0.789504,0.373624
  2902.                           0.356369,-0.863714,0.356369 0.433979,-0.789509,0.43398 0.461494,-0.789505,0.404604 0.378964,-0.863711,0.332248 0.502646,-0.703345,0.502646 0.534514,-0.703341,0.468622 0.598361,-0.605607,0.524599 0.562687,-0.605612,0.562688 0.316473,-0.924602,0.212028 0.206812,-0.968349,0.139747 0.199168,-0.967709,0.154504 0.302993,-0.924198,0.232493 0.00208068,-0.999997,0.00153837
  2903.                           0.0988441,-0.992733,0.0686317 0.00225113,-0.999997,0.000754124 0.0964385,-0.992393,0.0765226 0.0014128,-0.999999,0.000593274 0.0890796,-0.991857,0.0910205 0.0932122,-0.992117,0.0837544 0.00128368,-0.999998,0.001202 0.180456,-0.966648,0.181733 0.190703,-0.967102,0.168361 0.28753,-0.923897,0.252469 0.271044,-0.923619,0.271042 -0.0766954,-0.995008,-0.0638437 -0.145071,-0.98083,-0.130103
  2904.                           -0.147489,-0.978353,-0.14516 -0.0790025,-0.994359,-0.0707796 -0.290647,-0.905841,-0.308184 -0.211326,-0.9548,-0.209041 -0.292993,-0.898378,-0.327218 -0.216134,-0.949388,-0.227921 -0.285936,-0.884862,-0.367777 -0.215528,-0.939456,-0.266403 -0.216993,-0.944372,-0.247134 -0.291194,-0.891066,-0.348147 -0.147662,-0.97359,-0.174125 -0.1496,-0.975837,-0.159256 -0.0783587,-0.993762,-0.0793491
  2905.                           -0.0782754,-0.993162,-0.0866143 -0.379756,-0.826314,-0.415921 -0.462608,-0.721487,-0.515218 -0.453229,-0.718318,-0.527828 -0.3755,-0.818903,-0.434048 -0.587818,-0.484856,-0.6476 -0.534188,-0.602986,-0.592496 -0.570572,-0.488035,-0.660507 -0.518684,-0.604529,-0.604575 -0.525811,-0.492373,-0.693608 -0.47916,-0.605805,-0.635143 -0.50112,-0.605298,-0.61846 -0.550084,-0.490805,-0.67566
  2906.                           -0.42281,-0.712395,-0.560112 -0.439295,-0.715093,-0.543748 -0.368762,-0.81276,-0.451038 -0.357081,-0.806889,-0.470556 -0.626892,-0.368519,-0.68644 -0.654801,-0.249484,-0.713437 -0.636062,-0.251401,-0.729536 -0.608867,-0.371661,-0.70082 -0.671586,-0.126627,-0.730026 -0.652771,-0.12782,-0.746694 -0.60224,-0.129188,-0.787793 -0.629692,-0.128551,-0.766135 -0.586707,-0.254037,-0.768921
  2907.                           -0.613685,-0.253085,-0.74789 -0.587174,-0.373579,-0.718099 -0.561395,-0.375243,-0.737583 -0.570481,0.129527,-0.811033 -0.57559,-1.26775E-06,-0.817738 -0.555896,0.254894,-0.791207 -0.521992,0.255333,-0.813836 -0.5358,0.12986,-0.834299 -0.540448,-7.65526E-08,-0.841377 -0.498079,0.493775,-0.712813 -0.531796,0.376131,-0.758761 -0.467793,0.494503,-0.732555 -0.499453,0.376998,-0.780012
  2908.                           -0.401205,0.49555,-0.770367 -0.428166,0.377871,-0.820906 -0.464689,0.377404,-0.801018 -0.435306,0.495259,-0.751815 -0.447375,0.255974,-0.856932 -0.485667,0.255796,-0.83588 -0.463087,-3.73441E-09,-0.886313 -0.502818,9.4853E-07,-0.864393 -0.498389,0.130015,-0.857149 -0.459108,0.130193,-0.878789 -0.454668,0.605848,-0.652859 -0.401993,0.709823,-0.578406 -0.379414,0.707796,-0.595877
  2909.                           -0.427149,0.605926,-0.671117 -0.276594,0.87897,-0.388469 -0.342636,0.80223,-0.488904 -0.264384,0.874338,-0.406982 -0.324541,0.797952,-0.507883 -0.231626,0.867332,-0.440551 -0.281961,0.792211,-0.541202 -0.304483,0.794851,-0.524882 -0.249159,0.870114,-0.42523 -0.327259,0.704825,-0.629383 -0.353939,0.70604,-0.613379 -0.398037,0.605788,-0.688903 -0.366983,0.605786,-0.705937
  2910.                           -0.209833,0.935281,-0.284991 -0.145019,0.971389,-0.188079 -0.138779,0.969593,-0.20157 -0.202146,0.931316,-0.302965 0.000655598,0.999999,0.00078062 -0.0753974,0.992658,-0.0945756 0.000760723,1,0.000342831 -0.072865,0.992169,-0.101449 0.000312186,1,0.000117323 -0.0633684,0.991463,-0.113955 -0.0680796,0.991799,-0.10817 0.000241695,1,0.00037214 -0.122006,0.966764,-0.224682
  2911.                           -0.131853,0.967905,-0.213949 -0.190937,0.928319,-0.319009 -0.178125,0.925655,-0.333819 0.0842,0.991659,0.0975886 0.169456,0.966224,0.194153 0.15712,0.965919,0.205704 0.0786272,0.991474,0.103911 0.332248,0.863712,0.378963 0.252876,0.923415,0.288717 0.306809,0.86371,0.399841 0.233918,0.923229,0.304846 0.251991,0.863714,0.436461 0.192409,0.922993,0.333262
  2912.                           0.213598,0.923103,0.319775 0.280058,0.863712,0.41901 0.130009,0.965465,0.225776 0.144131,0.96564,0.216254 0.0724486,0.991343,0.109498 0.0656906,0.991227,0.11469 0.404604,0.789505,0.461494 0.468622,0.70334,0.534515 0.432741,0.703339,0.563959 0.373625,0.789504,0.486917 0.572423,0.496025,0.65291 0.524599,0.605607,0.598362 0.528593,0.496021,0.688877
  2913.                           0.484431,0.605604,0.631324 0.434153,0.496029,0.751975 0.39788,0.605612,0.689148 0.442197,0.605607,0.661591 0.482508,0.496025,0.721904 0.355425,0.703345,0.615613 0.395012,0.703341,0.590996 0.34105,0.789505,0.510261 0.30687,0.789508,0.531515 0.610283,0.378163,0.696094 0.637225,0.256264,0.726824 0.588433,0.256263,0.766861 0.563555,0.37816,0.734439
  2914.                           0.659241,0,0.751932 0.653619,0.130303,0.745522 0.608761,-1.16733E-07,0.793354 0.603571,0.130301,0.78659 0.500001,-8.2554E-07,0.866025 0.495738,0.130306,0.858641 0.55095,0.130304,0.824303 0.555687,-1.36717E-06,0.831392 0.483304,0.256266,0.837105 0.537132,0.256264,0.803628 0.514422,0.378163,0.769651 0.462869,0.378165,0.801713 0.653618,-0.130304,0.745523
  2915.                           0.637225,-0.256265,0.726824 0.588433,-0.256263,0.766861 0.603572,-0.130301,0.786589 0.572423,-0.496024,0.65291 0.610283,-0.378163,0.696094 0.528594,-0.496022,0.688877 0.563555,-0.378161,0.734439 0.434152,-0.496029,0.751975 0.462868,-0.378166,0.801713 0.514422,-0.378163,0.769651 0.482508,-0.496025,0.721904 0.483303,-0.256266,0.837106 0.537132,-0.256263,0.803628
  2916.                           0.55095,-0.130304,0.824302 0.495737,-0.130306,0.858642 0.524599,-0.605607,0.598361 0.468622,-0.703341,0.534513 0.432741,-0.703339,0.563959 0.484432,-0.605605,0.631323 0.332248,-0.863712,0.378964 0.404604,-0.789505,0.461494 0.30681,-0.86371,0.399841 0.373626,-0.789503,0.486917 0.251991,-0.863714,0.436462 0.306869,-0.789509,0.531514 0.34105,-0.789506,0.510261
  2917.                           0.280059,-0.863712,0.41901 0.355424,-0.703345,0.615613 0.395012,-0.703341,0.590997 0.442196,-0.605607,0.661591 0.39788,-0.605611,0.689149 0.252876,-0.923416,0.288717 0.169456,-0.966224,0.194153 0.157119,-0.965919,0.205703 0.233918,-0.923229,0.304846 0.000655197,-0.999999,0.000780145 0.0841998,-0.991659,0.0975884 0.00076071,-1,0.0003428 0.0786273,-0.991474,0.103911
  2918.                           0.000312095,-1,0.000117201 0.0656902,-0.991227,0.11469 0.0724485,-0.991343,0.109498 0.000241782,-1,0.000372274 0.130009,-0.965465,0.225775 0.144131,-0.96564,0.216253 0.213599,-0.923103,0.319775 0.192409,-0.922993,0.333262 -0.0753975,-0.992658,-0.0945758 -0.145019,-0.971389,-0.188079 -0.138779,-0.969593,-0.20157 -0.0728655,-0.992169,-0.101449 -0.276593,-0.87897,-0.38847
  2919.                           -0.209832,-0.935281,-0.284991 -0.264384,-0.874338,-0.406982 -0.202146,-0.931316,-0.302965 -0.231627,-0.867331,-0.440551 -0.178126,-0.925654,-0.33382 -0.190938,-0.928319,-0.31901 -0.249159,-0.870114,-0.425231 -0.122006,-0.966764,-0.224683 -0.131854,-0.967905,-0.213949 -0.0680797,-0.991799,-0.10817 -0.0633682,-0.991463,-0.113955 -0.342636,-0.80223,-0.488905 -0.401993,-0.709823,-0.578406
  2920.                           -0.379415,-0.707796,-0.595877 -0.324542,-0.797952,-0.507883 -0.498079,-0.493775,-0.712813 -0.454668,-0.605849,-0.652858 -0.467792,-0.494503,-0.732555 -0.427149,-0.605926,-0.671117 -0.401205,-0.495551,-0.770366 -0.366983,-0.605787,-0.705936 -0.398038,-0.605787,-0.688903 -0.435307,-0.49526,-0.751815 -0.32726,-0.704825,-0.629383 -0.35394,-0.70604,-0.61338 -0.304483,-0.794851,-0.524882
  2921.                           -0.281961,-0.792211,-0.541202 -0.531796,-0.37613,-0.758761 -0.555897,-0.254892,-0.791207 -0.521993,-0.255333,-0.813836 -0.499452,-0.376999,-0.780012 -0.570481,-0.129527,-0.811033 -0.535801,-0.129859,-0.834299 -0.459107,-0.130193,-0.878789 -0.498389,-0.130013,-0.85715 -0.447374,-0.255973,-0.856933 -0.485667,-0.255798,-0.83588 -0.464689,-0.377406,-0.801018 -0.428167,-0.37787,-0.820906
  2922.                           -0.415766,0.130227,-0.9001 -0.419398,-9.95298E-07,-0.907802 -0.405246,0.256187,-0.877578 -0.363888,0.256421,-0.895452 -0.373367,0.130313,-0.918486 -0.376584,-5.55471E-07,-0.926383 -0.363708,0.495898,-0.788544 -0.387976,0.377916,-0.840627 -0.326245,0.496738,-0.804248 -0.348353,0.378261,-0.857653 -0.273849,0.51594,-0.811673 -0.297678,0.388546,-0.872021 -0.317638,0.381894,-0.867907
  2923.                           -0.296484,0.500622,-0.813311 -0.312748,0.261648,-0.913088 -0.332831,0.257577,-0.907126 -0.324517,7.31771E-07,-0.94588 -0.344585,8.40104E-07,-0.938755 -0.34161,0.130686,-0.930711 -0.321734,0.131392,-0.937669 -0.333175,0.605528,-0.722724 -0.297325,0.703948,-0.645023 -0.265918,0.704475,-0.65803 -0.298589,0.605881,-0.737396 -0.211273,0.865116,-0.454904 -0.256851,0.790707,-0.555707
  2924.                           -0.188034,0.864591,-0.465968 -0.229338,0.789971,-0.568638 -0.136383,0.874917,-0.464672 -0.173727,0.806575,-0.565027 -0.200899,0.795263,-0.57201 -0.163035,0.866019,-0.472684 -0.209532,0.727883,-0.652903 -0.236966,0.708819,-0.664396 -0.268253,0.613374,-0.742841 -0.244963,0.627459,-0.739113 -0.162128,0.924205,-0.345774 -0.111222,0.965828,-0.234106 -0.0980688,0.965482,-0.241304
  2925.                           -0.144106,0.923205,-0.356266 4.37355E-05,1,8.95507E-05 -0.05698,0.991281,-0.118807 6.73431E-05,1,1.33791E-05 -0.0502847,0.991148,-0.122873 6.5342E-09,1,-3.92052E-08 -0.0342869,0.991189,-0.127942 -0.0425945,0.991142,-0.125793 -1.97893E-07,1,-8.21442E-08 -0.0678272,0.966268,-0.248448 -0.0836443,0.965418,-0.246923 -0.123544,0.924103,-0.361623 -0.100959,0.926665,-0.362075
  2926.                           0.0584208,0.991166,0.119064 0.115312,0.965321,0.23422 0.0999116,0.965265,0.241415 0.0507686,0.991121,0.122885 0.222844,0.863712,0.452043 0.170174,0.922934,0.345302 0.192868,0.86371,0.465625 0.147357,0.922891,0.355751 0.13044,0.863714,0.486809 0.0996669,0.922881,0.371963 0.123827,0.922883,0.364629 0.162068,0.863712,0.477217 0.0676532,0.965233,0.252486
  2927.                           0.0840425,0.965232,0.247517 0.0427516,0.991112,0.125974 0.0344363,0.991109,0.128517 0.271374,0.789505,0.550489 0.314311,0.703341,0.63759 0.272031,0.703339,0.656745 0.234871,0.789504,0.567027 0.383933,0.496025,0.778816 0.351856,0.605608,0.713749 0.332288,0.496022,0.802214 0.304526,0.605604,0.735192 0.224734,0.496028,0.83872 0.205958,0.605611,0.768646
  2928.                           0.255897,0.605606,0.753497 0.279225,0.496025,0.822188 0.183981,0.703345,0.686627 0.228591,0.703341,0.673095 0.197363,0.789506,0.581144 0.158847,0.789508,0.592828 0.409326,0.378162,0.830328 0.427396,0.256263,0.866984 0.369905,0.256262,0.893029 0.354265,0.37816,0.855273 0.442162,3.73545E-09,0.896935 0.438392,0.130304,0.889288 0.382683,-5.05218E-07,0.92388
  2929.                           0.37942,0.130303,0.916003 0.25882,-5.29504E-07,0.965926 0.256613,0.130307,0.95769 0.318832,0.130305,0.938812 0.321573,-3.73545E-09,0.946885 0.250176,0.256267,0.93367 0.310836,0.256264,0.915265 0.297694,0.378162,0.876568 0.239599,0.378165,0.894194 0.438392,-0.130304,0.889288 0.427396,-0.256263,0.866984 0.369905,-0.256262,0.893029 0.37942,-0.130302,0.916003
  2930.                           0.383932,-0.496025,0.778817 0.409327,-0.378162,0.830328 0.332289,-0.496022,0.802214 0.354266,-0.37816,0.855272 0.224734,-0.496028,0.83872 0.239598,-0.378167,0.894194 0.297694,-0.378163,0.876568 0.279226,-0.496025,0.822187 0.250176,-0.256268,0.93367 0.310836,-0.256265,0.915265 0.318832,-0.130305,0.938811 0.256613,-0.130306,0.95769 0.351856,-0.605608,0.713748
  2931.                           0.314312,-0.703341,0.637589 0.272033,-0.703339,0.656744 0.304527,-0.605605,0.735191 0.222843,-0.863712,0.452043 0.271374,-0.789505,0.550489 0.192869,-0.86371,0.465625 0.234871,-0.789503,0.567028 0.13044,-0.863714,0.48681 0.158847,-0.789509,0.592827 0.197364,-0.789505,0.581144 0.162069,-0.863712,0.477217 0.183981,-0.703345,0.686627 0.228592,-0.703341,0.673095
  2932.                           0.255897,-0.605607,0.753496 0.205958,-0.605612,0.768645 0.170174,-0.922934,0.345302 0.115312,-0.965321,0.23422 0.0999112,-0.965265,0.241414 0.147357,-0.922891,0.355751 4.34503E-05,-1,8.89673E-05 0.0584205,-0.991166,0.119064 6.73027E-05,-1,1.32363E-05 0.0507686,-0.991122,0.122884 -2.497E-08,-1,-6.44086E-08 0.0344361,-0.991109,0.128517 0.0427514,-0.991112,0.125973
  2933.                           -1.7549E-07,-1,-1.86691E-08 0.067653,-0.965233,0.252485 0.0840423,-0.965232,0.247516 0.123827,-0.922883,0.364629 0.0996672,-0.922881,0.371964 -0.05698,-0.991281,-0.118807 -0.111221,-0.965828,-0.234106 -0.0980689,-0.965481,-0.241305 -0.0502848,-0.991148,-0.122873 -0.211273,-0.865116,-0.454904 -0.162128,-0.924205,-0.345775 -0.188034,-0.86459,-0.465968 -0.144106,-0.923205,-0.356266
  2934.                           -0.136383,-0.874917,-0.464673 -0.100959,-0.926665,-0.362075 -0.123544,-0.924102,-0.361624 -0.163034,-0.866019,-0.472684 -0.0678273,-0.966268,-0.248448 -0.0836441,-0.965418,-0.246923 -0.0425944,-0.991142,-0.125793 -0.034287,-0.991189,-0.127942 -0.256851,-0.790706,-0.555707 -0.297325,-0.703947,-0.645024 -0.265918,-0.704474,-0.65803 -0.229338,-0.789971,-0.568639 -0.363707,-0.4959,-0.788543
  2935.                           -0.333175,-0.605529,-0.722724 -0.326245,-0.496739,-0.804248 -0.298589,-0.605882,-0.737395 -0.273849,-0.51594,-0.811673 -0.244963,-0.627459,-0.739113 -0.268253,-0.613374,-0.742841 -0.296484,-0.500622,-0.813311 -0.209532,-0.727883,-0.652903 -0.236967,-0.708819,-0.664397 -0.200899,-0.795263,-0.57201 -0.173727,-0.806575,-0.565027 -0.387976,-0.377915,-0.840628 -0.405246,-0.256184,-0.877579
  2936.                           -0.363888,-0.25642,-0.895452 -0.348353,-0.37826,-0.857654 -0.415766,-0.130227,-0.9001 -0.373367,-0.130313,-0.918485 -0.321734,-0.131392,-0.937669 -0.341611,-0.130686,-0.930711 -0.312747,-0.261649,-0.913087 -0.332831,-0.257578,-0.907126 -0.317638,-0.381894,-0.867907 -0.297678,-0.388546,-0.872021 -0.296802,0.133815,-0.945517 -0.29965,2.0929E-06,-0.954049 -0.28776,0.270013,-0.918851
  2937.                           -0.231015,0.295865,-0.926874 -0.242445,0.139822,-0.960037 -0.245157,1.60093E-06,-0.969483 -0.243606,0.545349,-0.802029 -0.269606,0.410748,-0.870976 -0.171914,0.626075,-0.760576 -0.210023,0.456892,-0.864372 -0.0624189,0.57521,-0.815621 -0.02328,0.763065,-0.645902 -0.0900151,0.355873,-0.930189 -0.10464,0,-0.99451 -0.101438,0.158293,-0.982168 -0.205747,0.672941,-0.710506
  2938.                           -0.167558,0.765377,-0.621387 -0.0773164,0.848983,-0.522733 -0.127422,0.7552,-0.642991 -0.0866598,0.895233,-0.43709 -0.124996,0.843138,-0.522967 0.00828735,0.935939,-0.352066 -0.0310677,0.903981,-0.426442 0.111144,0.965608,-0.235047 0.152384,0.969811,-0.190383 0.0706095,0.943059,-0.325046 0.0240353,0.886647,-0.461821 -0.0550671,0.937042,-0.344847 -0.0260864,0.968589,-0.247294
  2939.                           0.0639457,0.972157,-0.225436 0.041749,0.95429,-0.295951 0.0260811,0.999646,-0.00518403 -0.000473363,0.991329,-0.1314 0.104728,0.994416,-0.012962 0.0853317,0.987234,-0.134491 0.216565,0.96875,-0.120925 0.23096,0.97278,-0.0188664 0.203541,0.963648,-0.173073 0.178973,0.96526,-0.190373 0.0530378,0.990629,0.125863 0.0787831,0.964843,0.250742 0.144904,0.959023,0.24347
  2940.                           0.125093,0.9853,0.116342 0.127643,0.863323,0.488243 0.103814,0.922204,0.372508 0.182034,0.857548,0.481119 0.163849,0.917049,0.363559 0.272279,0.895117,0.353029 0.285031,0.837611,0.46601 0.259097,0.937338,0.232953 0.245197,0.963124,0.11077 0.149767,0.788754,0.596185 0.169227,0.702996,0.690767 0.213458,0.697956,0.683588 0.198711,0.784266,0.587741
  2941.                           0.200858,0.495765,0.84491 0.186313,0.604926,0.774178 0.237338,0.492049,0.837591 0.226426,0.601465,0.766141 0.315546,0.585965,0.746375 0.323329,0.480317,0.815324 0.306767,0.681473,0.664446 0.296379,0.764664,0.57223 0.212353,0.377692,0.901252 0.220564,0.256125,0.941144 0.252128,0.25416,0.933721 0.246074,0.375537,0.893543 0.227274,7.46691E-09,0.973831
  2942.                           0.225522,0.130134,0.965508 0.257202,8.10509E-07,0.966358 0.256024,0.129394,0.957971 0.335867,0.125969,0.933448 0.337021,1.07285E-06,0.941497 0.333462,0.248083,0.909537 0.32902,0.365682,0.870645 0.225521,-0.130135,0.965508 0.220565,-0.256126,0.941143 0.252127,-0.254162,0.93372 0.256023,-0.129394,0.957972 0.200857,-0.495766,0.84491 0.212353,-0.377692,0.901252
  2943.                           0.237337,-0.492049,0.837591 0.246074,-0.375537,0.893543 0.32902,-0.365682,0.870645 0.323329,-0.480316,0.815325 0.333462,-0.248085,0.909536 0.335868,-0.125969,0.933448 0.186313,-0.604926,0.774178 0.169226,-0.702996,0.690767 0.213457,-0.697956,0.683588 0.226425,-0.601465,0.766141 0.127642,-0.863322,0.488244 0.149766,-0.788754,0.596186 0.182035,-0.857548,0.481119
  2944.                           0.198711,-0.784267,0.587741 0.29638,-0.764665,0.57223 0.285032,-0.837611,0.46601 0.306768,-0.681474,0.664445 0.315546,-0.585965,0.746375 0.103814,-0.922204,0.372508 0.0787833,-0.964843,0.250741 0.144904,-0.959023,0.24347 0.163849,-0.917049,0.363558 0.0260811,-0.999646,-0.00518381 0.0530377,-0.990629,0.125863 0.104728,-0.994416,-0.0129621 0.125093,-0.9853,0.116342
  2945.                           0.245197,-0.963124,0.11077 0.23096,-0.97278,-0.0188666 0.259097,-0.937338,0.232953 0.272279,-0.895117,0.353029 -0.00047345,-0.991329,-0.1314 -0.0260865,-0.968589,-0.247294 0.0639458,-0.972157,-0.225436 0.0853316,-0.987234,-0.134491 -0.0866603,-0.895232,-0.437091 -0.0550674,-0.937042,-0.344847 0.00828727,-0.935938,-0.352066 0.0417492,-0.95429,-0.295951 0.178973,-0.96526,-0.190373
  2946.                           0.152384,-0.969811,-0.190383 0.203541,-0.963648,-0.173073 0.216565,-0.96875,-0.120925 -0.124996,-0.843137,-0.522968 -0.167558,-0.765377,-0.621387 -0.0773166,-0.848983,-0.522733 -0.0310678,-0.903981,-0.426442 -0.243606,-0.54535,-0.802029 -0.205746,-0.672941,-0.710506 -0.171914,-0.626074,-0.760577 -0.127422,-0.755199,-0.642991 0.0240352,-0.886647,-0.461821 -0.0232802,-0.763063,-0.645905
  2947.                           0.0706093,-0.943059,-0.325046 0.111144,-0.965608,-0.235048 -0.269606,-0.410748,-0.870976 -0.28776,-0.270014,-0.918851 -0.231014,-0.295868,-0.926874 -0.210022,-0.456895,-0.864371 -0.296802,-0.133815,-0.945517 -0.242445,-0.139819,-0.960037 -0.101438,-0.158293,-0.982168 -0.0900156,-0.355877,-0.930188 -0.0624192,-0.575211,-0.81562
  2948.                         </Vector3DCollection>
  2949.                       </MeshGeometry3D.Normals>
  2950.                       <MeshGeometry3D.Positions>
  2951.                         <Point3DCollection>
  2952.                           20.5895,2.77049E-07,-65.5128 20.593,1.52517,-65.4114 22.0891,1.3197,-62.9891 22.0895,2.34762E-07,-63.0769 20.2754,3.0248,-64.9784 21.7897,2.61731,-62.6081 20.3675,2.08756,-58.4451 20.6007,1.0526,-58.7427 20.604,1.95668E-07,-58.8127 17.3633,5.84527,-62.6022 19.1012,5.05781,-60.4971 20.8932,3.87071,-61.8166 19.3082,4.47335,-64.0849
  2953.                           18.3173,4.03411,-56.8155 19.6809,3.08728,-57.8319 12.5466,1.59298,-46.8246 12.5942,1.2191,-47.0021 16.6037,2.18332,-52.7031 15.8522,2.85292,-52.0829 12.6287,0.824333,-47.1312 16.9876,1.47632,-53.0869 12.6571,4.66034E-10,-47.2369 17.1281,1.21061E-07,-53.3295 17.1227,0.744395,-53.2804 12.6499,0.415647,-47.21 14.1122,7.11502,-60.4013
  2954.                           16.1155,6.1565,-58.5324 10.2104,8.26391,-57.7722 12.5327,7.15061,-56.185 13.337,5.70333,-53.5074 16.0533,4.91043,-55.3081 3.07699,10.1243,-52.3881 5.96221,8.76038,-51.3927 8.94943,8.02397,-53.7175 6.3135,9.27323,-55.0045 8.33892,6.98728,-49.817 10.6162,6.39992,-51.6111 12.2448,2.75912,-45.6982 12.3344,2.52718,-46.0325
  2955.                           11.6368,4.52601,-48.9584 10.3766,4.9414,-47.8543 12.4154,2.25212,-46.3349 13.1292,4.03339,-50.1029 14.6142,3.47265,-51.1803 12.4866,1.93902,-46.6006 1.15634,10.7984,-50.2128 4.16763,9.34367,-49.4732 0.222613,11.2887,-48.3683 3.26753,9.76792,-47.8577 6.23607,7.79089,-47.0535 6.95318,7.45251,-48.3228 -7.2105E-07,11.6905,-45.2305
  2956.                           2.95813,10.1156,-45.1331 2.96375,10.0272,-46.4447 -0.053183,11.5884,-46.7442 5.91625,8.06822,-44.8897 5.96473,7.9977,-45.9341 11.8325,3.18596,-44.1595 11.9401,3.15811,-44.561 8.95506,5.65597,-45.2828 8.87438,5.70583,-44.549 12.0459,3.07645,-44.9558 9.1537,5.50971,-46.0536 9.58823,5.27041,-46.8984 12.148,2.94283,-45.3371
  2957.                           0.0531816,11.5884,-43.7168 2.9525,10.0272,-43.8215 0.105464,11.2887,-42.2284 2.94698,9.76792,-42.5319 5.82013,7.79089,-42.8185 5.86778,7.9977,-43.8454 0.203807,10.1243,-39.429 2.93658,8.76038,-40.1064 2.94163,9.34367,-41.2862 0.155976,10.7984,-40.7907 5.73049,6.98728,-40.8871 5.77409,7.45251,-41.8266 11.4202,2.75912,-42.6208
  2958.                           11.517,2.94283,-42.982 8.63774,5.27041,-42.3968 8.56516,4.9414,-41.7368 11.6192,3.07645,-43.3633 8.71436,5.50971,-43.0937 8.7937,5.65597,-43.8152 11.7249,3.15811,-43.758 0.248085,9.27323,-38.1688 2.93189,8.02397,-39.0145 0.288141,8.26391,-37.0285 2.92766,7.15061,-38.0265 5.65362,5.70333,-39.231 5.69014,6.39992,-40.0177
  2959.                           0.353012,5.84527,-35.1821 2.9208,5.05781,-36.4266 2.92394,6.1565,-37.1585 0.323331,7.11502,-36.0267 5.59449,4.03411,-37.9571 5.62155,4.91043,-38.5398 11.1184,1.59298,-41.4944 11.1784,1.93902,-41.7185 8.38382,3.47265,-40.0875 8.33879,2.85292,-39.6781 11.2496,2.25212,-41.9842 8.43722,4.03339,-40.5731 8.49799,4.52601,-41.1259
  2960.                           11.3307,2.52718,-42.2866 0.376514,4.47335,-34.513 2.91832,3.87071,-35.8469 0.393607,3.0248,-34.0264 2.91651,2.61731,-35.4253 5.55749,2.08756,-37.1597 5.57307,3.08728,-37.4955 0.407623,-1.11975E-06,-33.6276 2.91502,-9.75308E-07,-35.0797 2.9154,1.3197,-35.1676 0.404053,1.52517,-33.729 5.54472,-7.52276E-07,-36.8846 5.54797,1.0526,-36.9545
  2961.                           11.0079,-3.44624E-07,-41.0821 11.0151,0.415646,-41.109 8.26135,0.744394,-38.9737 8.25594,-5.33317E-07,-38.9246 11.0363,0.824332,-41.1879 8.2772,1.47632,-39.1179 8.30313,2.18332,-39.3538 11.0708,1.2191,-41.317 0.404053,-1.52517,-33.729 2.9154,-1.3197,-35.1676 0.393607,-3.0248,-34.0264 2.91651,-2.61731,-35.4253 5.55749,-2.08756,-37.1597
  2962.                           5.54797,-1.0526,-36.9545 0.353012,-5.84527,-35.1821 2.9208,-5.05781,-36.4266 2.91832,-3.87071,-35.8469 0.376514,-4.47335,-34.513 5.59449,-4.03411,-37.9571 5.57307,-3.08728,-37.4955 11.1184,-1.59298,-41.4944 11.0708,-1.2191,-41.317 8.30313,-2.18332,-39.3538 8.33879,-2.85292,-39.6781 11.0363,-0.824333,-41.1879 8.2772,-1.47632,-39.1179
  2963.                           8.26135,-0.744395,-38.9737 11.0151,-0.415647,-41.109 0.323332,-7.11502,-36.0268 2.92394,-6.1565,-37.1585 0.288141,-8.26391,-37.0285 2.92766,-7.15062,-38.0265 5.65362,-5.70333,-39.231 5.62155,-4.91043,-38.5398 0.203807,-10.1243,-39.429 2.93658,-8.76038,-40.1064 2.93189,-8.02397,-39.0145 0.248086,-9.27324,-38.1688 5.73049,-6.98728,-40.8871
  2964.                           5.69014,-6.39992,-40.0177 11.4202,-2.75912,-42.6208 11.3307,-2.52719,-42.2866 8.49799,-4.52601,-41.1259 8.56516,-4.9414,-41.7368 11.2496,-2.25212,-41.9842 8.43722,-4.03339,-40.5731 8.38382,-3.47265,-40.0875 11.1784,-1.93902,-41.7185 0.155976,-10.7984,-40.7907 2.94163,-9.34367,-41.2862 0.105465,-11.2887,-42.2284 2.94698,-9.76792,-42.5319
  2965.                           5.82013,-7.7909,-42.8185 5.77409,-7.45251,-41.8266 -7.06404E-07,-11.6905,-45.2305 2.95813,-10.1156,-45.1331 2.9525,-10.0272,-43.8215 0.0531817,-11.5884,-43.7168 5.91625,-8.06822,-44.8897 5.86778,-7.9977,-43.8454 11.8325,-3.18596,-44.1595 11.7249,-3.15812,-43.758 8.7937,-5.65597,-43.8152 8.87438,-5.70583,-44.549 11.6192,-3.07645,-43.3633
  2966.                           8.71436,-5.50971,-43.0937 8.63774,-5.27041,-42.3968 11.517,-2.94283,-42.982 -0.053183,-11.5884,-46.7442 2.96375,-10.0272,-46.4447 0.222613,-11.2887,-48.3683 3.26753,-9.76792,-47.8577 6.23607,-7.79089,-47.0535 5.96473,-7.9977,-45.9341 3.07699,-10.1243,-52.3881 5.96221,-8.76038,-51.3927 4.16763,-9.34367,-49.4732 1.15634,-10.7984,-50.2128
  2967.                           8.33892,-6.98728,-49.817 6.95318,-7.45251,-48.3228 12.2448,-2.75912,-45.6982 12.148,-2.94283,-45.3371 9.58823,-5.27041,-46.8984 10.3766,-4.94139,-47.8543 12.0459,-3.07645,-44.9558 9.1537,-5.50971,-46.0536 8.95506,-5.65597,-45.2828 11.9401,-3.15812,-44.561 6.3135,-9.27323,-55.0045 8.94943,-8.02396,-53.7175 10.2104,-8.26391,-57.7722
  2968.                           12.5327,-7.15061,-56.185 13.337,-5.70333,-53.5074 10.6162,-6.39992,-51.6111 17.3633,-5.84527,-62.6022 19.1012,-5.05781,-60.4971 16.1155,-6.1565,-58.5324 14.1122,-7.11502,-60.4013 18.3173,-4.03411,-56.8155 16.0533,-4.91043,-55.3081 12.5466,-1.59298,-46.8246 12.4866,-1.93902,-46.6006 14.6142,-3.47265,-51.1803 15.8522,-2.85292,-52.0829
  2969.                           12.4154,-2.25212,-46.3349 13.1292,-4.03339,-50.1029 11.6368,-4.52601,-48.9584 12.3344,-2.52718,-46.0325 19.3082,-4.47335,-64.0849 20.8932,-3.87071,-61.8166 20.2754,-3.0248,-64.9784 21.7897,-2.61731,-62.6081 20.3675,-2.08756,-58.4451 19.6809,-3.08728,-57.8319 22.0891,-1.3197,-62.9891 20.593,-1.52517,-65.4114 20.6007,-1.0526,-58.7427
  2970.                           12.6499,-0.415647,-47.21 17.1227,-0.744394,-53.2804 12.6287,-0.824332,-47.1312 16.9876,-1.47632,-53.0869 16.6037,-2.18332,-52.7031 12.5942,-1.2191,-47.0021 -70.3011,-1.30496E-07,12.4054 -70.2706,0.295842,12.3973 -73.0846,0.494055,9.20795 -73.1364,-1.01447E-07,9.21407 -70.1814,0.58673,12.3734 -72.9326,0.979835,9.19001 -75.2284,1.36826,5.86576
  2971.                           -75.4389,0.689909,5.87672 -75.5107,-7.48206E-08,5.88046 -69.8346,1.13382,12.2804 -72.3422,1.89348,9.12032 -72.684,1.44907,9.16067 -70.0353,0.867709,12.3342 -74.4103,2.6441,5.82319 -74.8839,2.02351,5.84784 -75.4696,4.08208,-1.73009 -76.1423,3.12399,-1.75262 -76.1862,2.58413,2.2565 -75.5993,3.37665,2.25206 -76.6315,2.11239,-1.769
  2972.                           -76.6132,1.74734,2.25972 -77.0325,1.79408E-08,-1.78243 -76.9631,3.42487E-09,2.26237 -76.8741,0.881048,2.2617 -76.9306,1.06511,-1.77902 -69.5811,1.38012,12.2125 -71.9107,2.3048,9.06938 -69.2805,1.60298,12.132 -71.3989,2.67696,9.00897 -73.1016,3.73817,5.75687 -73.8123,3.21847,5.79208 -68.5601,1.96384,11.9389 -70.1725,3.2796,8.8642
  2973.                           -70.8163,3.00392,8.9402 -68.9383,1.79876,12.0403 -71.3879,4.57971,5.68374 -72.2896,4.19474,5.71997 -71.0406,7.07037,-1.4171 -72.403,6.47603,-1.56152 -72.9534,5.35689,2.25944 -71.8096,5.84852,2.29188 -73.5972,5.77116,-1.65092 -73.9729,4.77383,2.24661 -74.8582,4.11015,2.24645 -74.6203,4.96882,-1.70165 -68.1515,2.0946,11.8295
  2974.                           -69.4768,3.49797,8.78208 -67.72,2.18971,11.7139 -68.7423,3.6568,8.69538 -69.3713,5.10643,5.61802 -70.4081,4.88465,5.65058 -66.8191,2.26765,11.4725 -67.2086,3.78696,8.51433 -67.9819,3.75387,8.60562 -67.2734,2.24783,11.5942 -67.2112,5.2882,5.54483 -68.2986,5.24198,5.58359 -64.5084,8.16416,-0.473788 -66.1893,8.09281,-0.694749
  2975.                           -67.8317,6.69427,2.49463 -66.44,6.75329,2.55258 -67.8764,7.88355,-0.948855 -69.2138,6.52117,2.4229 -70.5514,6.23793,2.35084 -69.5126,7.54114,-1.20125 -66.3649,2.24783,11.3507 -66.4352,3.75386,8.42304 -65.9182,2.18971,11.2311 -65.6748,3.6568,8.33328 -65.0716,5.10643,5.44954 -66.13,5.24198,5.49927 -65.0781,1.96384,11.006
  2976.                           -64.2447,3.2796,8.16446 -64.9403,3.49797,8.24658 -65.4868,2.0946,11.1155 -63.0884,4.57971,5.34812 -64.0523,4.88465,5.39828 -58.5164,7.07037,-0.108452 -59.8855,7.54114,-0.1543 -62.4812,6.23793,2.59112 -61.2866,5.84852,2.58209 -61.3469,7.88354,-0.219709 -63.7489,6.52117,2.59386 -65.0738,6.69427,2.58334 -62.8911,8.09281,-0.320822
  2977.                           -64.7,1.79876,10.9046 -63.6008,3.00392,8.08846 -64.3578,1.60298,10.8129 -63.0182,2.67696,8.01969 -61.389,3.73817,5.25969 -62.1963,4.19474,5.30169 -63.8037,1.13382,10.6645 -62.0749,1.89348,7.90834 -62.5065,2.3048,7.95928 -64.0572,1.38012,10.7324 -60.0819,2.6441,5.19167 -60.6799,3.21847,5.22279 -54.2463,4.08208,0.0345479
  2978.                           -55.0956,4.96882,0.0061064 -58.3016,4.11015,2.55952 -57.5605,3.37665,2.55392 -56.1029,5.77116,-0.0276245 -59.1805,4.77383,2.56617 -60.1809,5.35688,2.57373 -57.2493,6.47602,-0.0660191 -63.6029,0.867709,10.6107 -61.7331,1.44907,7.86799 -63.4569,0.58673,10.5715 -61.4845,0.979835,7.83864 -59.2638,1.36826,5.1491 -59.6083,2.02351,5.16702
  2979.                           -63.3372,-4.16265E-07,10.5395 -61.2807,-5.19798E-07,7.81459 -61.3325,0.494054,7.82071 -63.3676,0.295842,10.5476 -58.9815,-5.94301E-07,5.13441 -59.0533,0.689909,5.13814 -52.6834,-8.22405E-07,0.0868882 -52.7853,1.06511,0.083474 -56.2856,0.881048,2.54428 -56.1966,-7.23667E-07,2.54361 -53.0844,2.11239,0.0734609 -56.5465,1.74734,2.54625 -56.9735,2.58413,2.54948
  2980.                           -53.5736,3.12399,0.0570747 -63.3676,-0.295843,10.5476 -61.3325,-0.494055,7.82071 -63.4569,-0.586731,10.5715 -61.4845,-0.979836,7.83864 -59.2638,-1.36827,5.1491 -59.0533,-0.68991,5.13814 -63.8037,-1.13383,10.6645 -62.0749,-1.89348,7.90834 -61.7331,-1.44907,7.86799 -63.6029,-0.86771,10.6107 -60.0819,-2.6441,5.19167 -59.6083,-2.02351,5.16702
  2981.                           -54.2463,-4.08208,0.0345465 -53.5736,-3.12399,0.0570742 -56.9735,-2.58413,2.54948 -57.5605,-3.37665,2.55392 -53.0844,-2.11239,0.0734602 -56.5465,-1.74734,2.54625 -56.2856,-0.881049,2.54428 -52.7853,-1.06511,0.0834742 -64.0572,-1.38012,10.7324 -62.5065,-2.3048,7.95928 -64.3578,-1.60298,10.8129 -63.0182,-2.67696,8.01969 -61.389,-3.73817,5.25969
  2982.                           -60.6799,-3.21847,5.22279 -65.0782,-1.96384,11.006 -64.2447,-3.27961,8.16446 -63.6008,-3.00392,8.08846 -64.7,-1.79876,10.9046 -63.0884,-4.57972,5.34812 -62.1963,-4.19474,5.30169 -58.5165,-7.07037,-0.108453 -57.2493,-6.47603,-0.06602 -60.1809,-5.35689,2.57373 -61.2866,-5.84852,2.58209 -56.1029,-5.77116,-0.0276255 -59.1805,-4.77383,2.56617
  2983.                           -58.3016,-4.11015,2.55952 -55.0956,-4.96882,0.00610522 -65.4868,-2.0946,11.1155 -64.9403,-3.49797,8.24658 -65.9182,-2.18971,11.2311 -65.6748,-3.6568,8.33328 -65.0716,-5.10644,5.44954 -64.0523,-4.88465,5.39828 -66.8191,-2.26765,11.4725 -67.2086,-3.78696,8.51433 -66.4352,-3.75387,8.42304 -66.3649,-2.24783,11.3507 -67.2112,-5.2882,5.54483
  2984.                           -66.13,-5.24198,5.49927 -64.5084,-8.16416,-0.473788 -62.8911,-8.09281,-0.320823 -65.0738,-6.69427,2.58334 -66.4401,-6.75329,2.55258 -61.3469,-7.88355,-0.21971 -63.7489,-6.52117,2.59386 -62.4812,-6.23793,2.59113 -59.8855,-7.54114,-0.154301 -67.2734,-2.24783,11.5942 -67.9819,-3.75387,8.60562 -67.72,-2.18971,11.7139 -68.7423,-3.6568,8.69538
  2985.                           -69.3713,-5.10643,5.61802 -68.2986,-5.24198,5.58359 -68.5601,-1.96384,11.9389 -70.1725,-3.2796,8.8642 -69.4768,-3.49797,8.78208 -68.1515,-2.0946,11.8295 -71.3879,-4.57971,5.68374 -70.4081,-4.88465,5.65058 -71.0406,-7.07037,-1.4171 -69.5126,-7.54114,-1.20126 -70.5514,-6.23793,2.35084 -71.8096,-5.84852,2.29188 -67.8764,-7.88355,-0.948857
  2986.                           -69.2138,-6.52117,2.4229 -67.8317,-6.69427,2.49463 -66.1893,-8.09281,-0.69475 -68.9383,-1.79876,12.0403 -70.8163,-3.00392,8.9402 -69.2805,-1.60298,12.132 -71.3989,-2.67696,9.00896 -73.1016,-3.73817,5.75687 -72.2896,-4.19474,5.71997 -69.8346,-1.13382,12.2804 -72.3422,-1.89348,9.12032 -71.9107,-2.3048,9.06938 -69.5811,-1.38012,12.2125
  2987.                           -74.4103,-2.6441,5.82319 -73.8123,-3.21847,5.79207 -75.4696,-4.08208,-1.73009 -74.6203,-4.96882,-1.70165 -74.8582,-4.11015,2.24645 -75.5993,-3.37665,2.25206 -73.5972,-5.77116,-1.65092 -73.9729,-4.77383,2.24661 -72.9534,-5.35688,2.25944 -72.403,-6.47603,-1.56153 -70.0353,-0.867709,12.3342 -72.684,-1.44907,9.16067 -70.1814,-0.58673,12.3734
  2988.                           -72.9326,-0.979836,9.19001 -75.2284,-1.36826,5.86576 -74.8839,-2.02351,5.84784 -73.0846,-0.494055,9.20795 -70.2706,-0.295842,12.3973 -75.4389,-0.689909,5.87672 -76.9306,-1.06511,-1.77902 -76.8741,-0.881048,2.2617 -76.6315,-2.11239,-1.769 -76.6132,-1.74734,2.25972 -76.1862,-2.58413,2.2565 -76.1423,-3.12399,-1.75262 -75.1487,1.23975,-6.38731
  2989.                           -75.258,7.92312E-08,-6.39618 -74.828,2.45873,-6.3613 -71.7795,2.77115,-11.2037 -72.1093,1.39728,-11.2486 -72.2217,1.08008E-07,-11.2639 -73.5817,4.75137,-6.26025 -74.3032,3.63619,-6.31875 -70.498,5.35511,-11.0292 -71.2399,4.09823,-11.1302 -62.9933,6.24831,-20.0463 -63.7243,4.78179,-20.2422 -67.5233,4.4876,-15.8752 -66.7811,5.86389,-15.7276
  2990.                           -64.256,3.23337,-20.3846 -68.0631,3.03444,-15.9826 -64.6917,2.5904E-07,-20.5014 -68.5056,1.94374E-07,-16.0706 -68.3931,1.53003,-16.0483 -64.5809,1.63033,-20.4717 -72.6707,5.7835,-6.18638 -71.5586,6.71738,-6.06479 -68.4008,7.57093,-10.6968 -69.5614,6.51839,-10.9016 -68.6839,8.22962,-5.54889 -70.2336,7.53782,-5.86308 -65.2914,9.27532,-9.85221
  2991.                           -66.9872,8.49562,-10.3639 -57.6056,10.8224,-17.9683 -59.4311,9.91264,-18.8381 -63.2057,9.30278,-14.7827 -61.4147,10.1566,-14.0758 -60.9012,8.83372,-19.4223 -64.6672,8.29024,-15.2487 -65.844,7.13769,-15.5412 -62.0704,7.60561,-19.799 -66.8977,8.77757,-5.08984 -64.966,9.17612,-4.55614 -61.0931,10.3421,-8.25108 -63.2841,9.8929,-9.11096
  2992.                           -61.0294,9.50274,-3.54565 -62.9796,9.41969,-4.018 -56.6699,10.7102,-6.61933 -58.8458,10.6166,-7.38356 -47.9775,12.4966,-12.5974 -50.379,12.3874,-13.8752 -54.4312,11.6253,-10.6998 -52.097,11.7278,-9.65115 -52.9023,12.0671,-15.3126 -56.8683,11.3247,-11.8858 -59.2492,10.8328,-13.0607 -55.3703,11.543,-16.735 -59.2063,9.41969,-3.20929
  2993.                           -57.5058,9.17612,-2.97714 -52.8933,10.3421,-5.68391 -54.693,10.6166,-6.06936 -54.4552,8.22962,-2.69836 -55.9236,8.77757,-2.81743 -49.7396,9.27532,-5.20764 -51.2494,9.8929,-5.41325 -40.8914,10.8224,-10.0644 -42.3791,11.543,-10.463 -46.5166,10.8328,-7.95678 -45.0061,10.1566,-7.65631 -44.0246,12.0671,-10.9674 -48.177,11.3247,-8.34549
  2994.                           -50.0247,11.6253,-8.88833 -45.8751,12.3874,-11.6535 -53.0962,7.53782,-2.58816 -51.8665,6.71738,-2.48845 -47.0778,7.57093,-4.84515 -48.3422,8.49562,-5.01734 -49.8753,4.75137,-2.32698 -50.7862,5.7835,-2.40085 -45.0303,5.35511,-4.56633 -45.967,6.51839,-4.69388 -36.2513,6.24831,-8.82107 -37.1741,7.60561,-9.06835 -41.2317,7.13769,-6.90553
  2995.                           -40.2946,5.86389,-6.71914 -38.2686,8.83372,-9.36162 -42.343,8.29024,-7.12659 -43.608,9.30278,-7.37821 -39.5145,9.91264,-9.69544 -49.1537,3.63619,-2.26848 -48.629,2.45873,-2.22593 -43.7489,2.77115,-4.39182 -44.2884,4.09823,-4.4653 -48.1989,-8.61481E-07,-2.19105 -48.3082,1.23975,-2.19992 -43.3066,-9.54597E-07,-4.33159 -43.4191,1.39728,-4.34691
  2996.                           -34.5529,-1.16488E-06,-8.36598 -34.6637,1.63033,-8.39567 -38.6826,1.53003,-6.39849 -38.5701,-1.07429E-06,-6.37611 -34.9886,3.23337,-8.48274 -39.0126,3.03444,-6.46412 -39.5524,4.4876,-6.5715 -35.5203,4.78179,-8.6252 -48.3082,-1.23975,-2.19992 -48.629,-2.45873,-2.22593 -43.7489,-2.77116,-4.39182 -43.4191,-1.39728,-4.34691 -49.8753,-4.75137,-2.32699
  2997.                           -49.1537,-3.6362,-2.26848 -45.0303,-5.35511,-4.56633 -44.2885,-4.09823,-4.4653 -36.2513,-6.24831,-8.82106 -35.5203,-4.78179,-8.6252 -39.5524,-4.4876,-6.5715 -40.2946,-5.86389,-6.71914 -34.9886,-3.23337,-8.48274 -39.0126,-3.03444,-6.46412 -38.6826,-1.53003,-6.39849 -34.6637,-1.63034,-8.39567 -50.7862,-5.7835,-2.40085 -51.8665,-6.71738,-2.48845
  2998.                           -47.0778,-7.57094,-4.84515 -45.967,-6.51839,-4.69388 -54.4552,-8.22962,-2.69836 -53.0962,-7.53782,-2.58816 -49.7396,-9.27532,-5.20764 -48.3422,-8.49562,-5.01734 -40.8914,-10.8224,-10.0644 -39.5145,-9.91264,-9.69544 -43.608,-9.30278,-7.37821 -45.0061,-10.1566,-7.65631 -38.2686,-8.83372,-9.36162 -42.343,-8.29024,-7.12659 -41.2317,-7.13769,-6.90553
  2999.                           -37.1741,-7.60562,-9.06835 -55.9236,-8.77757,-2.81743 -57.5058,-9.17612,-2.97714 -52.8933,-10.3421,-5.68392 -51.2494,-9.8929,-5.41325 -61.0294,-9.50274,-3.54565 -59.2063,-9.41969,-3.20929 -56.6699,-10.7102,-6.61933 -54.693,-10.6166,-6.06936 -47.9775,-12.4966,-12.5974 -45.8751,-12.3874,-11.6535 -50.0247,-11.6253,-8.88833 -52.097,-11.7278,-9.65115
  3000.                           -44.0246,-12.0671,-10.9674 -48.177,-11.3247,-8.34549 -46.5166,-10.8328,-7.95678 -42.3791,-11.543,-10.463 -62.9796,-9.41969,-4.018 -64.966,-9.17612,-4.55614 -61.0931,-10.3421,-8.25108 -58.8458,-10.6166,-7.38356 -68.6839,-8.22962,-5.54889 -66.8977,-8.77757,-5.08984 -65.2914,-9.27532,-9.85222 -63.2841,-9.8929,-9.11096 -57.6056,-10.8224,-17.9683
  3001.                           -55.3703,-11.543,-16.735 -59.2492,-10.8328,-13.0607 -61.4147,-10.1566,-14.0758 -52.9023,-12.0671,-15.3126 -56.8683,-11.3247,-11.8858 -54.4312,-11.6253,-10.6998 -50.379,-12.3874,-13.8752 -70.2336,-7.53782,-5.86308 -71.5586,-6.71738,-6.06479 -68.4008,-7.57093,-10.6968 -66.9872,-8.49562,-10.3639 -73.5816,-4.75137,-6.26025 -72.6707,-5.7835,-6.18638
  3002.                           -70.498,-5.35511,-11.0292 -69.5614,-6.51839,-10.9016 -62.9933,-6.24831,-20.0463 -62.0704,-7.60561,-19.799 -65.844,-7.13769,-15.5412 -66.7811,-5.86389,-15.7276 -60.9012,-8.83372,-19.4223 -64.6672,-8.29024,-15.2487 -63.2057,-9.30278,-14.7827 -59.4311,-9.91264,-18.8381 -74.3032,-3.63619,-6.31875 -74.8279,-2.45873,-6.36131 -71.7795,-2.77115,-11.2037
  3003.                           -71.2399,-4.09823,-11.1302 -75.1487,-1.23975,-6.38731 -72.1093,-1.39728,-11.2486 -64.5809,-1.63033,-20.4717 -68.3931,-1.53003,-16.0483 -64.256,-3.23337,-20.3846 -68.0631,-3.03444,-15.9826 -67.5233,-4.4876,-15.8752 -63.7243,-4.78179,-20.2422 -61.2536,1.69052,-24.2043 -61.3622,2.50952E-07,-24.2412 -60.9351,3.35272,-24.0962 -57.9644,3.4124,-27.2793
  3004.                           -58.2752,1.72061,-27.408 -58.3812,3.0847E-07,-27.4519 -59.6973,6.47896,-23.676 -60.4139,4.95831,-23.9192 -56.7567,6.59429,-26.7791 -57.4559,5.04657,-27.0687 -51.3975,6.63273,-32.0548 -52.0529,5.07598,-32.4332 -54.7142,5.07598,-29.8526 -54.0355,6.63273,-29.5179 -52.5296,3.43229,-32.7084 -55.2079,3.43229,-30.096 -52.9203,2.98597E-07,-32.934
  3005.                           -55.6125,2.87641E-07,-30.2956 -55.5096,1.73064,-30.2448 -52.8209,1.73064,-32.8766 -58.7925,7.88637,-23.3689 -57.6463,9.15981,-22.9193 -54.7629,9.32286,-25.8999 -55.874,8.02675,-26.4134 -54.4158,11.2219,-21.2785 -56.2052,10.2786,-22.2487 -51.6756,11.4216,-24.1415 -53.3784,10.4615,-25.1665 -46.8649,11.4882,-29.066 -48.3228,10.5225,-30.1309
  3006.                           -50.8009,10.5225,-27.7433 -49.2152,11.4882,-26.6923 -49.5515,9.3772,-30.9519 -52.1112,9.3772,-28.5241 -53.1786,8.07354,-29.0953 -50.5701,8.07354,-31.5771 -52.2248,11.9691,-19.9301 -49.8058,12.5125,-18.3834 -47.3357,12.7353,-21.1714 -49.6097,12.1821,-22.7528 -44.9785,12.9579,-15.4145 -47.3324,12.8447,-16.8182 -42.7838,13.1886,-18.1135
  3007.                           -45.0087,13.0733,-19.568 -39.5432,13.2655,-23.2022 -41.3985,13.1495,-24.6453 -43.125,13.1495,-22.164 -41.0774,13.2655,-20.7057 -43.3034,12.8095,-26.1914 -45.2492,12.8095,-23.7497 -47.322,12.2531,-25.3101 -45.1586,12.2531,-27.7089 -42.9176,12.8447,-14.3521 -41.1036,12.5125,-13.555 -39.0679,12.7353,-16.0947 -40.8162,13.0733,-16.9788
  3008.                           -38.0321,11.2219,-12.4519 -39.4905,11.9691,-12.9469 -36.0783,11.4216,-14.8031 -37.5012,12.1821,-15.3925 -33.4878,11.4882,-19.3342 -34.8216,12.2531,-20.1043 -36.0615,12.2531,-17.7836 -34.6802,11.4882,-17.1024 -36.2672,12.8095,-20.9761 -37.5712,12.8095,-18.573 -39.2347,13.1495,-19.5279 -37.8369,13.1495,-21.9939 -36.6823,10.2786,-11.9937
  3009.                           -35.461,9.15981,-11.5791 -33.5698,9.32285,-13.764 -34.7614,10.4615,-14.2576 -33.4833,6.47896,-10.9078 -34.388,7.88637,-11.2149 -31.6403,6.59428,-12.9648 -32.523,8.02674,-13.3304 -29.3276,6.63273,-16.9323 -30.155,8.07354,-17.41 -31.2288,8.07354,-15.4004 -30.3719,6.63273,-14.9778 -31.1363,9.3772,-17.9766 -32.245,9.3772,-15.9015
  3010.                           -33.4018,10.5225,-16.472 -32.2533,10.5225,-18.6215 -32.7667,4.95831,-10.6645 -32.2455,3.35272,-10.4876 -30.4326,3.4124,-12.4646 -30.9411,5.04656,-12.6752 -31.8183,-1.25537E-06,-10.3426 -31.9269,1.69052,-10.3794 -30.0159,-1.26078E-06,-12.292 -30.1218,1.72061,-12.3358 -27.8049,-1.26935E-06,-16.0532 -27.9042,1.73064,-16.1105 -28.8978,1.73064,-14.2509
  3011.                           -28.7949,-1.26553E-06,-14.2001 -28.1955,3.43229,-16.2787 -29.1995,3.43229,-14.3996 -29.6931,5.07598,-14.6431 -28.6722,5.07598,-16.5539 -31.9269,-1.69052,-10.3794 -32.2455,-3.35272,-10.4876 -30.4326,-3.4124,-12.4646 -30.1218,-1.72061,-12.3358 -33.4833,-6.47896,-10.9078 -32.7667,-4.95831,-10.6645 -31.6403,-6.59429,-12.9648 -30.9411,-5.04657,-12.6752
  3012.                           -29.3276,-6.63273,-16.9323 -28.6722,-5.07599,-16.5539 -29.6931,-5.07599,-14.6431 -30.3719,-6.63273,-14.9778 -28.1955,-3.4323,-16.2787 -29.1995,-3.4323,-14.3996 -28.8978,-1.73064,-14.2509 -27.9042,-1.73064,-16.1105 -34.388,-7.88637,-11.2149 -35.461,-9.15981,-11.5791 -33.5698,-9.32286,-13.764 -32.523,-8.02675,-13.3304 -38.0321,-11.2219,-12.4519
  3013.                           -36.6823,-10.2786,-11.9937 -36.0783,-11.4216,-14.8031 -34.7614,-10.4615,-14.2576 -33.4878,-11.4882,-19.3342 -32.2533,-10.5225,-18.6215 -33.4018,-10.5225,-16.472 -34.6802,-11.4882,-17.1024 -31.1363,-9.3772,-17.9766 -32.245,-9.3772,-15.9015 -31.2288,-8.07354,-15.4004 -30.155,-8.07354,-17.41 -39.4905,-11.9691,-12.9469 -41.1036,-12.5125,-13.555
  3014.                           -39.0679,-12.7353,-16.0947 -37.5012,-12.1821,-15.3925 -44.9785,-12.9579,-15.4145 -42.9176,-12.8447,-14.3521 -42.7838,-13.1886,-18.1135 -40.8162,-13.0733,-16.9788 -39.5432,-13.2655,-23.2022 -37.8369,-13.1495,-21.9939 -39.2347,-13.1495,-19.5279 -41.0774,-13.2655,-20.7057 -36.2672,-12.8095,-20.9761 -37.5712,-12.8095,-18.573 -36.0615,-12.2531,-17.7836
  3015.                           -34.8216,-12.2531,-20.1043 -47.3324,-12.8447,-16.8182 -49.8058,-12.5125,-18.3834 -47.3357,-12.7353,-21.1714 -45.0087,-13.0733,-19.568 -54.4158,-11.2219,-21.2785 -52.2248,-11.9691,-19.9301 -51.6756,-11.4216,-24.1415 -49.6097,-12.1821,-22.7528 -46.8649,-11.4882,-29.066 -45.1586,-12.2531,-27.7089 -47.322,-12.2531,-25.3101 -49.2152,-11.4882,-26.6923
  3016.                           -43.3034,-12.8095,-26.1914 -45.2492,-12.8095,-23.7497 -43.125,-13.1495,-22.164 -41.3985,-13.1495,-24.6453 -56.2052,-10.2786,-22.2487 -57.6463,-9.15981,-22.9193 -54.7629,-9.32285,-25.8999 -53.3784,-10.4615,-25.1665 -59.6973,-6.47896,-23.676 -58.7925,-7.88637,-23.3689 -56.7567,-6.59428,-26.7791 -55.874,-8.02674,-26.4134 -51.3975,-6.63273,-32.0548
  3017.                           -50.5701,-8.07354,-31.5771 -53.1786,-8.07354,-29.0953 -54.0355,-6.63273,-29.5179 -49.5515,-9.3772,-30.9519 -52.1112,-9.3772,-28.5241 -50.8009,-10.5225,-27.7433 -48.3228,-10.5225,-30.1309 -60.4139,-4.95831,-23.9192 -60.9351,-3.35272,-24.0962 -57.9644,-3.4124,-27.2793 -57.4559,-5.04656,-27.0687 -61.2536,-1.69052,-24.2043 -58.2752,-1.72061,-27.408
  3018.                           -52.8209,-1.73064,-32.8766 -55.5096,-1.73064,-30.2448 -52.5296,-3.43229,-32.7084 -55.2079,-3.43229,-30.096 -54.7142,-5.07598,-29.8526 -52.0529,-5.07598,-32.4332 -50.0731,1.73064,-35.4654 -50.1685,3.10309E-07,-35.5291 -49.7934,3.43229,-35.2785 -47.001,3.43229,-37.7827 -47.2679,1.73064,-37.9875 -47.3589,2.94957E-07,-38.0573 -48.7065,6.63273,-34.5522
  3019.                           -49.3358,5.07598,-34.9727 -45.9639,6.63273,-36.9869 -46.5643,5.07598,-37.4476 -40.3289,6.63273,-41.5754 -40.864,5.07598,-42.1105 -43.7399,5.07598,-39.8347 -43.1709,6.63273,-39.3357 -41.2533,3.43229,-42.4997 -44.1537,3.43229,-40.1976 -41.5722,2.97619E-07,-42.8187 -44.4929,3.09411E-07,-40.4951 -44.4067,1.73064,-40.4194 -41.4911,1.73064,-42.7376
  3020.                           -47.9121,8.07354,-34.0214 -46.9442,9.3772,-33.3433 -44.2904,9.3772,-35.676 -45.2059,8.07354,-36.4053 -44.4547,11.4882,-31.3976 -45.7945,10.5225,-32.481 -41.9867,11.4882,-33.6667 -43.2173,10.5225,-34.772 -36.8838,11.4882,-37.9355 -37.9208,10.5225,-39.0893 -40.5923,10.5225,-36.982 -39.4624,11.4882,-35.8529 -38.8473,9.3772,-40.0742
  3021.                           -41.591,9.3772,-37.9271 -42.4526,8.07354,-38.7058 -39.6533,8.07354,-40.8998 -42.9165,12.2531,-30.0561 -41.2552,12.8095,-28.5696 -39.109,12.8095,-30.8682 -40.5986,12.2531,-32.3332 -37.865,13.2655,-25.6142 -39.5463,13.1495,-27.0513 -36.0493,13.2655,-27.93 -37.5739,13.1495,-29.3682 -32.0311,13.2655,-32.2259 -33.2901,13.1495,-33.6797
  3022.                           -35.4867,13.1495,-31.5823 -34.1025,13.2655,-30.1378 -34.5386,12.8095,-35.1618 -36.8687,12.8095,-33.0709 -38.2076,12.2531,-34.5218 -35.7464,12.2531,-36.6034 -36.2868,13.1495,-24.3715 -34.8097,12.8095,-23.2904 -33.2057,12.8095,-25.5065 -34.5912,13.1495,-26.6501 -32.1512,11.4882,-21.4827 -33.4318,12.2531,-22.3384 -30.6771,11.4882,-23.5394
  3023.                           -31.899,12.2531,-24.477 -27.3427,11.4882,-27.3427 -28.4317,12.2531,-28.4318 -30.23,12.2531,-26.5111 -29.0721,11.4882,-25.4956 -29.5865,12.8095,-29.6059 -31.4623,12.8095,-27.6148 -32.7571,13.1495,-28.8195 -30.7914,13.1495,-30.8693 -30.966,10.5225,-20.6908 -29.8936,9.3772,-19.9742 -28.523,9.3772,-21.8865 -29.5463,10.5225,-22.6716
  3024.                           -28.1571,6.63273,-18.8139 -28.9515,8.07354,-19.3447 -26.8661,6.63273,-20.6151 -27.6241,8.07354,-21.1967 -23.9459,6.63273,-23.9459 -24.6215,8.07354,-24.6215 -26.1788,8.07354,-22.9582 -25.4604,6.63273,-22.3283 -25.4227,9.3772,-25.4227 -27.0307,9.3772,-23.7053 -28.0004,10.5225,-24.5557 -26.3347,10.5225,-26.3347 -27.5279,5.07598,-18.3935
  3025.                           -27.0702,3.43229,-18.0877 -25.829,3.43229,-19.8193 -26.2657,5.07598,-20.1544 -26.6951,-1.30019E-06,-17.8371 -26.7905,1.73064,-17.9008 -25.4712,-1.27323E-06,-19.5447 -25.5622,1.73064,-19.6145 -22.7026,-1.27128E-06,-22.7026 -22.7837,1.73064,-22.7837 -24.2247,1.73064,-21.2446 -24.1385,-1.24481E-06,-21.1689 -23.0216,3.43229,-23.0216 -24.4776,3.43229,-21.4664
  3026.                           -24.8915,5.07598,-21.8293 -23.4108,5.07598,-23.4108 -26.7905,-1.73064,-17.9008 -27.0702,-3.4323,-18.0877 -25.829,-3.4323,-19.8193 -25.5622,-1.73064,-19.6145 -28.1571,-6.63273,-18.8139 -27.5279,-5.07599,-18.3935 -26.8661,-6.63273,-20.6151 -26.2657,-5.07599,-20.1544 -23.9459,-6.63273,-23.9459 -23.4108,-5.07599,-23.4108 -24.8915,-5.07599,-21.8293
  3027.                           -25.4604,-6.63273,-22.3283 -23.0216,-3.4323,-23.0216 -24.4776,-3.4323,-21.4664 -24.2247,-1.73064,-21.2446 -22.7837,-1.73064,-22.7837 -28.9515,-8.07354,-19.3447 -29.8936,-9.3772,-19.9742 -28.523,-9.3772,-21.8865 -27.6241,-8.07354,-21.1967 -32.1512,-11.4882,-21.4827 -30.966,-10.5225,-20.6908 -30.6771,-11.4882,-23.5394 -29.5463,-10.5225,-22.6716
  3028.                           -27.3427,-11.4882,-27.3427 -26.3347,-10.5225,-26.3347 -28.0004,-10.5225,-24.5557 -29.0721,-11.4882,-25.4956 -25.4227,-9.3772,-25.4227 -27.0307,-9.3772,-23.7053 -26.1788,-8.07354,-22.9582 -24.6215,-8.07354,-24.6215 -33.4318,-12.2531,-22.3384 -34.8097,-12.8095,-23.2904 -33.2057,-12.8095,-25.5065 -31.899,-12.2531,-24.477 -37.865,-13.2655,-25.6142
  3029.                           -36.2868,-13.1495,-24.3715 -36.0493,-13.2655,-27.93 -34.5912,-13.1495,-26.6501 -32.0311,-13.2655,-32.2259 -30.7914,-13.1495,-30.8693 -32.7571,-13.1495,-28.8195 -34.1025,-13.2655,-30.1378 -29.5865,-12.8095,-29.6059 -31.4623,-12.8095,-27.6148 -30.23,-12.2531,-26.5111 -28.4317,-12.2531,-28.4318 -39.5463,-13.1495,-27.0513 -41.2552,-12.8095,-28.5696
  3030.                           -39.109,-12.8095,-30.8682 -37.5739,-13.1495,-29.3682 -44.4547,-11.4882,-31.3976 -42.9165,-12.2531,-30.0561 -41.9867,-11.4882,-33.6667 -40.5986,-12.2531,-32.3332 -36.8838,-11.4882,-37.9355 -35.7464,-12.2531,-36.6034 -38.2076,-12.2531,-34.5218 -39.4624,-11.4882,-35.8529 -34.5386,-12.8095,-35.1618 -36.8687,-12.8095,-33.0709 -35.4867,-13.1495,-31.5823
  3031.                           -33.2901,-13.1495,-33.6797 -45.7945,-10.5225,-32.481 -46.9442,-9.3772,-33.3433 -44.2904,-9.3772,-35.676 -43.2173,-10.5225,-34.772 -48.7065,-6.63273,-34.5522 -47.9121,-8.07354,-34.0214 -45.9639,-6.63273,-36.9869 -45.2059,-8.07354,-36.4053 -40.3289,-6.63273,-41.5754 -39.6533,-8.07354,-40.8998 -42.4526,-8.07354,-38.7058 -43.1709,-6.63273,-39.3357
  3032.                           -38.8473,-9.3772,-40.0742 -41.591,-9.3772,-37.9271 -40.5923,-10.5225,-36.9821 -37.9207,-10.5225,-39.0893 -49.3358,-5.07598,-34.9727 -49.7934,-3.43229,-35.2785 -47.001,-3.43229,-37.7827 -46.5643,-5.07598,-37.4476 -50.0731,-1.73064,-35.4654 -47.2679,-1.73064,-37.9875 -41.4911,-1.73064,-42.7376 -44.4067,-1.73064,-40.4194 -41.2533,-3.43229,-42.4997
  3033.                           -44.1537,-3.43229,-40.1976 -43.7399,-5.07598,-39.8347 -40.864,-5.07598,-42.1105 -38.5229,1.73064,-44.9184 -38.5985,2.88221E-07,-45.0046 -38.301,3.43229,-44.6655 -35.2788,3.43229,-46.6978 -35.4836,1.73064,-46.9647 -35.5535,3.09401E-07,-47.0557 -37.4391,6.63273,-43.6827 -37.9381,5.07598,-44.2517 -34.4831,6.63273,-45.6607 -34.9438,5.07598,-46.2611
  3034.                           -28.2979,6.63273,-49.2414 -28.6762,5.07598,-49.8968 -31.8626,5.07598,-48.1418 -31.4422,6.63273,-47.5126 -28.9515,3.43229,-50.3735 -32.1684,3.43229,-48.5995 -29.177,3.02157E-07,-50.7641 -32.419,3.04652E-07,-48.9746 -32.3553,1.73064,-48.8792 -29.1197,1.73064,-50.6648 -36.8092,8.07354,-42.9644 -36.0602,9.3772,-42.0948 -33.2112,9.3772,-43.9919
  3035.                           -33.9015,8.07354,-44.9028 -34.2526,11.4882,-39.8942 -35.204,10.5225,-41.072 -31.5541,11.4882,-41.7309 -32.4247,10.5225,-42.9331 -25.896,11.4882,-45.0456 -26.6087,10.5225,-46.3015 -29.5653,10.5225,-44.6752 -28.7735,11.4882,-43.4474 -27.2536,9.3772,-47.4291 -30.2819,9.3772,-45.769 -30.9114,8.07354,-46.7182 -27.8201,8.07354,-48.414
  3036.                           -33.2179,12.2531,-38.5594 -32.1226,12.8095,-37.1246 -29.6162,12.8095,-38.9574 -30.6118,12.2531,-40.3901 -29.8414,13.2655,-34.1825 -30.9896,13.1495,-35.6466 -27.5388,13.2655,-36.002 -28.5858,13.1495,-37.4792 -22.6152,13.2655,-39.2063 -23.4713,13.1495,-40.7247 -26.0794,13.1495,-39.1732 -25.1283,13.2655,-37.6785 -24.3129,12.8095,-42.2253
  3037.                           -27.0146,12.8095,-40.6583 -27.9179,12.2531,-42.0957 -25.126,12.2531,-43.6763 -28.701,13.1495,-32.7891 -27.5852,12.8095,-31.4703 -25.4674,12.8095,-33.201 -26.4936,13.1495,-34.5723 -25.4956,11.4882,-29.0721 -26.5111,12.2531,-30.23 -23.5394,11.4882,-30.6771 -24.477,12.2531,-31.899 -19.3342,11.4882,-33.4878 -20.1043,12.2531,-34.8216
  3038.                           -22.3384,12.2531,-33.4318 -21.4827,11.4882,-32.1513 -20.9174,12.8095,-36.2335 -23.2418,12.8095,-34.7911 -24.1771,13.1495,-36.2122 -21.7591,13.1495,-37.7022 -24.5557,10.5225,-28.0004 -23.7053,9.3772,-27.0307 -21.8865,9.3772,-28.523 -22.6716,10.5225,-29.5463 -22.3283,6.63273,-25.4604 -22.9582,8.07354,-26.1788 -20.6151,6.63273,-26.8661
  3039.                           -21.1967,8.07354,-27.6241 -16.9323,6.63273,-29.3276 -17.41,8.07354,-30.155 -19.3447,8.07354,-28.9515 -18.8139,6.63273,-28.1571 -17.9766,9.3772,-31.1363 -19.9742,9.3772,-29.8936 -20.6908,10.5225,-30.966 -18.6215,10.5225,-32.2533 -21.8293,5.07598,-24.8915 -21.4664,3.43229,-24.4776 -19.8193,3.43229,-25.829 -20.1544,5.07598,-26.2657
  3040.                           -21.1689,-1.32427E-06,-24.1385 -21.2446,1.73064,-24.2247 -19.5447,-1.26253E-06,-25.4712 -19.6145,1.73064,-25.5622 -16.0531,-1.27444E-06,-27.8049 -16.1105,1.73064,-27.9042 -17.9008,1.73064,-26.7905 -17.8371,-1.25537E-06,-26.6951 -16.2787,3.43229,-28.1955 -18.0877,3.43229,-27.0702 -18.3935,5.07598,-27.5279 -16.5539,5.07598,-28.6722 -21.2446,-1.73064,-24.2247
  3041.                           -21.4664,-3.4323,-24.4776 -19.8193,-3.4323,-25.829 -19.6145,-1.73064,-25.5622 -22.3283,-6.63273,-25.4604 -21.8293,-5.07599,-24.8915 -20.6151,-6.63273,-26.8661 -20.1544,-5.07599,-26.2657 -16.9323,-6.63273,-29.3276 -16.5539,-5.07599,-28.6722 -18.3935,-5.07599,-27.5279 -18.8139,-6.63273,-28.1571 -16.2787,-3.4323,-28.1955 -18.0877,-3.4323,-27.0702
  3042.                           -17.9008,-1.73064,-26.7905 -16.1105,-1.73064,-27.9042 -22.9582,-8.07354,-26.1788 -23.7053,-9.3772,-27.0307 -21.8865,-9.3772,-28.523 -21.1967,-8.07354,-27.6241 -25.4956,-11.4882,-29.0721 -24.5557,-10.5225,-28.0004 -23.5394,-11.4882,-30.6771 -22.6716,-10.5225,-29.5463 -19.3342,-11.4882,-33.4878 -18.6215,-10.5225,-32.2533 -20.6908,-10.5225,-30.966
  3043.                           -21.4827,-11.4882,-32.1513 -17.9766,-9.3772,-31.1363 -19.9742,-9.3772,-29.8936 -19.3447,-8.07354,-28.9515 -17.41,-8.07354,-30.155 -26.5111,-12.2531,-30.23 -27.5852,-12.8095,-31.4703 -25.4674,-12.8095,-33.201 -24.477,-12.2531,-31.899 -29.8414,-13.2655,-34.1825 -28.701,-13.1495,-32.7891 -27.5388,-13.2655,-36.002 -26.4936,-13.1495,-34.5723
  3044.                           -22.6152,-13.2655,-39.2063 -21.7591,-13.1495,-37.7022 -24.1771,-13.1495,-36.2122 -25.1283,-13.2655,-37.6785 -20.9174,-12.8095,-36.2335 -23.2418,-12.8095,-34.7911 -22.3384,-12.2531,-33.4318 -20.1043,-12.2531,-34.8216 -30.9896,-13.1495,-35.6466 -32.1226,-12.8095,-37.1246 -29.6162,-12.8095,-38.9574 -28.5858,-13.1495,-37.4792 -34.2526,-11.4882,-39.8942
  3045.                           -33.2179,-12.2531,-38.5594 -31.5541,-11.4882,-41.7309 -30.6118,-12.2531,-40.3901 -25.896,-11.4882,-45.0456 -25.126,-12.2531,-43.6763 -27.9179,-12.2531,-42.0957 -28.7735,-11.4882,-43.4474 -24.313,-12.8095,-42.2253 -27.0146,-12.8095,-40.6583 -26.0794,-13.1495,-39.1732 -23.4713,-13.1495,-40.7247 -35.204,-10.5225,-41.072 -36.0602,-9.3772,-42.0948
  3046.                           -33.2112,-9.3772,-43.9919 -32.4247,-10.5225,-42.9331 -37.4391,-6.63273,-43.6827 -36.8092,-8.07354,-42.9644 -34.4831,-6.63273,-45.6607 -33.9015,-8.07354,-44.9028 -28.2979,-6.63273,-49.2414 -27.8201,-8.07354,-48.414 -30.9114,-8.07354,-46.7182 -31.4422,-6.63273,-47.5126 -27.2536,-9.3772,-47.4291 -30.2819,-9.3772,-45.769 -29.5653,-10.5225,-44.6752
  3047.                           -26.6087,-10.5225,-46.3015 -37.9381,-5.07598,-44.2517 -38.301,-3.43229,-44.6655 -35.2788,-3.43229,-46.6978 -34.9438,-5.07598,-46.2611 -38.5228,-1.73064,-44.9184 -35.4836,-1.73064,-46.9647 -29.1197,-1.73064,-50.6648 -32.3553,-1.73064,-48.8792 -28.9515,-3.43229,-50.3735 -32.1684,-3.43229,-48.5995 -31.8626,-5.07598,-48.1418 -28.6762,-5.07598,-49.8968
  3048.                           -25.7585,1.73064,-52.3242 -25.8093,3.0187E-07,-52.4271 -25.6097,3.43229,-52.0225 -21.6885,3.43229,-53.7119 -21.8098,1.73064,-54.0258 -21.8537,3.00919E-07,-54.1317 -25.0316,6.63273,-50.8501 -25.3663,5.07598,-51.5289 -21.2554,6.63273,-52.4765 -21.5003,5.07598,-53.1941 -10.6218,6.63273,-56.3323 -10.3703,5.07598,-57.2482 -16.6458,5.07598,-55.0486
  3049.                           -16.5815,6.63273,-54.258 -10.2891,3.43229,-57.8723 -16.7332,3.43229,-55.6068 -10.3312,3.13762E-07,-58.3389 -16.8484,2.9643E-07,-56.0462 -16.8115,1.73064,-55.9376 -10.3016,1.73064,-58.2281 -24.609,8.07354,-49.9932 -24.1079,9.3772,-48.9756 -20.6202,9.3772,-50.4788 -20.9644,8.07354,-51.563 -22.907,11.4882,-46.5276 -23.5374,10.5225,-47.8146
  3050.                           -19.7452,11.4882,-47.8993 -20.2161,10.5225,-49.2491 -12.6593,11.4882,-50.336 -12.2826,10.5225,-52.0211 -16.5096,10.5225,-50.6398 -16.3497,11.4882,-49.1667 -11.7216,9.3772,-53.6368 -16.5663,9.3772,-52.0091 -16.5726,8.07354,-53.23 -11.1201,8.07354,-55.1012 -22.2258,12.2531,-45.132 -21.5066,12.8095,-43.6565 -18.6006,12.8095,-44.9384
  3051.                           -19.2006,12.2531,-46.4543 -20.0047,13.2655,-40.5797 -20.762,13.1495,-42.1296 -17.3086,13.2655,-41.7903 -17.9639,13.1495,-43.3757 -11.7065,13.2655,-43.6893 -12.1497,13.1495,-45.3432 -15.089,13.1495,-44.451 -14.5386,13.2655,-42.8297 -12.5108,12.8095,-47.0002 -15.6003,12.8095,-46.0575 -16.0336,12.2531,-47.6343 -12.708,12.2531,-48.6634
  3052.                           -19.2475,13.1495,-39.0356 -18.5029,12.8095,-37.5214 -16.0092,12.8095,-38.6499 -16.6534,13.1495,-40.2063 -17.1024,11.4882,-34.6802 -17.7836,12.2531,-36.0615 -14.7975,11.4882,-35.7243 -15.3869,12.2531,-37.1472 -10.0081,11.4882,-37.3508 -10.4067,12.2531,-38.8385 -12.9244,12.2531,-38.0743 -12.4294,11.4882,-36.6159 -10.8276,12.8095,-40.4093
  3053.                           -13.4471,12.8095,-39.6142 -13.9883,13.1495,-41.2083 -11.2634,13.1495,-42.0354 -16.472,10.5225,-33.4018 -15.9015,9.3772,-32.245 -13.7584,9.3772,-33.2158 -14.252,10.5225,-34.4073 -14.9778,6.63273,-30.3719 -15.4004,8.07354,-31.2288 -12.9592,6.63273,-31.2862 -13.3248,8.07354,-32.1689 -8.7648,6.63273,-32.7107 -9.01209,8.07354,-33.6336
  3054.                           -11.1924,8.07354,-32.9718 -10.8853,6.63273,-32.0671 -9.30536,9.3772,-34.7281 -11.5566,9.3772,-34.0447 -11.9712,10.5225,-35.2661 -9.63917,10.5225,-35.9739 -14.6431,5.07598,-29.6932 -14.3996,3.43229,-29.1995 -12.4589,3.43229,-30.0786 -12.6696,5.07598,-30.5871 -14.2001,-1.31967E-06,-28.7949 -14.2508,1.73064,-28.8978 -12.2863,-1.27806E-06,-29.6618
  3055.                           -12.3302,1.73064,-29.7678 -8.30972,-1.27286E-06,-31.0123 -8.33941,1.73064,-31.1231 -10.3569,1.73064,-30.5107 -10.3201,-1.26247E-06,-30.4021 -8.42648,3.43229,-31.448 -10.4651,3.43229,-30.8292 -10.642,5.07598,-31.3505 -8.56894,5.07598,-31.9797 -14.2508,-1.73064,-28.8978 -14.3996,-3.4323,-29.1995 -12.4589,-3.4323,-30.0786 -12.3302,-1.73064,-29.7678
  3056.                           -14.9778,-6.63273,-30.3719 -14.6431,-5.07599,-29.6932 -12.9592,-6.63273,-31.2862 -12.6696,-5.07599,-30.5871 -8.7648,-6.63273,-32.7107 -8.56894,-5.07599,-31.9797 -10.642,-5.07599,-31.3505 -10.8853,-6.63273,-32.0671 -8.42648,-3.4323,-31.448 -10.4651,-3.4323,-30.8292 -10.3569,-1.73064,-30.5107 -8.33941,-1.73064,-31.1231 -15.4004,-8.07354,-31.2288
  3057.                           -15.9015,-9.3772,-32.245 -13.7584,-9.3772,-33.2158 -13.3248,-8.07354,-32.1689 -17.1024,-11.4882,-34.6802 -16.472,-10.5225,-33.4018 -14.7975,-11.4882,-35.7243 -14.252,-10.5225,-34.4073 -10.0081,-11.4882,-37.3508 -9.63917,-10.5225,-35.9739 -11.9712,-10.5225,-35.2661 -12.4294,-11.4882,-36.6159 -9.30536,-9.3772,-34.7281 -11.5566,-9.3772,-34.0447
  3058.                           -11.1924,-8.07354,-32.9718 -9.01209,-8.07354,-33.6336 -17.7836,-12.2531,-36.0615 -18.5029,-12.8095,-37.5214 -16.0092,-12.8095,-38.6499 -15.3869,-12.2531,-37.1472 -20.0047,-13.2655,-40.5797 -19.2475,-13.1495,-39.0356 -17.3086,-13.2655,-41.7903 -16.6534,-13.1495,-40.2063 -11.7065,-13.2655,-43.6893 -11.2634,-13.1495,-42.0354 -13.9883,-13.1495,-41.2083
  3059.                           -14.5386,-13.2655,-42.8297 -10.8276,-12.8095,-40.4093 -13.4471,-12.8095,-39.6142 -12.9244,-12.2531,-38.0743 -10.4067,-12.2531,-38.8385 -20.762,-13.1495,-42.1296 -21.5066,-12.8095,-43.6565 -18.6006,-12.8095,-44.9384 -17.9639,-13.1495,-43.3757 -22.907,-11.4882,-46.5276 -22.2258,-12.2531,-45.132 -19.7452,-11.4882,-47.8993 -19.2006,-12.2531,-46.4543
  3060.                           -12.6593,-11.4882,-50.336 -12.708,-12.2531,-48.6634 -16.0336,-12.2531,-47.6343 -16.3497,-11.4882,-49.1667 -12.5108,-12.8095,-47.0002 -15.6003,-12.8095,-46.0575 -15.089,-13.1495,-44.451 -12.1497,-13.1495,-45.3432 -23.5374,-10.5225,-47.8146 -24.1079,-9.3772,-48.9756 -20.6202,-9.3772,-50.4788 -20.2161,-10.5225,-49.2491 -25.0316,-6.63273,-50.8501
  3061.                           -24.609,-8.07354,-49.9932 -21.2554,-6.63273,-52.4765 -20.9644,-8.07354,-51.563 -10.6218,-6.63273,-56.3323 -11.1201,-8.07354,-55.1012 -16.5726,-8.07354,-53.23 -16.5815,-6.63273,-54.258 -11.7216,-9.3772,-53.6368 -16.5663,-9.3772,-52.0091 -16.5096,-10.5225,-50.6398 -12.2826,-10.5225,-52.0211 -25.3663,-5.07598,-51.5289 -25.6097,-3.43229,-52.0225
  3062.                           -21.6885,-3.43229,-53.7119 -21.5003,-5.07598,-53.1941 -25.7585,-1.73064,-52.3242 -21.8098,-1.73064,-54.0258 -10.3016,-1.73064,-58.2281 -16.8115,-1.73064,-55.9376 -10.2891,-3.43229,-57.8723 -16.7332,-3.43229,-55.6068 -16.6458,-5.07598,-55.0486 -10.3703,-5.07598,-57.2482 -1.81787,1.73064,-61.0654 -1.84025,3.21809E-07,-61.1779 -1.90137,3.43229,-60.6739
  3063.                           6.96509,3.39155,-63.2797 7.15129,1.71009,-63.7049 7.13596,3.33368E-07,-63.8173 -2.98849,6.63273,-58.837 -2.24137,5.07598,-59.9491 5.05946,6.55398,-61.139 6.3452,5.01572,-62.4538 13.9937,4.83493,-64.0648 12.263,6.31774,-62.6051 14.8456,3.2693,-64.9584 15.1087,3.33004E-07,-65.5109 15.1177,1.64845,-65.4018 -4.29336,8.07354,-57.2835
  3064.                           -5.86183,9.3772,-55.4325 0.253313,9.26587,-56.9905 2.87566,7.97769,-59.2473 -8.61291,11.4882,-51.4133 -7.39973,10.5225,-53.4278 -4.46908,11.3518,-52.228 -2.3481,10.3976,-54.5802 2.38532,10.0228,-55.1989 -0.486276,10.9427,-52.6097 5.86399,8.93188,-57.9055 9.35486,7.69013,-60.4631 -9.20719,12.2531,-49.5328 -9.33733,12.8095,-47.753
  3065.                           -6.12628,12.6574,-48.2655 -5.65015,12.1077,-50.1456 -8.82398,13.2655,-44.3609 -9.15802,13.1495,-46.0402 -5.90366,13.108,-44.8427 -6.13245,12.9934,-46.5204 -3.09138,12.5251,-46.7623 -2.95813,12.6355,-45.1331 -2.92414,12.2012,-48.4874 -2.15594,11.6712,-50.4046 -8.48995,13.1495,-42.6816 -8.16151,12.8095,-41.0304 -5.44989,12.6574,-41.5154
  3066.                           -5.67485,12.9934,-43.165 -7.54379,11.4882,-37.9249 -7.84425,12.2531,-39.4355 -5.02677,11.3518,-38.4129 -5.23257,12.1077,-39.922 -2.5673,11.6712,-40.3549 -2.44743,10.9427,-38.8894 -2.69385,12.2012,-41.9021 -2.82487,12.5251,-43.504 -7.2657,10.5225,-36.5269 -7.01407,9.3772,-35.2619 -4.66392,9.26587,-35.7524 -4.83628,10.3976,-37.0162
  3067.                           -6.60662,6.63273,-33.2135 -6.79302,8.07354,-34.1506 -4.38483,6.55398,-33.706 -4.51251,7.97769,-34.6422 -2.14794,7.69013,-35.2278 -2.07358,6.31774,-34.3187 -2.23613,8.93188,-36.3059 -2.3365,10.0228,-37.5331 -6.45898,5.07598,-32.4713 -6.3516,3.43229,-31.9314 -4.21015,3.39154,-32.4252 -4.28371,5.01572,-32.9645 -6.26359,-1.30916E-06,-31.489
  3068.                           -6.28596,1.73064,-31.6015 -4.14987,-1.26106E-06,-31.9832 -4.1652,1.71009,-32.0955 -1.94567,1.64845,-32.7548 -1.93674,-1.21588E-06,-32.6457 -1.97185,3.2693,-33.0749 -2.01469,4.83493,-33.5986 -6.28596,-1.73064,-31.6015 -6.3516,-3.4323,-31.9314 -4.21015,-3.39155,-32.4252 -4.1652,-1.71009,-32.0955 -6.60662,-6.63273,-33.2135 -6.45898,-5.07599,-32.4713
  3069.                           -4.38483,-6.55398,-33.706 -4.28371,-5.01572,-32.9645 -2.01469,-4.83493,-33.5986 -2.07358,-6.31774,-34.3187 -1.97185,-3.2693,-33.0749 -1.94567,-1.64845,-32.7548 -6.79302,-8.07354,-34.1506 -7.01407,-9.3772,-35.2619 -4.66392,-9.26587,-35.7524 -4.5125,-7.97769,-34.6422 -7.54379,-11.4882,-37.9249 -7.2657,-10.5225,-36.5269 -5.02677,-11.3518,-38.4129
  3070.                           -4.83628,-10.3976,-37.0162 -2.3365,-10.0228,-37.5331 -2.44743,-10.9427,-38.8894 -2.23613,-8.93189,-36.3059 -2.14794,-7.69013,-35.2278 -7.84425,-12.2531,-39.4355 -8.16151,-12.8095,-41.0304 -5.44989,-12.6574,-41.5154 -5.23258,-12.1077,-39.922 -8.82398,-13.2655,-44.3609 -8.48995,-13.1495,-42.6816 -5.90366,-13.108,-44.8427 -5.67485,-12.9934,-43.165
  3071.                           -2.82487,-12.5251,-43.504 -2.95813,-12.6355,-45.1331 -2.69385,-12.2012,-41.9021 -2.5673,-11.6712,-40.3549 -9.15802,-13.1495,-46.0402 -9.33733,-12.8095,-47.753 -6.12628,-12.6574,-48.2655 -6.13245,-12.9934,-46.5204 -8.61291,-11.4882,-51.4133 -9.2072,-12.2531,-49.5328 -4.46908,-11.3518,-52.228 -5.65015,-12.1077,-50.1456 -2.15594,-11.6712,-50.4046
  3072.                           -0.486276,-10.9427,-52.6097 -2.92414,-12.2012,-48.4874 -3.09138,-12.5251,-46.7623 -7.39973,-10.5225,-53.4278 -5.86183,-9.3772,-55.4325 0.253313,-9.26587,-56.9905 -2.3481,-10.3976,-54.5802 -2.98849,-6.63273,-58.837 -4.29336,-8.07354,-57.2835 5.05946,-6.55398,-61.139 2.87566,-7.97768,-59.2473 9.35486,-7.69013,-60.4631 12.263,-6.31774,-62.6051
  3073.                           5.86399,-8.93188,-57.9056 2.38532,-10.0228,-55.1989 -2.24137,-5.07598,-59.9491 -1.90137,-3.43229,-60.6739 6.96509,-3.39154,-63.2797 6.3452,-5.01572,-62.4538 -1.81787,-1.73064,-61.0654 7.15129,-1.71009,-63.7049 15.1177,-1.64845,-65.4018 14.8456,-3.2693,-64.9584 13.9937,-4.83493,-64.0648
  3074.                         </Point3DCollection>
  3075.                       </MeshGeometry3D.Positions>
  3076.                     </MeshGeometry3D>
  3077.                   </GeometryModel3D.Geometry>
  3078.                 </GeometryModel3D>
  3079.               </Model3DGroup>
  3080.               <Model3DGroup x:Name="Torus04OR38">
  3081.                 <!-- Torus04 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[10]) -->
  3082.                 <Model3DGroup.Transform>
  3083.                   <Transform3DGroup>
  3084.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3085.                     <ScaleTransform3D ScaleX="1" ScaleY="3.86299" ScaleZ="1"/>
  3086.                     <RotateTransform3D>
  3087.                       <RotateTransform3D.Rotation>
  3088.                         <AxisAngleRotation3D Angle="90.0000025" Axis="1 0 0"/>
  3089.                       </RotateTransform3D.Rotation>
  3090.                     </RotateTransform3D>
  3091.                     <TranslateTransform3D OffsetX="-64.5062" OffsetY="-3.8545" OffsetZ="-1.78814e-007"/>
  3092.                   </Transform3DGroup>
  3093.                 </Model3DGroup.Transform>
  3094.                 <GeometryModel3D x:Name="Torus04OR38GR39">
  3095.                   <GeometryModel3D.Material>
  3096.                     <MaterialGroup>
  3097.                       <DiffuseMaterial>
  3098.                         <DiffuseMaterial.Brush>
  3099.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  3100.                         </DiffuseMaterial.Brush>
  3101.                       </DiffuseMaterial>
  3102.                       <SpecularMaterial SpecularPower="107.52">
  3103.                         <SpecularMaterial.Brush>
  3104.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  3105.                         </SpecularMaterial.Brush>
  3106.                       </SpecularMaterial>
  3107.                     </MaterialGroup>
  3108.                   </GeometryModel3D.Material>
  3109.                   <GeometryModel3D.BackMaterial>
  3110.                     <MaterialGroup>
  3111.                       <DiffuseMaterial>
  3112.                         <DiffuseMaterial.Brush>
  3113.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  3114.                         </DiffuseMaterial.Brush>
  3115.                       </DiffuseMaterial>
  3116.                       <SpecularMaterial SpecularPower="107.52">
  3117.                         <SpecularMaterial.Brush>
  3118.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  3119.                         </SpecularMaterial.Brush>
  3120.                       </SpecularMaterial>
  3121.                     </MaterialGroup>
  3122.                   </GeometryModel3D.BackMaterial>
  3123.                   <GeometryModel3D.Geometry>
  3124.                     <MeshGeometry3D
  3125.                                             TriangleIndices="0,1,2 2,3,0 1,4,5 5,2,1 4,6,7 7,5,4 6,8,9 9,7,6 8,10,11 11,9,8 10,12,13 13,11,10 12,14,15 15,13,12 14,16,17 17,15,14 16,18,19 19,17,16 18,20,21 21,19,18 20,22,23 23,21,20 22,24,25 25,23,22 24,26,27 27,25,24 26,28,29 29,27,26 28,30,31 31,29,28 30,32,33 33,31,30 32,34,35 35,33,32 34,36,37 37,35,34 36,38,39 39,37,36 38,40,41 41,39,38 40,42,43 43,41,40 42,0,3 3,43,42 3,2,44 44,45,3 2,5,46 46,44,2 5,7,47 47,46,5 7,9,48 48,47,7 9,11,49 49,48,9 11,13,50 50,49,11 13,15,51 51,50,13 15,17,52 52,51,15 17,19,53 53,52,17 19,21,54 54,53,19 21,23,55 55,54,21 23,25,56 56,55,23 25,27,57 57,56,25 27,29,58 58,57,27 29,31,59 59,58,29 31,33,60 60,59,31 33,35,61 61,60,33 35,37,62 62,61,35 37,39,63 63,62,37 39,41,64 64,63,39 41,43,65 65,64,41 43,3,45 45,65,43 45,44,66 66,67,45 44,46,68 68,66,44 46,47,69 69,68,46 47,48,70 70,69,47 48,49,71 71,70,48 49,50,72 72,71,49 50,51,73 73,72,50 51,52,74 74,73,51 52,53,75 75,74,52 53,54,76 76,75,53 54,55,77 77,76,54 55,56,78 78,77,55 56,57,79 79,78,56 57,58,80 80,79,57 58,59,81 81,80,58 59,60,82 82,81,59 60,61,83 83,82,60 61,62,84 84,83,61 62,63,85 85,84,62 63,64,86 86,85,63 64,65,87 87,86,64 65,45,67 67,87,65 67,66,88 88,89,67 66,68,90 90,88,66 68,69,91 91,90,68 69,70,92 92,91,69 70,71,93 93,92,70 71,72,94 94,93,71 72,73,95 95,94,72 73,74,96 96,95,73 74,75,97 97,96,74 75,76,98 98,97,75 76,77,99 99,98,76 77,78,100 100,99,77 78,79,101 101,100,78 79,80,102 102,101,79 80,81,103 103,102,80 81,82,104 104,103,81 82,83,105 105,104,82 83,84,106 106,105,83 84,85,107 107,106,84 85,86,108 108,107,85 86,87,109 109,108,86 87,67,89 89,109,87 89,88,110 110,111,89 88,90,112 112,110,88 90,91,113 113,112,90 91,92,114 114,113,91 92,93,115 115,114,92 93,94,116 116,115,93 94,95,117 117,116,94 95,96,118 118,117,95 96,97,119 119,118,96 97,98,120 120,119,97 98,99,121 121,120,98 99,100,122 122,121,99 100,101,123 123,122,100 101,102,124 124,123,101 102,103,125 125,124,102 103,104,126 126,125,103 104,105,127 127,126,104 105,106,128 128,127,105 106,107,129 129,128,106 107,108,130 130,129,107 108,109,131 131,130,108 109,89,111 111,131,109 111,110,132 132,133,111 110,112,134 134,132,110 112,113,135 135,134,112 113,114,136 136,135,113 114,115,137 137,136,114 115,116,138 138,137,115 116,117,139 139,138,116 117,118,140 140,139,117 118,119,141 141,140,118 119,120,142 142,141,119 120,121,143 143,142,120 121,122,144 144,143,121 122,123,145 145,144,122 123,124,146 146,145,123 124,125,147 147,146,124 125,126,148 148,147,125 126,127,149 149,148,126 127,128,150 150,149,127 128,129,151 151,150,128 129,130,152 152,151,129 130,131,153 153,152,130 131,111,133 133,153,131 133,132,154 154,155,133 132,134,156 156,154,132 134,135,157 157,156,134 135,136,158 158,157,135 136,137,159 159,158,136 137,138,160 160,159,137 138,139,161 161,160,138 139,140,162 162,161,139 140,141,163 163,162,140 141,142,164 164,163,141 142,143,165 165,164,142 143,144,166 166,165,143 144,145,167 167,166,144 145,146,168 168,167,145 146,147,169 169,168,146 147,148,170 170,169,147 148,149,171 171,170,148 149,150,172 172,171,149 150,151,173 173,172,150 151,152,174 174,173,151 152,153,175 175,174,152 153,133,155 155,175,153 176,177,178 178,179,176 177,180,181 181,178,177 180,182,183 183,181,180 182,184,185 185,183,182 184,186,187 187,185,184 186,188,189 189,187,186 188,190,191 191,189,188 190,192,193 193,191,190 192,194,195 195,193,192 194,196,197 197,195,194 196,198,199 199,197,196 198,200,201 201,199,198 200,202,203 203,201,200 202,204,205 205,203,202 204,206,207 207,205,204 206,208,209 209,207,206 208,210,211 211,209,208 210,212,213 213,211,210 212,214,215 215,213,212 214,216,217 217,215,214 216,218,219 219,217,216 218,176,179 179,219,218 179,178,220 220,221,179 178,181,222 222,220,178 181,183,223 223,222,181 183,185,224 224,223,183 185,187,225 225,224,185 187,189,226 226,225,187 189,191,227 227,226,189 191,193,228 228,227,191 193,195,229 229,228,193 195,197,230 230,229,195 197,199,231 231,230,197 199,201,232 232,231,199 201,203,233 233,232,201 203,205,234 234,233,203 205,207,235 235,234,205 207,209,236 236,235,207 209,211,237 237,236,209 211,213,238 238,237,211 213,215,239 239,238,213 215,217,240 240,239,215 217,219,241 241,240,217 219,179,221 221,241,219 221,220,1 1,0,221 220,222,4 4,1,220 222,223,6 6,4,222 223,224,8 8,6,223 224,225,10 10,8,224 225,226,12 12,10,225 226,227,14 14,12,226 227,228,16 16,14,227 228,229,18 18,16,228 229,230,20 20,18,229 230,231,22 22,20,230 231,232,24 24,22,231 232,233,26 26,24,232 233,234,28 28,26,233 234,235,30 30,28,234 235,236,32 32,30,235 236,237,34 34,32,236 237,238,36 36,34,237 238,239,38 38,36,238 239,240,40 40,38,239 240,241,42 42,40,240 241,221,0 0,42,241 "
  3126.                                 >
  3127.                       <MeshGeometry3D.Normals>
  3128.                         <Vector3DCollection>
  3129.                           2.77708E-08,-9.3411E-08,-1 -0.00150407,0.281798,-0.959473 0.212036,0.281798,-0.935751 0.222521,-4.29186E-08,-0.974928 -0.00289392,0.540736,-0.841187 0.18436,0.540736,-0.820741 -0.00405929,0.755826,-0.65476 0.14174,0.755826,-0.639247 -0.00490145,0.909661,-0.415322 0.0876394,0.909661,-0.406 -0.00534361,0.989812,-0.142277 0.02645,0.989812,-0.139899 -0.00534358,0.989812,0.142277
  3130.                           -0.0368692,0.989812,0.137521 -0.00490142,0.909661,0.415322 -0.0971963,0.909661,0.403818 -0.00405933,0.755826,0.65476 -0.149655,0.755826,0.63744 -0.00289397,0.540736,0.841187 -0.190003,0.540736,0.819453 -0.00150418,0.281798,0.959473 -0.214969,0.281798,0.935082 -6.56402E-08,-4.29186E-07,1 -0.222521,-2.09544E-07,0.974928 0.00150414,-0.281799,0.959472 -0.212036,-0.281799,0.935751
  3131.                           0.00289395,-0.540736,0.841187 -0.18436,-0.540736,0.820741 0.00405934,-0.755826,0.65476 -0.14174,-0.755826,0.639247 0.00490142,-0.909661,0.415322 -0.0876392,-0.909661,0.405999 0.00534359,-0.989812,0.142277 -0.0264499,-0.989813,0.139898 0.00534361,-0.989812,-0.142277 0.0368693,-0.989812,-0.137521 0.00490139,-0.909661,-0.415322 0.0971963,-0.909661,-0.403818 0.00405936,-0.755826,-0.65476
  3132.                           0.149655,-0.755826,-0.63744 0.002894,-0.540736,-0.841188 0.190003,-0.540736,-0.819453 0.00150412,-0.281798,-0.959473 0.214969,-0.281798,-0.935082 0.316017,0.391467,-0.864226 0.284626,-0.0013952,-0.958638 0.36237,0.540736,-0.759139 0.280432,0.755826,-0.591679 0.175785,0.909661,-0.376319 0.0569171,0.989812,-0.130505 -0.0665461,0.989812,0.125869 -0.184617,0.909661,0.372065
  3133.                           -0.287747,0.755826,0.588157 -0.367585,0.540736,0.756628 -0.417655,0.281798,0.863802 -0.433884,-1.13608E-07,0.900969 -0.414944,-0.281798,0.865107 -0.36237,-0.540736,0.759139 -0.280432,-0.755826,0.59168 -0.175785,-0.909661,0.376319 -0.056917,-0.989813,0.130505 0.0665462,-0.989812,-0.125869 0.184618,-0.909661,-0.372066 0.287747,-0.755826,-0.588157 0.287966,-0.625614,-0.72504
  3134.                           0.272541,-0.277862,-0.921148 0.147144,0.623441,-0.7679 -0.0163641,-0.00119141,-0.999865 0.433301,0.698341,-0.569711 0.405062,0.755826,-0.514443 0.255117,0.909661,-0.327768 0.0845304,0.989812,-0.114568 -0.0928861,0.989812,0.107905 -0.262781,0.909661,0.321656 -0.41141,0.755826,0.509381 -0.412095,0.382961,0.826752 -0.202755,0.268737,0.941632 -0.218285,0.000530697,0.975885
  3135.                           -0.423782,-0.050533,0.904353 -0.522209,-0.540736,0.659471 -0.405062,-0.755826,0.514443 -0.255117,-0.909662,0.327767 -0.0845302,-0.989812,0.114568 0.0928862,-0.989812,-0.107905 0.262781,-0.909661,-0.321656 0.41141,-0.755826,-0.509381 0.280191,-0.844849,-0.455767 0.0186026,-0.510216,-0.859845 -0.163637,0.730041,-0.663523 -0.267877,-0.00379096,-0.963446 0.418152,0.837654,-0.351405
  3136.                           0.509381,0.755826,-0.41141 0.321656,0.909661,-0.262781 0.107905,0.989812,-0.0928859 -0.114568,0.989812,0.0845306 -0.327768,0.909661,0.255117 -0.514443,0.755826,0.405062 -0.68335,-0.356285,0.637255 -0.0752965,-0.287267,0.954886 -0.047357,-0.00699859,0.998854 -0.0214345,0.605794,0.795333 -0.736021,-0.119224,0.666377 -0.509381,-0.755826,0.41141 -0.321656,-0.909661,0.262781
  3137.                           -0.107905,-0.989813,0.0928857 0.114569,-0.989812,-0.0845307 0.327768,-0.909661,-0.255117 0.514443,-0.755826,-0.405062 0.324488,-0.896159,-0.302666 -0.176051,-0.697089,-0.695035 -0.0576441,0.747945,-0.661253 -0.0225574,0.000386786,-0.999745 0.398433,0.897628,-0.188454 0.588157,0.755826,-0.287747 0.372066,0.909661,-0.184618 0.125868,0.989812,-0.0665459 -0.130506,0.989812,0.0569174
  3138.                           -0.376319,0.909661,0.175785 -0.591679,0.755826,0.280432 -0.808279,-0.37955,0.450141 -0.290867,-0.610588,0.736599 -0.321131,1.26231E-07,0.947035 -0.243168,0.625549,0.741322 -0.83701,0.36775,0.405184 -0.588157,-0.755826,0.287747 -0.372065,-0.909662,0.184617 -0.125868,-0.989813,0.0665458 0.130506,-0.989812,-0.0569175 0.376319,-0.909661,-0.175786 0.591679,-0.755826,-0.280432
  3139.                           0.379878,-0.901401,-0.207773 0.0437016,-0.740591,-0.670533 0.355242,0.788495,-0.502074 0.727518,-0.00526831,-0.686068 0.424003,0.901428,-0.0874608 0.63744,0.755826,-0.149655 0.403819,0.909661,-0.0971965 0.137521,0.989812,-0.0368692 -0.139899,0.989812,0.02645 -0.406,0.909661,0.0876393 -0.639247,0.755826,0.14174 -0.886465,-0.388208,0.251942 -0.439563,-0.628037,0.642148
  3140.                           -0.523814,5.60466E-07,0.851833 -0.395866,0.634137,0.664199 -0.903267,0.381641,0.19611 -0.637441,-0.755826,0.149656 -0.403818,-0.909661,0.0971964 -0.13752,-0.989813,0.036869 0.139899,-0.989812,-0.0264501 0.406,-0.909661,-0.0876393 0.639247,-0.755826,-0.14174 0.41941,-0.90099,-0.110958 0.532314,-0.783749,-0.319966 0.847214,0.511445,-0.143709 0.985338,-0.0315824,-0.167662
  3141.                           0.301936,0.952691,-0.0348567 0.688129,0.721434,-0.0775338 0.457797,0.887559,-0.0515815 0.189461,0.981656,-0.0213471 -0.0947307,0.995446,0.0106736 -0.370989,0.927696,0.0418004 -0.616352,0.784403,0.0694459 -0.975492,0.190616,0.109911 -0.33255,-0.858836,0.389631 -0.615198,0.0475709,0.786936 -0.580991,0.331863,0.74318 -0.543723,0.834894,0.0855452 -0.688129,-0.721434,0.0775334
  3142.                           -0.457797,-0.887559,0.0515815 -0.189461,-0.981656,0.021347 0.0947308,-0.995446,-0.0106736 0.37099,-0.927696,-0.0418006 0.616351,-0.784403,-0.0694462 0.557143,-0.82804,-0.062775 0.449184,-0.890327,-0.0745043 -0.979008,0.0298287,-0.201627 -0.908595,0.379984,-0.173398 -0.667021,0.30955,-0.677689 -0.690031,-0.018698,-0.723538 -0.74687,0.655785,-0.110143 -0.579571,0.58991,-0.56223
  3143.                           -0.541478,0.840139,-0.0311175 -0.456086,0.794757,-0.400432 -0.154203,0.984392,0.0848198 -0.226479,0.955649,-0.188261 -0.0524379,0.991418,0.119751 -0.0580703,0.998308,-0.00311495 0.182372,0.949581,0.255021 0.0332928,0.982663,0.182387 0.39251,0.841096,0.372146 0.180628,0.901283,0.39378 0.567214,0.678716,0.466489 0.310134,0.752531,0.580959 0.700017,0.471106,0.536689
  3144.                           0.413348,0.543908,0.730279 0.78237,0.225692,0.580483 0.482905,0.286679,0.827416 0.803587,-0.0421669,0.593692 0.510959,-0.000212361,0.859605 0.759017,-0.307704,0.573769 0.492343,-0.288435,0.821221 0.65418,-0.547272,0.522055 0.429143,-0.548102,0.717928 0.499091,-0.745619,0.441544 0.328974,-0.757917,0.563327 0.303901,-0.891719,0.335384 0.200748,-0.906056,0.372508
  3145.                           0.0815291,-0.974512,0.208994 0.0544792,-0.985737,0.159229 -0.0132614,-0.987502,0.157047 -0.0320552,-0.999194,-0.0241728 -0.407865,-0.912707,0.0247247 -0.202086,-0.954408,-0.219696 -0.607175,-0.792697,-0.054505 -0.430913,-0.793209,-0.430271 -0.788748,-0.601293,-0.127765 -0.549536,-0.597092,-0.584373 -0.929018,-0.321558,-0.1831 -0.642721,-0.335178,-0.688887 -0.12977,0.279772,-0.951256
  3146.                           -0.134902,0.000836088,-0.990859 -0.114054,0.537004,-0.835834 -0.0890285,0.752269,-0.652813 -0.0567819,0.9077,-0.41576 -0.0200654,0.989531,-0.142917 0.0177217,0.989725,0.141885 0.0531616,0.908082,0.415406 0.0832097,0.752031,0.653854 0.105762,0.535755,0.837724 0.119595,0.277845,0.953152 0.124192,-0.000987482,0.992258 0.119499,-0.279448,0.952696 0.10578,-0.536461,0.837269
  3147.                           0.083652,-0.751855,0.654 0.0542719,-0.907547,0.41643 0.0195342,-0.989461,0.143476 -0.0178904,-0.989727,-0.141848 -0.0544357,-0.908555,-0.414203 -0.0870955,-0.752387,-0.652938 -0.112656,-0.536358,-0.836438 -0.129041,-0.278395,-0.951759
  3148.                         </Vector3DCollection>
  3149.                       </MeshGeometry3D.Normals>
  3150.                       <MeshGeometry3D.Positions>
  3151.                         <Point3DCollection>
  3152.                           0,1.7165E-14,-36.4674 0,1.29675,-36.281 8.07328,1.29675,-35.3713 8.11477,2.22488E-14,-35.5531 0,2.48844,-35.7368 7.95218,2.48844,-34.8408 0,3.47854,-34.8788 7.76127,3.47854,-34.0043 0,4.18682,-33.7767 7.51603,4.18682,-32.9299 0,4.55591,-32.5197 7.23631,4.55591,-31.7044 0,4.55591,-31.2096
  3153.                           6.94479,4.55591,-30.4271 0,4.18682,-29.9526 6.66508,4.18682,-29.2016 0,3.47854,-28.8505 6.41984,3.47854,-28.1272 0,2.48844,-27.9926 6.22894,2.48844,-27.2907 0,1.29675,-27.4483 6.10783,1.29675,-26.7602 0,-9.51078E-07,-27.2619 6.06635,-9.51078E-07,-26.5784 0,-1.29675,-27.4484 6.10783,-1.29675,-26.7602
  3154.                           0,-2.48844,-27.9926 6.22894,-2.48844,-27.2907 0,-3.47854,-28.8505 6.41984,-3.47854,-28.1272 0,-4.18682,-29.9526 6.66508,-4.18682,-29.2016 0,-4.55591,-31.2096 6.94479,-4.55591,-30.4271 0,-4.55591,-32.5197 7.23631,-4.55591,-31.7044 0,-4.18682,-33.7767 7.51603,-4.18682,-32.9299 0,-3.47853,-34.8788
  3155.                           7.76127,-3.47853,-34.0044 0,-2.48844,-35.7368 7.95218,-2.48844,-34.8408 0,-1.29675,-36.281 8.07328,-1.29675,-35.3713 15.7417,1.29675,-32.688 15.8226,-3.62411E-15,-32.856 15.5056,2.48844,-32.1977 15.1334,3.47854,-31.4247 14.6552,4.18682,-30.4318 14.1098,4.55591,-29.2992 13.5413,4.55591,-28.1189 12.9959,4.18682,-26.9864
  3156.                           12.5178,3.47854,-25.9934 12.1455,2.48844,-25.2204 11.9094,1.29675,-24.7301 11.8285,-9.51078E-07,-24.5621 11.9094,-1.29675,-24.7301 12.1455,-2.48844,-25.2204 12.5178,-3.47854,-25.9934 12.9959,-4.18682,-26.9864 13.5413,-4.55591,-28.1189 14.1098,-4.55591,-29.2992 14.6552,-4.18682,-30.4318 15.1334,-3.47853,-31.4247 15.5056,-2.48844,-32.1977
  3157.                           15.7417,-1.29675,-32.688 20.6339,1.29675,-31.493 20.6112,-2.84503E-08,-31.6781 22.2815,2.48844,-27.9401 21.7466,3.47854,-27.2694 21.0594,4.18682,-26.4077 20.2757,4.55591,-25.4249 19.4589,4.55591,-24.4007 18.6751,4.18682,-23.4179 17.988,3.47854,-22.5562 17.4531,2.48844,-21.8855 17.1138,1.29675,-21.46 16.9975,-9.51078E-07,-21.3142
  3158.                           17.1138,-1.29675,-21.46 17.4531,-2.48844,-21.8855 17.988,-3.47854,-22.5562 18.6751,-4.18682,-23.4179 19.4589,-4.55591,-24.4007 20.2757,-4.55591,-25.4249 21.0594,-4.18682,-26.4077 21.7466,-3.47853,-27.2694 22.2815,-2.48844,-27.9401 20.6339,-1.29675,-31.493 33.66,1.29675,-35.1547 33.6791,3.67035E-07,-35.3401 27.9401,2.48844,-22.2815
  3159.                           27.2694,3.47854,-21.7466 26.4077,4.18682,-21.0594 25.4249,4.55591,-20.2757 24.4007,4.55591,-19.4589 23.4179,4.18682,-18.6751 22.5562,3.47854,-17.988 21.8855,2.48844,-17.4531 27.8539,1.29675,-22.7854 27.8348,-6.39091E-07,-22.5999 27.8539,-1.29675,-22.7854 21.8855,-2.48844,-17.4531 22.5562,-3.47854,-17.988 23.4179,-4.18682,-18.6751
  3160.                           24.4007,-4.55591,-19.4589 25.4249,-4.55591,-20.2757 26.4077,-4.18682,-21.0594 27.2694,-3.47853,-21.7466 27.9401,-2.48844,-22.2815 33.66,-1.29675,-35.1547 45.5633,1.29675,-38.4482 45.6231,7.84487E-07,-38.6248 32.1977,2.48844,-15.5056 31.4247,3.47854,-15.1334 30.4318,4.18682,-14.6552 29.2992,4.55591,-14.1098 28.1189,4.55591,-13.5413
  3161.                           26.9864,4.18682,-12.996 25.9934,3.47854,-12.5178 25.2204,2.48844,-12.1455 33.8592,1.29675,-21.4757 33.7993,-4.86599E-07,-21.2991 33.8592,-1.29675,-21.4757 25.2204,-2.48844,-12.1455 25.9934,-3.47854,-12.5178 26.9864,-4.18682,-12.996 28.1189,-4.55591,-13.5414 29.2992,-4.55591,-14.1098 30.4318,-4.18682,-14.6552 31.4247,-3.47853,-15.1334
  3162.                           32.1977,-2.48844,-15.5056 45.5633,-1.29675,-38.4482 58.138,1.29675,-35.5853 58.2356,1.50069E-06,-35.7441 34.8408,2.48844,-7.95218 34.0043,3.47854,-7.76127 32.9299,4.18682,-7.51603 31.7044,4.55591,-7.23632 30.4271,4.55591,-6.9448 29.2016,4.18682,-6.66508 28.1272,3.47854,-6.41984 27.2907,2.48844,-6.22894 39.4225,1.29675,-18.8625
  3163.                           39.3249,-3.16467E-07,-18.7037 39.4225,-1.29675,-18.8625 27.2907,-2.48844,-6.22894 28.1272,-3.47854,-6.41984 29.2016,-4.18682,-6.66508 30.4271,-4.55591,-6.9448 31.7044,-4.55591,-7.23632 32.9299,-4.18682,-7.51603 34.0044,-3.47853,-7.76127 34.8408,-2.48844,-7.95218 58.138,-1.29675,-35.5853 59.7424,1.29675,-26.0447 59.8729,1.50487E-06,-26.1778
  3164.                           35.7368,2.48844,-1.13545E-06 34.8788,3.47854,-1.06421E-06 33.7767,4.18682,-9.45392E-07 32.5197,4.55591,-1.00772E-06 31.2096,4.55591,-1.00772E-06 29.9526,4.18682,-9.45392E-07 28.8505,3.47854,-8.25793E-07 27.9926,2.48844,-8.97027E-07 44.2649,1.29675,-15.077 44.1343,-1.37226E-07,-14.9438 44.2649,-1.29675,-15.077 27.9926,-2.48844,-7.71902E-07 28.8505,-3.47854,-8.43137E-07
  3165.                           29.9526,-4.18682,-9.61957E-07 31.2096,-4.55591,-8.99633E-07 32.5197,-4.55591,-8.99633E-07 33.7767,-4.18682,-9.61957E-07 34.8788,-3.47853,-1.08156E-06 35.7368,-2.48844,-1.01032E-06 59.7424,-1.29675,-26.0447 -37.4588,0.205187,-2.5458 -37.421,0.344375,-2.56384 -31.2845,1.29675,-31.668 -31.3654,-2.70596E-07,-31.836 -37.3104,0.472287,-2.61653 -31.0483,2.48844,-31.1777
  3166.                           -37.1362,0.57856,-2.69958 -30.6761,3.47854,-30.4047 -36.9123,0.654585,-2.80627 -30.1979,4.18682,-29.4117 -36.657,0.694202,-2.92795 -22.1986,4.55591,-29.4112 -36.3909,0.694202,-3.05477 -21.6302,4.55591,-28.2309 -36.1356,0.654585,-3.17645 -21.0848,4.18682,-27.0984 -35.9117,0.57856,-3.28314 -20.6066,3.47854,-26.1054 -35.7374,0.472287,-3.36619
  3167.                           -20.2343,2.48844,-25.3324 -35.6269,0.344375,-3.41887 -19.9982,1.29675,-24.8421 -35.589,0.205187,-3.43692 -19.9173,-1.23448E-06,-24.6741 -35.6269,0.0659983,-3.41887 -19.9982,-1.29675,-24.8421 -35.7374,-0.0619138,-3.36619 -20.2343,-2.48844,-25.3324 -35.9117,-0.168187,-3.28314 -20.6066,-3.47854,-26.1054 -36.1356,-0.244212,-3.17645 -21.0848,-4.18682,-27.0984
  3168.                           -36.3909,-0.283829,-3.05477 -21.6302,-4.55591,-28.2309 -36.657,-0.283829,-2.92795 -22.1986,-4.55591,-29.4112 -36.9123,-0.244212,-2.80627 -30.1979,-4.18682,-29.4117 -37.1362,-0.168187,-2.69958 -30.6761,-3.47853,-30.4047 -37.3104,-0.0619136,-2.61653 -31.0483,-2.48844,-31.1777 -37.421,0.0659985,-2.56384 -31.2845,-1.29675,-31.668 -8.07328,1.29675,-35.3713
  3169.                           -8.11477,2.22333E-14,-35.5531 -7.95218,2.48844,-34.8408 -7.76127,3.47854,-34.0043 -7.51603,4.18682,-32.9299 -7.23631,4.55591,-31.7044 -6.94479,4.55591,-30.4271 -6.66508,4.18682,-29.2016 -6.41984,3.47854,-28.1272 -6.22894,2.48844,-27.2907 -6.10783,1.29675,-26.7602 -6.06635,-9.51078E-07,-26.5784 -6.10783,-1.29675,-26.7602 -6.22894,-2.48844,-27.2907
  3170.                           -6.41984,-3.47854,-28.1272 -6.66508,-4.18682,-29.2016 -6.94479,-4.55591,-30.4271 -7.23631,-4.55591,-31.7044 -7.51603,-4.18682,-32.9299 -7.76127,-3.47853,-34.0044 -7.95218,-2.48844,-34.8408 -8.07328,-1.29675,-35.3713
  3171.                         </Point3DCollection>
  3172.                       </MeshGeometry3D.Positions>
  3173.                     </MeshGeometry3D>
  3174.                   </GeometryModel3D.Geometry>
  3175.                 </GeometryModel3D>
  3176.               </Model3DGroup>
  3177.               <Model3DGroup x:Name="Cylinder01OR41">
  3178.                 <!-- Cylinder01 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[11]) -->
  3179.                 <Model3DGroup.Transform>
  3180.                   <Transform3DGroup>
  3181.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3182.                     <ScaleTransform3D ScaleX="1.32895" ScaleY="1.32895" ScaleZ="2.37348"/>
  3183.                     <RotateTransform3D>
  3184.                       <RotateTransform3D.Rotation>
  3185.                         <AxisAngleRotation3D Angle="90.0000025" Axis="1 0 0"/>
  3186.                       </RotateTransform3D.Rotation>
  3187.                     </RotateTransform3D>
  3188.                     <TranslateTransform3D OffsetX="120.105" OffsetY="54.204" OffsetZ="-13.9683"/>
  3189.                   </Transform3DGroup>
  3190.                 </Model3DGroup.Transform>
  3191.                 <GeometryModel3D x:Name="Cylinder01OR41GR42">
  3192.                   <GeometryModel3D.Material>
  3193.                     <MaterialGroup>
  3194.                       <DiffuseMaterial>
  3195.                         <DiffuseMaterial.Brush>
  3196.                           <SolidColorBrush Color="#A10000" Opacity="1.000000"/>
  3197.                         </DiffuseMaterial.Brush>
  3198.                       </DiffuseMaterial>
  3199.                     </MaterialGroup>
  3200.                   </GeometryModel3D.Material>
  3201.                   <GeometryModel3D.BackMaterial>
  3202.                     <MaterialGroup>
  3203.                       <DiffuseMaterial>
  3204.                         <DiffuseMaterial.Brush>
  3205.                           <SolidColorBrush Color="#A10000" Opacity="1.000000"/>
  3206.                         </DiffuseMaterial.Brush>
  3207.                       </DiffuseMaterial>
  3208.                     </MaterialGroup>
  3209.                   </GeometryModel3D.BackMaterial>
  3210.                   <GeometryModel3D.Geometry>
  3211.                     <MeshGeometry3D
  3212.                                             TriangleIndices="0,1,2 0,3,1 0,4,3 0,5,4 0,6,5 0,7,6 0,8,7 0,9,8 0,10,9 0,11,10 0,2,12 13,14,15 13,16,14 16,17,14 16,18,17 18,19,17 18,20,19 20,21,19 20,22,21 22,23,21 22,24,23 24,25,23 24,26,25 26,27,25 26,28,27 28,29,27 28,30,29 30,31,29 30,32,31 33,13,15 15,34,35 15,14,34 14,36,34 14,17,36 17,37,36 17,19,37 19,38,37 19,21,38 21,39,38 21,23,39 23,40,39 23,25,40 25,41,40 25,27,41 27,42,41 27,29,42 29,43,42 29,31,43 35,44,45 35,34,44 34,46,44 34,36,46 36,47,46 36,37,47 37,48,47 37,38,48 38,49,48 38,39,49 39,50,49 39,40,50 40,51,50 40,41,51 41,52,51 41,42,52 42,53,52 42,43,53 45,54,55 45,44,54 44,56,54 44,46,56 46,57,56 46,47,57 47,58,57 47,48,58 48,59,58 48,49,59 49,60,59 49,50,60 50,61,60 50,51,61 51,62,61 51,52,62 52,63,62 52,53,63 55,64,65 55,54,64 54,66,64 54,56,66 56,67,66 56,57,67 57,68,67 57,58,68 58,69,68 58,59,69 59,70,69 59,60,70 60,71,70 60,61,71 61,72,71 61,62,72 62,73,72 62,63,73 63,74,73 75,76,77 75,77,78 75,78,79 75,79,80 75,80,81 75,81,82 75,82,83 75,83,84 75,84,85 75,85,86 75,87,76 "
  3213.                                 >
  3214.                       <MeshGeometry3D.Normals>
  3215.                         <Vector3DCollection>
  3216.                           -1.50701E-07,-1,-1.14227E-06 0,-1,0 0,-1,-1.58177E-06 -1.01674E-06,-1,-1.21171E-06 -8.28855E-07,-1,-1.72792E-06 1.87888E-07,-1,-1.06556E-06 -1.87887E-07,-1,-1.06556E-06 -5.40998E-07,-1,-9.37039E-07 1.87887E-07,-1,-1.9072E-06 5.40997E-07,-1,-1.48638E-06 0,-1,0 0,-1,0 0,-1,-3.16355E-06
  3217.                           0.618353,-0.785059,-0.0363458 0.70898,-0.652379,-0.267861 0.7397,-0.668732,-0.0751068 0.592218,-0.762948,-0.259207 0.609919,-0.592421,-0.526341 0.516591,-0.697369,-0.496799 0.429756,-0.476147,-0.767199 0.363406,-0.558436,-0.745711 0.158492,-0.286353,-0.944925 0.101388,-0.306147,-0.94657 -0.174377,-0.0332951,-0.984116 -0.231629,0.0370205,-0.9721 -0.484803,0.217937,-0.847036
  3218.                           -0.510512,0.345387,-0.787455 -0.701148,0.398244,-0.591434 -0.672678,0.537189,-0.508855 -0.816576,0.495595,-0.295954 -0.744993,0.627439,-0.226509 -0.814015,0.562831,-0.143533 -0.754664,0.642477,-0.133064 0.615112,-0.780944,0.108463 0.902399,-0.272065,-0.33415 0.968179,-0.182989,-0.170717 0.740069,-0.241363,-0.627728 0.48772,-0.186894,-0.85276 0.17051,-0.110732,-0.979114
  3219.                           -0.173825,-0.021491,-0.984542 -0.49838,0.0658315,-0.864456 -0.758814,0.136403,-0.636864 -0.924406,0.181896,-0.335242 -0.950323,0.262311,-0.167569 0.907311,0.264491,-0.326852 0.916485,0.365978,-0.161601 0.747097,0.225847,-0.625172 0.493024,0.163471,-0.85452 0.17227,0.0813464,-0.981685 -0.173617,-0.00912897,-0.984771 -0.496568,-0.0920373,-0.863105 -0.755135,-0.154593,-0.637081
  3220.                           -0.921393,-0.190989,-0.338465 -0.976301,-0.131156,-0.172149 0.713957,0.651676,-0.256094 0.697222,0.706235,-0.122938 0.618872,0.589285,-0.519366 0.439185,0.466063,-0.768051 0.162819,0.2637,-0.950764 -0.173762,0.0031993,-0.984783 -0.480175,-0.239854,-0.843743 -0.693899,-0.40845,-0.59302 -0.811801,-0.499073,-0.303158 -0.847503,-0.524478,-0.0816215 0.605485,0.774257,-0.184156
  3221.                           0.615112,0.780943,-0.108465 0.548458,0.725396,-0.415926 0.425392,0.615721,-0.663272 0.202776,0.405928,-0.891126 -0.115814,0.0851982,-0.98961 -0.427893,-0.251815,-0.868042 -0.630491,-0.486287,-0.604984 -0.728397,-0.606504,-0.318733 -0.760673,-0.647593,-0.0447095 -0.754664,-0.642477,0.133063 2.00931E-07,1,-2.37687E-06 2.88532E-06,1,-4.21808E-06 1.98998E-06,1,-2.96869E-06
  3222.                           3.31542E-06,1,-2.78199E-06 3.26913E-06,1,-1.44426E-06 5.01034E-07,1,-2.84149E-06 -5.01033E-07,1,-2.84149E-06 -1.44266E-06,1,-2.49877E-06 -2.21029E-06,1,-1.85465E-06 -2.71133E-06,1,-9.86829E-07 -2.88533E-06,1,0 -2.88533E-06,1,5.08746E-07 2.88532E-06,1,-7.92737E-06
  3223.                         </Vector3DCollection>
  3224.                       </MeshGeometry3D.Normals>
  3225.                       <MeshGeometry3D.Positions>
  3226.                         <Point3DCollection>
  3227.                           -10.6821,-3.71601,-1.51627E-06 -9.43971,-3.71601,-0.452187 -9.35997,-3.71601,-1.51627E-06 -9.66929,-3.71601,-0.849832 -10.021,-3.71601,-1.14498 -10.4525,-3.71601,-1.30202 -10.9117,-3.71601,-1.30202 -11.3431,-3.71601,-1.14498 -11.6949,-3.71601,-0.849832 -11.9244,-3.71601,-0.452186 -12.0042,-3.71601,-1.51627E-06 -11.9244,-3.71601,0.452184 -9.43971,-3.71601,0.452184
  3228.                           -9.35997,-3.71601,-1.51627E-06 -2.04435,2.1674,-0.873001 -1.89042,2.1674,-5.30466E-08 -9.43971,-3.71601,-0.452187 -2.48759,2.1674,-1.6407 -9.66929,-3.71601,-0.849832 -3.16666,2.1674,-2.21051 -10.021,-3.71601,-1.14498 -3.99966,2.1674,-2.5137 -10.4525,-3.71601,-1.30202 -4.88613,2.1674,-2.5137 -10.9117,-3.71601,-1.30202 -5.71914,2.1674,-2.21051
  3229.                           -11.3431,-3.71601,-1.14498 -6.39821,2.1674,-1.6407 -11.6949,-3.71601,-0.849832 -6.84144,2.1674,-0.873001 -11.9244,-3.71601,-0.452186 -6.99538,2.1674,-5.30466E-08 -12.0042,-3.71601,-1.51627E-06 -9.43971,-3.71601,0.452184 1.65333,8.05081,-1.08341 1.84436,8.05081,-1.80426E-06 1.10327,8.05081,-2.03614 0.260529,8.05081,-2.74328 -0.77325,8.05081,-3.11955
  3230.                           -1.87337,8.05081,-3.11955 -2.90714,8.05081,-2.74328 -3.74988,8.05081,-2.03614 -4.29994,8.05081,-1.08341 -4.49098,8.05081,-1.97041E-07 1.65333,13.9342,-1.08341 1.84436,13.9342,-1.94825E-06 1.10327,13.9342,-2.03614 0.260529,13.9342,-2.74328 -0.77325,13.9342,-3.11955 -1.87337,13.9342,-3.11955 -2.90714,13.9342,-2.74328 -3.74988,13.9342,-2.03614
  3231.                           -4.29994,13.9342,-1.08341 -4.49098,13.9342,-3.41036E-07 -2.04435,19.8176,-0.873001 -1.89042,19.8176,-2.09225E-06 -2.48758,19.8176,-1.6407 -3.16666,19.8176,-2.21051 -3.99966,19.8176,-2.51371 -4.88613,19.8176,-2.51371 -5.71914,19.8176,-2.21051 -6.39821,19.8176,-1.6407 -6.84144,19.8176,-0.873001 -6.99538,19.8176,-4.85031E-07 -9.43971,25.701,-0.452188
  3232.                           -9.35997,25.701,-2.23624E-06 -9.66929,25.701,-0.849833 -10.021,25.701,-1.14498 -10.4525,25.701,-1.30202 -10.9117,25.701,-1.30202 -11.3431,25.701,-1.14498 -11.6949,25.701,-0.849833 -11.9244,25.701,-0.452188 -12.0042,25.701,-2.23624E-06 -11.9244,25.701,0.452184 -10.6821,25.701,-2.23624E-06 -9.35997,25.701,-2.23624E-06 -9.43971,25.701,-0.452188
  3233.                           -9.66929,25.701,-0.849833 -10.021,25.701,-1.14498 -10.4525,25.701,-1.30202 -10.9117,25.701,-1.30202 -11.3431,25.701,-1.14498 -11.6949,25.701,-0.849833 -11.9244,25.701,-0.452188 -12.0042,25.701,-2.23624E-06 -11.9244,25.701,0.452184 -9.43971,25.701,0.452182
  3234.                         </Point3DCollection>
  3235.                       </MeshGeometry3D.Positions>
  3236.                     </MeshGeometry3D>
  3237.                   </GeometryModel3D.Geometry>
  3238.                 </GeometryModel3D>
  3239.               </Model3DGroup>
  3240.               <Model3DGroup x:Name="Box06OR44">
  3241.                 <!-- Box06 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[12]) -->
  3242.                 <Model3DGroup.Transform>
  3243.                   <Transform3DGroup>
  3244.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3245.                     <ScaleTransform3D ScaleX="0.8559789999999996" ScaleY="0.975158" ScaleZ="0.49225200000000019"/>
  3246.                     <RotateTransform3D d:EulerAngles="89.9999977619642,3.39164841372772E-07,5.4">
  3247.                       <RotateTransform3D.Rotation>
  3248.                         <AxisAngleRotation3D Angle="90.127" Axis="0.998,0.047,0.047"/>
  3249.                       </RotateTransform3D.Rotation>
  3250.                     </RotateTransform3D>
  3251.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3252.                     <TranslateTransform3D OffsetX="12.327" OffsetY="1.497" OffsetZ="36.77"/>
  3253.                   </Transform3DGroup>
  3254.                 </Model3DGroup.Transform>
  3255.                 <GeometryModel3D x:Name="Box06OR44GR45">
  3256.                   <GeometryModel3D.Material>
  3257.                     <MaterialGroup>
  3258.                       <DiffuseMaterial>
  3259.                         <DiffuseMaterial.Brush>
  3260.                           <SolidColorBrush Color="#D63C00" Opacity="1.000000"/>
  3261.                         </DiffuseMaterial.Brush>
  3262.                       </DiffuseMaterial>
  3263.                     </MaterialGroup>
  3264.                   </GeometryModel3D.Material>
  3265.                   <GeometryModel3D.BackMaterial>
  3266.                     <MaterialGroup>
  3267.                       <DiffuseMaterial>
  3268.                         <DiffuseMaterial.Brush>
  3269.                           <SolidColorBrush Color="#D63C00" Opacity="1.000000"/>
  3270.                         </DiffuseMaterial.Brush>
  3271.                       </DiffuseMaterial>
  3272.                     </MaterialGroup>
  3273.                   </GeometryModel3D.BackMaterial>
  3274.                   <GeometryModel3D.Geometry>
  3275.                     <MeshGeometry3D
  3276.                                             TriangleIndices="0,1,2 2,3,0 4,5,2 2,1,4 6,7,2 2,5,6 8,3,2 2,7,8 9,10,11 11,12,9 13,14,11 11,10,13 6,5,11 11,14,6 4,12,11 11,5,4 15,16,17 17,18,15 19,20,17 17,16,19 6,14,17 17,20,6 13,18,17 17,14,13 21,22,23 23,24,21 8,7,23 23,22,8 6,20,23 23,7,6 19,24,23 23,20,19 25,26,27 27,28,25 29,30,27 27,26,29 31,32,27 27,30,31 33,28,27 27,32,33 34,35,36 36,37,34 38,39,36 36,35,38 31,30,36 36,39,31 29,37,36 36,30,29 15,18,40 40,41,15 13,42,40 40,18,13 31,39,40 40,42,31 38,41,40 40,39,38 9,43,44 44,10,9 33,32,44 44,43,33 31,42,44 44,32,31 13,10,44 44,42,13 45,46,47 47,48,45 49,50,47 47,46,49 51,52,47 47,50,51 53,48,47 47,52,53 54,55,56 56,57,54 58,59,56 56,55,58 51,50,56 56,59,51 49,57,56 56,50,49 15,41,60 60,61,15 38,62,60 60,41,38 51,59,60 60,62,51 58,61,60 60,59,58 34,63,64 64,35,34 53,52,64 64,63,53 51,62,64 64,52,51 38,35,64 64,62,38 65,66,67 67,68,65 69,70,67 67,66,69 71,72,67 67,70,71 73,68,67 67,72,73 21,24,74 74,75,21 19,76,74 74,24,19 71,70,74 74,76,71 69,75,74 74,70,69 15,61,77 77,16,15 58,78,77 77,61,58 71,76,77 77,78,71 19,16,77 77,76,19 54,79,80 80,55,54 73,72,80 80,79,73 71,78,80 80,72,71 58,55,80 80,78,58 81,82,83 83,84,81 85,86,83 83,82,85 87,88,83 83,86,87 89,84,83 83,88,89 90,91,92 92,93,90 94,95,92 92,91,94 87,86,92 92,95,87 85,93,92 92,86,85 96,97,98 98,99,96 100,101,98 98,97,100 87,95,98 98,101,87 94,99,98 98,95,94 102,103,104 104,105,102 89,88,104 104,103,89 87,101,104 104,88,87 100,105,104 104,101,100 106,107,108 108,109,106 110,111,108 108,107,110 112,113,108 108,111,112 114,109,108 108,113,114 115,116,117 117,118,115 119,120,117 117,116,119 112,111,117 117,120,112 110,118,117 117,111,110 96,99,121 121,122,96 94,123,121 121,99,94 112,120,121 121,123,112 119,122,121 121,120,119 90,124,125 125,91,90 114,113,125 125,124,114 112,123,125 125,113,112 94,91,125 125,123,94 126,127,128 128,129,126 130,131,128 128,127,130 132,133,128 128,131,132 134,129,128 128,133,134 135,136,137 137,138,135 139,140,137 137,136,139 132,131,137 137,140,132 130,138,137 137,131,130 96,122,141 141,142,96 119,143,141 141,122,119 132,140,141 141,143,132 139,142,141 141,140,139 115,144,145 145,116,115 134,133,145 145,144,134 132,143,145 145,133,132 119,116,145 145,143,119 146,147,148 148,149,146 150,151,148 148,147,150 152,153,148 148,151,152 154,149,148 148,153,154 102,105,155 155,156,102 100,157,155 155,105,100 152,151,155 155,157,152 150,156,155 155,151,150 96,142,158 158,97,96 139,159,158 158,142,139 152,157,158 158,159,152 100,97,158 158,157,100 135,160,161 161,136,135 154,153,161 161,160,154 152,159,161 161,153,152 139,136,161 161,159,139 45,48,162 162,163,45 53,164,162 162,48,53 165,166,162 162,164,165 167,163,162 162,166,167 34,168,169 169,63,34 170,171,169 169,168,170 165,164,169 169,171,165 53,63,169 169,164,53 172,173,174 174,175,172 176,177,174 174,173,176 165,171,174 174,177,165 170,175,174 174,171,170 178,179,180 180,181,178 167,166,180 180,179,167 165,177,180 180,166,165 176,181,180 180,177,176 25,182,183 183,26,25 184,185,183 183,182,184 186,187,183 183,185,186 29,26,183 183,187,29 188,189,190 190,191,188 192,193,190 190,189,192 186,185,190 190,193,186 184,191,190 190,185,184 172,175,194 194,195,172 170,196,194 194,175,170 186,193,194 194,196,186 192,195,194 194,193,192 34,37,197 197,168,34 29,187,197 197,37,29 186,196,197 197,187,186 170,168,197 197,196,170 106,109,198 198,199,106 114,200,198 198,109,114 201,202,198 198,200,201 203,199,198 198,202,203 90,204,205 205,124,90 206,207,205 205,204,206 201,200,205 205,207,201 114,124,205 205,200,114 172,195,208 208,209,172 192,210,208 208,195,192 201,207,208 208,210,201 206,209,208 208,207,206 188,211,212 212,189,188 203,202,212 212,211,203 201,210,212 212,202,201 192,189,212 212,210,192 81,213,214 214,82,81 215,216,214 214,213,215 217,218,214 214,216,217 85,82,214 214,218,85 178,181,219 219,220,178 176,221,219 219,181,176 217,216,219 219,221,217 215,220,219 219,216,215 172,209,222 222,173,172 206,223,222 222,209,206 217,221,222 222,223,217 176,173,222 222,221,176 90,93,224 224,204,90 85,218,224 224,93,85 217,223,224 224,218,217 206,204,224 224,223,206 65,68,225 225,226,65 73,227,225 225,68,73 228,229,225 225,227,228 230,226,225 225,229,230 54,231,232 232,79,54 233,234,232 232,231,233 228,227,232 232,234,228 73,79,232 232,227,73 235,236,237 237,238,235 239,240,237 237,236,239 228,234,237 237,240,228 233,238,237 237,234,233 241,242,243 243,244,241 230,229,243 243,242,230 228,240,243 243,229,228 239,244,243 243,240,239 45,163,245 245,46,45 167,246,245 245,163,167 247,248,245 245,246,247 49,46,245 245,248,49 178,249,250 250,179,178 251,252,250 250,249,251 247,246,250 250,252,247 167,179,250 250,246,167 235,238,253 253,254,235 233,255,253 253,238,233 247,252,253 253,255,247 251,254,253 253,252,251 54,57,256 256,231,54 49,248,256 256,57,49 247,255,256 256,248,247 233,231,256 256,255,233 81,84,257 257,213,81 89,258,257 257,84,89 259,260,257 257,258,259 215,213,257 257,260,215 102,261,262 262,103,102 263,264,262 262,261,263 259,258,262 262,264,259 89,103,262 262,258,89 235,254,265 265,266,235 251,267,265 265,254,251 259,264,265 265,267,259 263,266,265 265,264,263 178,220,268 268,249,178 215,260,268 268,220,215 259,267,268 268,260,259 251,249,268 268,267,251 146,269,270 270,147,146 271,272,270 270,269,271 273,274,270 270,272,273 150,147,270 270,274,150 241,244,275 275,276,241 239,277,275 275,244,239 273,272,275 275,277,273 271,276,275 275,272,271 235,266,278 278,236,235 263,279,278 278,266,263 273,277,278 278,279,273 239,236,278 278,277,239 102,156,280 280,261,102 150,274,280 280,156,150 273,279,280 280,274,273 263,261,280 280,279,263 0,3,281 281,282,0 8,283,281 281,3,8 284,285,281 281,283,284 286,282,281 281,285,286 21,287,288 288,22,21 289,290,288 288,287,289 284,283,288 288,290,284 8,22,288 288,283,8 291,292,293 293,294,291 295,296,293 293,292,295 284,290,293 293,296,284 289,294,293 293,290,289 297,298,299 299,300,297 286,285,299 299,298,286 284,296,299 299,285,284 295,300,299 299,296,295 65,226,301 301,66,65 230,302,301 301,226,230 303,304,301 301,302,303 69,66,301 301,304,69 241,305,306 306,242,241 307,308,306 306,305,307 303,302,306 306,308,303 230,242,306 306,302,230 291,294,309 309,310,291 289,311,309 309,294,289 303,308,309 309,311,303 307,310,309 309,308,307 21,75,312 312,287,21 69,304,312 312,75,69 303,311,312 312,304,303 289,287,312 312,311,289 146,149,313 313,269,146 154,314,313 313,149,154 315,316,313 313,314,315 271,269,313 313,316,271 135,317,318 318,160,135 319,320,318 318,317,319 315,314,318 318,320,315 154,160,318 318,314,154 291,310,321 321,322,291 307,323,321 321,310,307 315,320,321 321,323,315 319,322,321 321,320,319 241,276,324 324,305,241 271,316,324 324,276,271 315,323,324 324,316,315 307,305,324 324,323,307 126,325,326 326,127,126 327,328,326 326,325,327 329,330,326 326,328,329 130,127,326 326,330,130 297,300,331 331,332,297 295,333,331 331,300,295 329,328,331 331,333,329 327,332,331 331,328,327 291,322,334 334,292,291 319,335,334 334,322,319 329,333,334 334,335,329 295,292,334 334,333,295 135,138,336 336,317,135 130,330,336 336,138,130 329,335,336 336,330,329 319,317,336 336,335,319 337,338,339 339,340,337 341,342,339 339,338,341 343,344,339 339,342,343 345,340,339 339,344,345 346,347,348 348,349,346 350,351,348 348,347,350 343,342,348 348,351,343 341,349,348 348,342,341 352,353,354 354,355,352 356,357,354 354,353,356 343,351,354 354,357,343 350,355,354 354,351,350 358,359,360 360,361,358 345,344,360 360,359,345 343,357,360 360,344,343 356,361,360 360,357,356 362,363,364 364,365,362 366,367,364 364,363,366 368,369,364 364,367,368 370,365,364 364,369,370 371,372,373 373,374,371 375,376,373 373,372,375 368,367,373 373,376,368 366,374,373 373,367,366 352,355,377 377,378,352 350,379,377 377,355,350 368,376,377 377,379,368 375,378,377 377,376,375 346,380,381 381,347,346 370,369,381 381,380,370 368,379,381 381,369,368 350,347,381 381,379,350 382,383,384 384,385,382 386,387,384 384,383,386 388,389,384 384,387,388 390,385,384 384,389,390 391,392,393 393,394,391 395,396,393 393,392,395 388,387,393 393,396,388 386,394,393 393,387,386 352,378,397 397,398,352 375,399,397 397,378,375 388,396,397 397,399,388 395,398,397 397,396,395 371,400,401 401,372,371 390,389,401 401,400,390 388,399,401 401,389,388 375,372,401 401,399,375 402,403,404 404,405,402 406,407,404 404,403,406 408,409,404 404,407,408 410,405,404 404,409,410 358,361,411 411,412,358 356,413,411 411,361,356 408,407,411 411,413,408 406,412,411 411,407,406 352,398,414 414,353,352 395,415,414 414,398,395 408,413,414 414,415,408 356,353,414 414,413,356 391,416,417 417,392,391 410,409,417 417,416,410 408,415,417 417,409,408 395,392,417 417,415,395 25,28,418 418,419,25 33,420,418 418,28,33 421,422,418 418,420,421 423,419,418 418,422,423 9,424,425 425,43,9 426,427,425 425,424,426 421,420,425 425,427,421 33,43,425 425,420,33 428,429,430 430,431,428 432,433,430 430,429,432 421,427,430 430,433,421 426,431,430 430,427,426 434,435,436 436,437,434 423,422,436 436,435,423 421,433,436 436,422,421 432,437,436 436,433,432 0,438,439 439,1,0 440,441,439 439,438,440 442,443,439 439,441,442 4,1,439 439,443,4 444,445,446 446,447,444 448,449,446 446,445,448 442,441,446 446,449,442 440,447,446 446,441,440 428,431,450 450,451,428 426,452,450 450,431,426 442,449,450 450,452,442 448,451,450 450,449,448 9,12,453 453,424,9 4,443,453 453,12,4 442,452,453 453,443,442 426,424,453 453,452,426 362,365,454 454,455,362 370,456,454 454,365,370 457,458,454 454,456,457 459,455,454 454,458,459 346,460,461 461,380,346 462,463,461 461,460,462 457,456,461 461,463,457 370,380,461 461,456,370 428,451,464 464,465,428 448,466,464 464,451,448 457,463,464 464,466,457 462,465,464 464,463,462 444,467,468 468,445,444 459,458,468 468,467,459 457,466,468 468,458,457 448,445,468 468,466,448 337,469,470 470,338,337 471,472,470 470,469,471 473,474,470 470,472,473 341,338,470 470,474,341 434,437,475 475,476,434 432,477,475 475,437,432 473,472,475 475,477,473 471,476,475 475,472,471 428,465,478 478,429,428 462,479,478 478,465,462 473,477,478 478,479,473 432,429,478 478,477,432 346,349,480 480,460,346 341,474,480 480,349,341 473,479,480 480,474,473 462,460,480 480,479,462 126,129,481 481,482,126 134,483,481 481,129,134 484,485,481 481,483,484 486,482,481 481,485,486 115,487,488 488,144,115 489,490,488 488,487,489 484,483,488 488,490,484 134,144,488 488,483,134 491,492,493 493,494,491 495,496,493 493,492,495 484,490,493 493,496,484 489,494,493 493,490,489 497,498,499 499,500,497 486,485,499 499,498,486 484,496,499 499,485,484 495,500,499 499,496,495 106,501,502 502,107,106 503,504,502 502,501,503 505,506,502 502,504,505 110,107,502 502,506,110 507,508,509 509,510,507 511,512,509 509,508,511 505,504,509 509,512,505 503,510,509 509,504,503 491,494,513 513,514,491 489,515,513 513,494,489 505,512,513 513,515,505 511,514,513 513,512,511 115,118,516 516,487,115 110,506,516 516,118,110 505,515,516 516,506,505 489,487,516 516,515,489 402,405,517 517,518,402 410,519,517 517,405,410 520,521,517 517,519,520 522,518,517 517,521,522 391,523,524 524,416,391 525,526,524 524,523,525 520,519,524 524,526,520 410,416,524 524,519,410 491,514,527 527,528,491 511,529,527 527,514,511 520,526,527 527,529,520 525,528,527 527,526,525 507,530,531 531,508,507 522,521,531 531,530,522 520,529,531 531,521,520 511,508,531 531,529,511 382,532,533 533,383,382 534,535,533 533,532,534 536,537,533 533,535,536 386,383,533 533,537,386 497,500,538 538,539,497 495,540,538 538,500,495 536,535,538 538,540,536 534,539,538 538,535,534 491,528,541 541,492,491 525,542,541 541,528,525 536,540,541 541,542,536 495,492,541 541,540,495 391,394,543 543,523,391 386,537,543 543,394,386 536,542,543 543,537,536 525,523,543 543,542,525 106,199,544 544,501,106 203,545,544 544,199,203 546,547,544 544,545,546 503,501,544 544,547,503 188,548,549 549,211,188 550,551,549 549,548,550 546,545,549 549,551,546 203,211,549 549,545,203 552,553,554 554,555,552 556,557,554 554,553,556 546,551,554 554,557,546 550,555,554 554,551,550 507,510,558 558,559,507 503,547,558 558,510,503 546,557,558 558,547,546 556,559,558 558,557,556 25,419,560 560,182,25 423,561,560 560,419,423 562,563,560 560,561,562 184,182,560 560,563,184 434,564,565 565,435,434 566,567,565 565,564,566 562,561,565 565,567,562 423,435,565 565,561,423 552,555,568 568,569,552 550,570,568 568,555,550 562,567,568 568,570,562 566,569,568 568,567,566 188,191,571 571,548,188 184,563,571 571,191,184 562,570,571 571,563,562 550,548,571 571,570,550 337,340,572 572,469,337 345,573,572 572,340,345 574,575,572 572,573,574 471,469,572 572,575,471 358,576,577 577,359,358 578,579,577 577,576,578 574,573,577 577,579,574 345,359,577 577,573,345 552,569,580 580,581,552 566,582,580 580,569,566 574,579,580 580,582,574 578,581,580 580,579,578 434,476,583 583,564,434 471,575,583 583,476,471 574,582,583 583,575,574 566,564,583 583,582,566 402,518,584 584,403,402 522,585,584 584,518,522 586,587,584 584,585,586 406,403,584 584,587,406 507,559,588 588,530,507 556,589,588 588,559,556 586,585,588 588,589,586 522,530,588 588,585,522 552,581,590 590,553,552 578,591,590 590,581,578 586,589,590 590,591,586 556,553,590 590,589,556 358,412,592 592,576,358 406,587,592 592,412,406 586,591,592 592,587,586 578,576,592 592,591,578 0,282,593 593,438,0 286,594,593 593,282,286 595,596,593 593,594,595 440,438,593 593,596,440 297,597,598 598,298,297 599,600,598 598,597,599 595,594,598 598,600,595 286,298,598 598,594,286 601,602,603 603,604,601 605,606,603 603,602,605 595,600,603 603,606,595 599,604,603 603,600,599 444,447,607 607,608,444 440,596,607 607,447,440 595,606,607 607,596,595 605,608,607 607,606,605 126,482,609 609,325,126 486,610,609 609,482,486 611,612,609 609,610,611 327,325,609 609,612,327 497,613,614 614,498,497 615,616,614 614,613,615 611,610,614 614,616,611 486,498,614 614,610,486 601,604,617 617,618,601 599,619,617 617,604,599 611,616,617 617,619,611 615,618,617 617,616,615 297,332,620 620,597,297 327,612,620 620,332,327 611,619,620 620,612,611 599,597,620 620,619,599 382,385,621 621,532,382 390,622,621 621,385,390 623,624,621 621,622,623 534,532,621 621,624,534 371,625,626 626,400,371 627,628,626 626,625,627 623,622,626 626,628,623 390,400,626 626,622,390 601,618,629 629,630,601 615,631,629 629,618,615 623,628,629 629,631,623 627,630,629 629,628,627 497,539,632 632,613,497 534,624,632 632,539,534 623,631,632 632,624,623 615,613,632 632,631,615 362,455,633 633,363,362 459,634,633 633,455,459 635,636,633 633,634,635 366,363,633 633,636,366 444,608,637 637,467,444 605,638,637 637,608,605 635,634,637 637,638,635 459,467,637 637,634,459 601,630,639 639,602,601 627,640,639 639,630,627 635,638,639 639,640,635 605,602,639 639,638,605 371,374,641 641,625,371 366,636,641 641,374,366 635,640,641 641,636,635 627,625,641 641,640,627 "
  3277.                                 >
  3278.                       <MeshGeometry3D.Normals>
  3279.                         <Vector3DCollection>
  3280.                           -0.0817715,0.512481,-0.854796 -0.0917778,0.694062,-0.714041 -0.0549995,0.695339,-0.716575 -0.0455176,0.513873,-0.856658 -0.100968,0.849749,-0.517429 -0.0644424,0.852508,-0.518727 -0.0303016,0.852886,-0.521217 -0.0218878,0.695005,-0.718672 -0.0139031,0.512599,-0.858516 -0.109613,0.993969,0.00325622 -0.0761369,0.997088,0.00440096 -0.0719071,0.959691,-0.271701 -0.107454,0.956547,-0.271055
  3281.                           -0.0430882,0.999055,0.00571309 -0.0379643,0.961435,-0.272398 0.0383731,0.999231,0.00803745 0.0442541,0.959372,-0.278654 -0.00055607,0.961536,-0.274678 -0.00667746,0.999953,0.00700522 0.0501717,0.845929,-0.53093 0.0061778,0.851632,-0.524103 0.0560602,0.506516,-0.860406 0.0185013,0.510359,-0.859763 0.0129014,0.69212,-0.721667 0.0543157,0.686701,-0.724908 -0.0806745,0.509762,0.856525
  3282.                           -0.0590414,0.509772,0.858281 -0.0661813,0.690805,0.720006 -0.0906786,0.691223,0.71693 -0.0371161,0.507415,0.860902 -0.0412061,0.689284,0.723319 -0.0443328,0.847555,0.528852 -0.0724199,0.848346,0.524466 -0.100067,0.847095,0.521936 0.0208262,0.500028,0.865759 0.0244453,0.679555,0.733217 -0.0124014,0.685476,0.72799 -0.0115441,0.50437,0.86341 0.0280175,0.839443,0.542724
  3283.                           -0.0122947,0.845493,0.533844 -0.0103974,0.957756,0.287393 0.0323776,0.955369,0.293635 -0.0453519,0.958128,0.282727 -0.10692,0.954943,0.276862 -0.0760944,0.957078,0.279661 0.205506,0.472175,0.857216 0.24748,0.556624,0.793047 0.183034,0.620788,0.762313 0.16123,0.479283,0.862724 0.31901,0.697634,0.641513 0.219633,0.771096,0.597639 0.13976,0.808659,0.571434
  3284.                           0.11987,0.651543,0.749081 0.104328,0.488245,0.866448 0.433744,0.900987,0.00944477 0.279622,0.960062,0.0095901 0.257139,0.900356,0.351052 0.390649,0.83211,0.393683 0.173243,0.984835,0.0093313 0.159439,0.932293,0.324669 0.0876734,0.947813,0.306536 0.0952293,0.995416,0.00888435 0.0779634,0.827917,0.555405 0.0598744,0.494601,0.867055 0.0681251,0.66829,0.740775
  3285.                           0.248619,0.477387,-0.842787 0.204436,0.485268,-0.85013 0.221303,0.625993,-0.747768 0.286877,0.560766,-0.776687 0.14616,0.494769,-0.856645 0.156269,0.658129,-0.73651 0.167623,0.814055,-0.556073 0.249518,0.77491,-0.580736 0.349897,0.699424,-0.623199 0.101722,0.675393,-0.730409 0.0989223,0.501312,-0.859593 0.103265,0.834248,-0.541634 0.101532,0.95162,-0.290017
  3286.                           0.175153,0.935491,-0.306884 0.408824,0.832154,-0.374677 0.27442,0.902254,-0.332612 0.210536,-0.481911,0.850551 0.166026,-0.488892,0.8564 0.188449,-0.631009,0.752539 0.253076,-0.566899,0.783951 0.108421,-0.497157,0.86086 0.124827,-0.661586,0.739407 0.145082,-0.817034,0.558039 0.225283,-0.779907,0.583946 0.324699,-0.7066,0.628718 0.0235867,-0.507077,0.861578
  3287.                           0.0281053,-0.687973,0.725192 0.0724587,-0.677604,0.731849 0.0633173,-0.5027,0.862139 0.0323831,-0.846504,0.531397 0.0828436,-0.835805,0.54274 0.0429004,-0.999075,-0.0028093 0.099848,-0.994997,-0.00338845 0.0926377,-0.951757,0.292535 0.0370664,-0.958979,0.281042 0.177828,-0.984053,-0.00411811 0.164584,-0.936558,0.30947 0.437268,-0.899317,-0.0051071 0.395566,-0.837064,0.377956
  3288.                           0.262348,-0.904862,0.335258 0.283889,-0.958845,-0.00475537 -0.0793663,-0.512523,0.854998 -0.0886537,-0.694585,0.713928 -0.0638607,-0.69541,0.71577 -0.0575863,-0.513477,0.856169 -0.0972527,-0.850121,0.517529 -0.0692664,-0.852314,0.518423 -0.0408392,-0.852615,0.520941 -0.038589,-0.695181,0.717798 -0.03534,-0.512237,0.858117 -0.106135,-0.994351,-0.000981554 -0.0722514,-0.997386,-0.00134625
  3289.                           -0.072342,-0.959299,0.272969 -0.103534,-0.956683,0.272099 -0.038949,-0.99924,-0.00178985 -0.0412662,-0.960837,0.274026 -0.00602739,-0.960938,0.276699 -0.00229565,-0.999995,-0.0022532 -0.00841615,-0.851628,0.524079 -0.00940935,-0.510323,0.859932 -0.00933038,-0.69267,0.721194 -0.0816294,-0.509753,-0.856439 -0.045309,-0.510185,-0.85887 -0.0537235,-0.693042,-0.718892 -0.0907041,-0.692448,-0.715743
  3290.                           -0.0134006,-0.507791,-0.861376 -0.020374,-0.691977,-0.721632 -0.0276363,-0.850746,-0.524849 -0.062018,-0.850977,-0.521528 -0.0988132,-0.848708,-0.519549 0.0574662,-0.499437,-0.864442 0.0565889,-0.681892,-0.72926 0.0147592,-0.688238,-0.725335 0.0193478,-0.504406,-0.86325 0.0533386,-0.842336,-0.536307 0.00909808,-0.848833,-0.528583 0.00326989,-0.959628,-0.281253 0.0482319,-0.956882,-0.286445
  3291.                           -0.0343152,-0.96005,-0.277715 -0.104393,-0.95603,-0.274058 -0.0685352,-0.958759,-0.275834 0.251288,-0.467184,-0.847699 0.289793,-0.551281,-0.782374 0.224378,-0.61785,-0.753602 0.207099,-0.475293,-0.855106 0.352841,-0.691384,-0.63047 0.252949,-0.768176,-0.588152 0.171111,-0.808514,-0.563051 0.159245,-0.651102,-0.742096 0.148507,-0.485651,-0.861446 0.278083,-0.897212,-0.343046
  3292.                           0.411705,-0.825988,-0.385023 0.179124,-0.931475,-0.316653 0.105567,-0.948433,-0.298881 0.106645,-0.82975,-0.547851 0.100879,-0.493108,-0.864099 0.104408,-0.669508,-0.735431 0.149689,0.352395,0.923802 0.218191,0.389641,0.894747 0.0947371,0.340433,0.935484 0.0900764,0.216788,0.972054 0.14795,0.230895,0.961664 0.232919,0.264032,0.935968 0.0181334,0.336876,0.941374
  3293.                           0.0526713,0.337604,0.939813 0.0158919,0.208359,0.977923 0.0486217,0.211069,0.976261 0.0144078,-0.000620647,0.999896 0.0451434,-0.00097389,0.99898 0.0460906,0.101947,0.993721 0.0146542,0.0992647,0.994953 0.0877707,-0.00159014,0.996139 0.0881953,0.107088,0.99033 0.246356,-0.00311761,0.969174 0.242298,0.137696,0.960381 0.148515,0.116857,0.981982 0.148863,-0.00226591,0.988855
  3294.                           -0.072465,0.34285,0.936591 -0.0530092,0.342081,0.938174 -0.0674452,0.210395,0.975287 -0.0490912,0.210356,0.976391 -0.0308674,0.209176,0.977391 -0.033284,0.340652,0.9396 -0.0639298,-9.46004E-05,0.997954 -0.0462683,-0.000128997,0.998929 -0.0470329,0.100059,0.993869 -0.0648036,0.100313,0.992843 -0.0289109,-0.000218351,0.999582 -0.0293725,0.0996041,0.994594 -0.00971178,0.0991407,0.995026
  3295.                           -0.00944391,-0.000341115,0.999955 -0.0100366,0.208008,0.978076 -0.01082,0.338526,0.940895 -0.0521285,-0.344319,0.937404 -0.0717455,-0.344463,0.936055 -0.0322348,-0.34356,0.938577 -0.0302584,-0.210682,0.977086 -0.0486427,-0.211454,0.976177 -0.0670469,-0.211207,0.975139 0.0199808,-0.341435,0.939693 -0.00942391,-0.342234,0.939567 0.017034,-0.21106,0.977325 -0.00923888,-0.20998,0.977662
  3296.                           -0.009335,-0.100185,0.994925 0.0151824,-0.100789,0.994792 -0.0291128,-0.100268,0.994534 -0.0646468,-0.100647,0.99282 -0.0468292,-0.100539,0.99383 0.222804,-0.398659,0.889623 0.153437,-0.360147,0.920191 0.236269,-0.27167,0.932938 0.150625,-0.23695,0.959774 0.0921123,-0.221538,0.970792 0.0977988,-0.347086,0.93272 0.149894,-0.121881,0.981161 0.244159,-0.144282,0.958942
  3297.                           0.0892355,-0.110589,0.989852 0.0468497,-0.104382,0.993433 0.0501765,-0.214638,0.975404 0.0551208,-0.343192,0.937647 0.347414,0.463785,-0.814989 0.262683,0.39521,-0.880231 0.452148,0.578944,-0.678517 0.537069,0.419403,-0.731887 0.391085,0.329302,-0.859426 0.278562,0.27027,-0.921606 0.619759,0.784742,0.00888495 0.563327,0.711268,-0.42043 0.800468,0.599327,0.00756921
  3298.                           0.706696,0.532429,-0.465941 0.999997,-0.000343367,0.00246841 0.860728,0.00277575,-0.509058 0.816588,0.291414,-0.498258 0.944552,0.328318,0.00538662 0.617812,0.00476594,-0.786311 0.595242,0.22762,-0.770633 0.2922,0.00639472,-0.956336 0.288343,0.145231,-0.946449 0.418244,0.177347,-0.890854 0.429836,0.00581633,-0.902888 0.30781,0.460195,0.832751 0.351166,0.324948,0.878118
  3299.                           0.507506,0.418533,0.753172 0.421357,0.578365,0.698535 0.391009,-0.00379417,0.920379 0.378644,0.171019,0.909605 0.59192,-0.0040173,0.805986 0.567642,0.223975,0.792224 0.805979,0.291226,0.51535 0.852891,-0.00311761,0.522079 0.69214,0.534692,0.484817 0.546084,0.713121,0.439602 0.312887,-0.469858,0.82543 0.426671,-0.587464,0.687632 0.51174,-0.427241,0.745377
  3300.                           0.355232,-0.333813,0.873143 0.621905,-0.783079,-0.00468297 0.550343,-0.718387,0.42549 0.801288,-0.59827,-0.0031979 0.695303,-0.540472,0.473754 0.807664,-0.297236,0.509243 0.944501,-0.328509,-0.000721882 0.570122,-0.232278,0.78804 0.380887,-0.178964,0.907136 0.265006,-0.383977,-0.884496 0.349724,-0.453434,-0.819811 0.280165,-0.258219,-0.92457 0.392669,-0.318161,-0.862893
  3301.                           0.538262,-0.40987,-0.736397 0.454269,-0.569801,-0.684812 0.419042,-0.165863,-0.892689 0.289202,-0.132574,-0.948043 0.595714,-0.218,-0.773046 0.816382,-0.285361,-0.502085 0.707068,-0.525652,-0.473016 0.56496,-0.704416,-0.429673 -0.0380634,0.345784,-0.937542 -0.0735573,0.345342,-0.93559 -0.0078363,0.34526,-0.938475 -0.00435805,0.213606,-0.97691 -0.0335464,0.213943,-0.97627
  3302.                           -0.0686233,0.212934,-0.974654 0.0563826,0.342654,-0.937768 0.0220536,0.3438,-0.938784 0.0556581,0.214027,-0.975241 0.0241617,0.213162,-0.976718 0.054922,0.00619608,-0.998471 0.0253585,0.00554245,-0.999663 0.0250379,0.1045,-0.99421 0.0551083,0.105359,-0.992906 -0.00207093,0.004598,-0.999987 -0.00246208,0.104173,-0.994556 -0.0655011,0.00267379,-0.997849 -0.0661418,0.102898,-0.99249
  3303.                           -0.0313385,0.103681,-0.994117 -0.0306985,0.00360514,-0.999522 0.195729,0.358564,-0.912755 0.195586,0.237581,-0.951473 0.136671,0.223278,-0.965126 0.139666,0.346675,-0.927529 0.197168,0.006749,-0.980347 0.196796,0.12455,-0.972501 0.135207,0.0067869,-0.990794 0.135549,0.114298,-0.984156 0.0906691,0.10861,-0.989941 0.0898799,0.00668041,-0.99593 0.0924561,0.217189,-0.971741
  3304.                           0.0949167,0.34368,-0.934278 0.197793,-0.347139,-0.916718 0.141409,-0.335387,-0.931407 0.137817,-0.210702,-0.967787 0.19704,-0.224944,-0.954241 0.0571161,-0.333027,-0.941186 0.0962038,-0.333133,-0.937959 0.0560204,-0.202815,-0.977613 0.0932651,-0.204966,-0.974315 0.0910582,-0.0956287,-0.991243 0.0552563,-0.0931061,-0.994122 0.13615,-0.100874,-0.985539 0.197553,-0.111341,-0.973949
  3305.                           -0.0740026,-0.341489,-0.936968 -0.0384063,-0.34047,-0.93947 -0.0691183,-0.208187,-0.975644 -0.0340404,-0.207546,-0.977633 -0.00466653,-0.205414,-0.978664 -0.00800042,-0.338438,-0.940955 -0.0316386,-0.0966468,-0.994816 -0.0664699,-0.097791,-0.992985 -0.00268872,-0.0951811,-0.995456 0.0249656,-0.0937783,-0.99528 0.0241063,-0.203237,-0.978833 0.0222726,-0.33553,-0.941766 -0.555599,0.389057,0.734809
  3306.                           -0.615502,0.446435,0.649502 -0.65178,0.352867,0.671318 -0.556191,0.312603,0.77002 -0.696922,0.528701,0.484536 -0.756097,0.410485,0.509725 -0.794154,0.280655,0.539029 -0.667994,0.238738,0.704832 -0.551113,0.208316,0.808009 -0.798554,0.60192,0.00174309 -0.882262,0.470755,0.00215443 -0.84247,0.457706,0.284163 -0.763051,0.588336,0.267606 -0.946627,0.322321,0.00246485
  3307.                           -0.899324,0.31595,0.302312 -0.999996,-5.68145E-09,0.00272046 -0.94879,-2.2703E-08,0.315908 -0.936286,0.161095,0.312116 -0.986378,0.164473,0.00267311 -0.822537,3.48368E-08,0.568711 -0.813607,0.144542,0.563163 -0.545053,-1.83282E-07,0.838401 -0.54558,0.105469,0.831396 -0.674477,0.123272,0.727932 -0.675164,1.05009E-07,0.737667 -0.649213,0.355979,-0.672161 -0.653533,0.284802,-0.701272
  3308.                           -0.722575,0.321942,-0.611751 -0.69024,0.410154,-0.596105 -0.653482,0.188993,-0.732968 -0.738849,0.216346,-0.638198 -0.831237,0.257459,-0.492706 -0.797095,0.379443,-0.469747 -0.744138,0.493256,-0.450507 -0.651807,2.34453E-07,-0.758385 -0.747425,2.33936E-08,-0.664347 -0.746073,0.111264,-0.656502 -0.651484,0.0954833,-0.75263 -0.85658,-6.57078E-09,-0.516014 -0.848877,0.131798,-0.511895
  3309.                           -0.9446,0.152063,-0.290872 -0.955844,-1.88628E-08,-0.293873 -0.911193,0.299288,-0.283113 -0.785261,0.56441,-0.254571 -0.858923,0.436316,-0.268103 -0.649214,-0.355979,-0.672161 -0.690241,-0.410155,-0.596104 -0.722575,-0.321943,-0.61175 -0.653533,-0.284802,-0.701272 -0.744138,-0.493257,-0.450506 -0.797095,-0.379443,-0.469747 -0.831237,-0.257459,-0.492706 -0.738849,-0.216347,-0.638197
  3310.                           -0.653482,-0.188994,-0.732968 -0.798554,-0.60192,0.00174208 -0.882262,-0.470755,0.00215471 -0.858923,-0.436316,-0.268103 -0.785261,-0.56441,-0.254572 -0.946627,-0.322321,0.00246488 -0.911193,-0.299288,-0.283113 -0.944601,-0.152063,-0.290872 -0.986378,-0.164473,0.00267314 -0.848877,-0.131798,-0.511895 -0.651484,-0.0954829,-0.752629 -0.746074,-0.111264,-0.656502 -0.5556,-0.389058,0.734808
  3311.                           -0.556192,-0.312603,0.77002 -0.651781,-0.352867,0.671317 -0.615502,-0.446436,0.649501 -0.551113,-0.208315,0.808009 -0.667995,-0.238738,0.704831 -0.794154,-0.280655,0.539029 -0.756097,-0.410484,0.509725 -0.696922,-0.528701,0.484536 -0.674477,-0.123272,0.727931 -0.54558,-0.105469,0.831396 -0.813607,-0.144543,0.563162 -0.936286,-0.161095,0.312116 -0.899323,-0.315949,0.302314
  3312.                           -0.763052,-0.588336,0.267606 -0.842471,-0.457706,0.284163 -0.118949,0.688169,0.715734 -0.105558,0.508273,0.854703 -0.13218,0.843992,0.519814 -0.173201,0.837335,0.518529 -0.154646,0.682959,0.713899 -0.13676,0.503296,0.853223 -0.149038,0.988829,0.0022547 -0.143019,0.950559,0.275652 -0.199064,0.979985,0.0016255 -0.188869,0.942977,0.274084 -0.344042,0.938954,0.000944793
  3313.                           -0.324969,0.906971,0.267953 -0.248304,0.929752,0.271856 -0.262608,0.964902,0.00112287 -0.295997,0.807512,0.510207 -0.226045,0.82648,0.515591 -0.230747,0.484615,0.843744 -0.177055,0.496159,0.849987 -0.201001,0.673561,0.711277 -0.262222,0.658892,0.705054 -0.125102,0.509005,-0.851624 -0.135429,0.688828,-0.712162 -0.175778,0.501463,-0.847135 -0.187297,0.680531,-0.708376
  3314.                           -0.196996,0.834992,-0.513791 -0.144241,0.844443,-0.515859 -0.308767,0.474217,-0.824488 -0.326779,0.646771,-0.689132 -0.250168,0.66716,-0.70165 -0.235834,0.490678,-0.838819 -0.3425,0.795667,-0.499607 -0.261704,0.820065,-0.508924 -0.267086,0.925626,-0.26811 -0.349376,0.89918,-0.26346 -0.20148,0.941403,-0.270493 -0.149422,0.950861,-0.271177 -0.622842,0.496234,-0.60483
  3315.                           -0.592548,0.381264,-0.709595 -0.661769,0.602844,-0.445692 -0.551244,0.693202,-0.464328 -0.520935,0.568,-0.637183 -0.490783,0.420935,-0.762853 -0.689809,0.72399,0.00133167 -0.68809,0.681942,-0.247968 -0.566793,0.82386,0.00106618 -0.56928,0.783394,-0.249426 -0.451499,0.854456,-0.257009 -0.445872,0.895096,0.000883105 -0.440222,0.755737,-0.484835 -0.393761,0.4515,-0.800687
  3316.                           -0.41849,0.615119,-0.668203 -0.491987,0.411947,0.766973 -0.541969,0.531626,0.650879 -0.387307,0.4452,0.807335 -0.437798,0.59602,0.673122 -0.493621,0.720709,0.486741 -0.607765,0.637063,0.474102 -0.341387,0.634576,0.693374 -0.299993,0.46833,0.831066 -0.385468,0.77499,0.500805 -0.423167,0.866968,0.263242 -0.539782,0.801378,0.257736 -0.660914,0.704506,0.258582
  3317.                           -0.134494,-0.687715,-0.713414 -0.125042,-0.507137,-0.852747 -0.142368,-0.84384,-0.517365 -0.19544,-0.834692,-0.514872 -0.186546,-0.67986,-0.709219 -0.175719,-0.500191,-0.847898 -0.145993,-0.989285,-0.000635098 -0.146782,-0.950647,-0.273359 -0.196531,-0.980497,-0.000343139 -0.199256,-0.941459,-0.271941 -0.342601,-0.939481,0.000281995 -0.348123,-0.899513,-0.263984 -0.265345,-0.925848,-0.269067
  3318.                           -0.260589,-0.96545,-3.37247E-05 -0.341632,-0.79576,-0.500053 -0.260481,-0.820022,-0.509621 -0.308781,-0.473783,-0.824733 -0.235847,-0.489926,-0.839255 -0.249579,-0.666779,-0.702222 -0.326382,-0.646626,-0.689456 -0.104453,-0.510186,0.853698 -0.117167,-0.690635,0.71365 -0.135788,-0.504632,0.852589 -0.153151,-0.684624,0.712625 -0.171138,-0.838957,0.516587 -0.129733,-0.846177,0.516869
  3319.                           -0.230143,-0.485127,0.843615 -0.261308,-0.659579,0.704751 -0.199779,-0.674708,0.710533 -0.176287,-0.496981,0.849666 -0.294775,-0.80831,0.509649 -0.224386,-0.827598,0.514522 -0.246347,-0.930654,0.270546 -0.323535,-0.907668,0.267329 -0.186395,-0.944082,0.271968 -0.140092,-0.951962,0.27229 -0.541893,-0.531688,0.650892 -0.491924,-0.411967,0.767003 -0.607674,-0.637139,0.474117
  3320.                           -0.493259,-0.720986,0.486699 -0.437492,-0.596207,0.673155 -0.387091,-0.445318,0.807373 -0.689721,-0.724074,0.00133055 -0.660822,-0.704596,0.258571 -0.566407,-0.824125,0.000969785 -0.53938,-0.801665,0.257686 -0.42229,-0.867483,0.262954 -0.444992,-0.895534,0.000624277 -0.384687,-0.775481,0.500645 -0.299592,-0.468572,0.831074 -0.340787,-0.635002,0.69328 -0.592566,-0.381262,-0.709581
  3321.                           -0.622823,-0.496242,-0.604843 -0.490813,-0.420865,-0.762873 -0.520842,-0.568024,-0.637238 -0.551021,-0.693317,-0.464421 -0.661724,-0.602888,-0.445699 -0.418253,-0.615083,-0.668384 -0.393813,-0.451323,-0.800762 -0.439703,-0.7559,-0.485053 -0.450753,-0.854769,-0.25728 -0.568956,-0.783607,-0.249496 -0.688019,-0.682006,-0.247985 -0.094256,-0.342178,0.934896 -0.0884595,-0.210307,0.973625
  3322.                           -0.115133,-0.207513,0.971433 -0.122664,-0.338705,0.932863 -0.0846423,-6.40035E-05,0.996411 -0.0854009,-0.0999456,0.991321 -0.110573,-4.29244E-05,0.993868 -0.111778,-0.09885,0.988804 -0.188276,-1.38946E-05,0.982116 -0.190243,-0.094389,0.977189 -0.145294,-0.0967584,0.984646 -0.144426,-2.4616E-05,0.989516 -0.195317,-0.198604,0.96042 -0.149873,-0.203847,0.967463 -0.158882,-0.332452,0.929641
  3323.                           -0.207574,-0.324549,0.922812 -0.0949179,0.341017,0.935253 -0.123203,0.337949,0.933066 -0.115433,0.207132,0.971479 -0.0887895,0.20975,0.973715 -0.207911,0.324289,0.922827 -0.159344,0.331962,0.929737 -0.195503,0.198474,0.96041 -0.150102,0.203622,0.967475 -0.145397,0.0966628,0.98464 -0.190314,0.0943411,0.97718 -0.111897,0.0986983,0.988806 -0.0855497,0.0997083,0.991332
  3324.                           -0.456375,0.298935,0.838069 -0.439963,0.190052,0.877674 -0.337332,0.188957,0.922227 -0.353598,0.302822,0.885024 -0.42875,-1.74697E-07,0.903423 -0.432147,0.0957975,0.896701 -0.327939,-1.91532E-06,0.944699 -0.330754,0.0915264,0.939268 -0.249912,0.0922886,0.96386 -0.248222,-5.28183E-06,0.968703 -0.257098,0.193126,0.946891 -0.271098,0.314284,0.909798 -0.456337,-0.298944,0.838087
  3325.                           -0.353471,-0.302857,0.885062 -0.337264,-0.188975,0.922248 -0.439945,-0.19005,0.877684 -0.270856,-0.314419,0.909823 -0.25698,-0.193178,0.946913 -0.24986,-0.0923115,0.963872 -0.330729,-0.0915309,0.939276 -0.432139,-0.0957983,0.896704 -0.116295,0.341997,-0.932477 -0.111161,0.211027,-0.971139 -0.160378,0.206699,-0.965171 -0.165996,0.336813,-0.926824 -0.107982,0.0018345,-0.994151
  3326.                           -0.108535,0.101296,-0.988918 -0.15724,0.00124955,-0.98756 -0.158066,0.0991059,-0.982442 -0.283351,0.000422768,-0.959016 -0.284459,0.0913091,-0.95433 -0.215667,0.0954965,-0.971786 -0.215585,0.000735473,-0.976485 -0.286753,0.192538,-0.938457 -0.218421,0.200901,-0.954951 -0.224291,0.327758,-0.917752 -0.294164,0.315985,-0.90201 -0.116668,-0.339233,-0.93344 -0.166372,-0.335017,-0.927407
  3327.                           -0.160779,-0.204469,-0.965579 -0.111638,-0.207765,-0.971787 -0.294441,-0.315381,-0.90213 -0.224595,-0.326604,-0.918089 -0.28703,-0.191772,-0.938529 -0.218786,-0.199579,-0.955144 -0.215879,-0.0939944,-0.971885 -0.284636,-0.0905415,-0.95435 -0.158328,-0.0967463,-0.982635 -0.108817,-0.0976399,-0.989255 -0.571131,-0.274664,-0.773543 -0.562724,-0.173379,-0.808258 -0.461811,-0.175387,-0.869465
  3328.                           -0.470269,-0.283316,-0.83581 -0.557076,4.17473E-07,-0.830461 -0.558869,-0.0873372,-0.824644 -0.457724,6.35443E-05,-0.889094 -0.45933,-0.0843045,-0.884256 -0.365111,-0.0867636,-0.926912 -0.364829,0.000168454,-0.931075 -0.368765,-0.183114,-0.911308 -0.376376,-0.300411,-0.87641 -0.571101,0.274684,-0.773558 -0.47015,0.283393,-0.835851 -0.461706,0.175503,-0.869498 -0.562693,0.173377,-0.80828
  3329.                           -0.37619,0.300716,-0.876385 -0.368556,0.183422,-0.91133 -0.364993,0.0871412,-0.926923 -0.459266,0.0843907,-0.884281 -0.558853,0.0873579,-0.824652
  3330.                         </Vector3DCollection>
  3331.                       </MeshGeometry3D.Normals>
  3332.                       <MeshGeometry3D.Positions>
  3333.                         <Point3DCollection>
  3334.                           -2.8389,-15.3883,-11.6831 -2.83867,-11.7832,-8.94352 10.3584,-10.7308,-9.24411 10.3581,-14.4749,-12.0863 -2.83869,-9.21252,-5.75215 10.3583,-8.06278,-5.93509 24.7393,-7.24321,-5.9039 24.7095,-9.97925,-9.28167 24.6941,-13.8205,-12.1844 -2.83931,-7.17143,1.38168 10.3575,-5.9504,1.45829 10.358,-6.46972,-2.31553 -2.83892,-7.67556,-2.26006
  3335.                           24.7829,-5.08268,1.63864 24.7687,-5.61138,-2.21063 54.8735,-4.88573,2.19914 54.7253,-5.41313,-1.6002 39.7666,-5.21952,-1.96548 39.8254,-4.68792,1.89488 54.4276,-7.05411,-5.25118 39.6478,-6.8687,-5.67159 53.9794,-13.6643,-11.4665 39.4682,-13.519,-11.9778 39.5285,-9.63526,-9.06262 54.1292,-9.80554,-8.59342 -2.84155,-15.4664,14.4241
  3336.                           10.3543,-14.5864,14.9709 10.3551,-10.8228,12.1427 -2.84098,-11.8476,11.6943 24.6891,-13.9679,15.4142 24.7052,-10.1008,12.5309 24.7361,-7.32948,9.16808 10.3559,-8.12815,8.84367 -2.84038,-9.25828,8.5099 53.9727,-13.8706,15.7532 54.1234,-9.97469,12.9157 39.5233,-9.78392,12.8061 39.4622,-13.6997,15.6947 54.4233,-7.17376,9.6094
  3337.                           39.644,-6.97408,9.43828 39.7646,-5.27409,5.74866 54.7231,-5.47502,5.98644 24.767,-5.65608,5.48444 -2.83981,-7.69928,5.02202 10.3568,-6.50361,5.23012 95.7733,-18.5361,13.7309 98.7979,-17.022,12.0873 90.4837,-14.1721,12.203 89.3628,-17.1522,14.4015 101.901,-15.457,9.58958 92.5008,-12.0732,9.52867 81.2399,-9.64856,9.58722
  3338.                           80.1079,-12.1776,12.5469 79.5131,-15.6966,15.0665 104.916,-13.8937,3.39583 94.7463,-10.1903,3.14414 94.0719,-10.7067,6.44821 104.067,-14.3494,6.62251 82.7431,-7.52745,2.84599 82.2603,-8.08457,6.30494 69.0162,-6.37626,6.16144 69.3158,-5.79575,2.52358 68.418,-8.04034,9.63659 67.5197,-14.5694,15.5304 67.8197,-10.7755,12.8069
  3339.                           95.7786,-18.3343,-7.47342 89.3687,-16.9385,-8.46927 90.4888,-13.9969,-6.18152 98.8025,-16.8498,-5.65363 79.5196,-15.4754,-9.62169 80.1135,-11.9977,-7.03833 81.244,-9.52163,-3.99498 92.5045,-11.9482,-3.37894 101.905,-15.333,-2.97471 67.8256,-10.5968,-7.88048 67.5265,-14.3502,-10.651 68.4223,-7.91434,-4.65569 69.0184,-6.31122,-1.1349
  3340.                           82.2624,-8.01901,-0.64376 104.069,-14.2846,0.11927 94.0738,-10.6417,-0.200977 95.761,-56.4465,13.6123 89.3506,-57.8639,14.2917 90.4687,-60.8043,12.0544 98.7836,-57.9215,11.9404 79.5016,-59.3633,14.9713 80.0933,-62.8429,12.4101 81.2224,-65.325,9.40385 92.4831,-62.8534,9.33772 101.885,-59.4322,9.40648 53.9636,-61.2801,15.6932
  3341.                           54.1116,-65.1432,12.8183 67.8063,-64.2934,12.6884 67.5092,-60.5363,15.4529 54.4088,-67.9059,9.46767 68.4017,-66.9854,9.47111 54.8547,-70.11,1.9691 69.2949,-69.137,2.26813 68.9972,-68.6031,5.94847 54.7062,-69.5631,5.79878 82.7211,-67.3459,2.57713 82.2402,-66.8387,6.07569 104.896,-60.88,3.14943 104.049,-60.4813,6.40437
  3342.                           94.0517,-64.1659,6.21584 94.7245,-64.6293,2.87721 -2.84468,-59.819,14.4069 -2.84508,-63.4262,11.6634 10.3492,-64.4199,12.0986 10.3498,-60.6728,14.9464 -2.84547,-66.002,8.46226 10.3487,-67.0953,8.7756 24.7264,-67.8506,9.07654 24.6973,-65.105,12.4711 24.6832,-61.2599,15.3804 -2.84608,-68.0587,1.29904 10.3478,-69.23,1.34024
  3343.                           10.3482,-68.6988,5.13645 -2.84581,-67.5463,4.95646 24.77,-70.04,1.48145 24.7556,-69.4958,5.35921 39.7503,-69.8223,5.59117 39.8094,-70.3722,1.69897 39.6318,-68.1575,9.32168 39.4547,-61.4918,15.6492 39.5134,-65.3799,12.7284 -2.84563,-59.7866,-11.7864 10.3484,-60.6266,-12.2339 10.3479,-64.3872,-9.40013 -2.84604,-63.4033,-9.05273
  3344.                           24.6814,-61.1978,-12.3791 24.6955,-65.061,-9.48776 24.725,-67.8225,-6.10513 10.3476,-67.0745,-6.08712 -2.84623,-65.9874,-5.85857 53.9615,-61.1847,-11.7356 54.1095,-65.0748,-8.88096 39.5113,-65.3238,-9.31494 39.4527,-61.4129,-12.2153 54.4071,-67.8618,-5.53549 39.6301,-68.1215,-5.9191 39.7494,-69.8048,-2.19279 54.7053,-69.5416,-1.8639
  3345.                           24.7548,-69.4822,-2.39436 -2.84623,-67.5392,-2.35697 10.3476,-68.6886,-2.45397 95.7609,-56.3129,-7.72066 98.7835,-57.8093,-5.91348 90.4678,-60.7043,-6.47183 89.35,-57.733,-8.73529 101.885,-59.3525,-3.24118 92.4824,-62.7846,-3.67581 81.2212,-65.2649,-4.30442 80.0919,-62.7521,-7.34343 79.5003,-59.2403,-9.90195 94.0513,-64.1309,-0.489733
  3346.                           104.049,-60.4399,-0.142985 82.2395,-66.8087,-0.94023 68.9964,-68.5776,-1.42233 68.4001,-66.9335,-4.96079 67.5075,-60.4257,-10.9333 67.8044,-64.2133,-8.18514 90.4804,-21.1624,16.0548 98.7956,-21.6133,14.5983 80.1044,-20.2303,17.0282 81.233,-25.5474,18.4379 92.4942,-26.0371,17.2255 101.896,-26.2365,15.4827 54.1204,-18.8541,17.9694
  3347.                           67.8163,-19.4096,17.6649 54.4174,-24.6526,19.5587 68.4114,-25.0337,19.2005 54.8625,-37.6033,20.8337 69.3035,-37.5835,20.4355 69.0065,-31.1791,20.1273 54.7145,-30.9932,20.5154 82.7302,-37.5599,19.5919 82.2502,-31.4165,19.3013 104.905,-37.4998,16.3188 104.059,-31.6668,16.0919 94.062,-31.6106,17.9765 94.7335,-37.5322,18.2405
  3348.                           -2.84205,-20.1138,16.5482 10.3536,-19.4178,17.172 -2.8425,-25.5323,18.0662 10.3529,-25.0495,18.7452 24.7321,-24.7093,19.2646 24.7031,-18.9288,17.6593 -2.84328,-37.653,19.2807 10.3518,-37.6443,20.004 10.3523,-31.2141,19.6895 -2.8429,-31.4645,18.9772 24.7753,-37.6334,20.5496 24.7611,-31.0356,20.2286 39.7572,-30.9537,20.5265
  3349.                           39.816,-37.6198,20.8489 39.6389,-24.5608,19.558 39.5207,-18.7174,17.9463 10.3503,-55.8543,17.16 -2.84432,-55.1806,16.5398 24.6988,-56.3161,17.6421 24.7293,-50.5477,19.2571 10.3508,-50.2318,18.7402 -2.84397,-49.7685,18.0626 54.1138,-56.3215,17.9349 39.5152,-56.4954,17.9219 54.413,-50.5405,19.5407 39.6353,-50.667,19.5463
  3350.                           39.7555,-44.2831,20.5221 54.7123,-44.2101,20.5079 24.7597,-44.2288,20.226 -2.84363,-43.8401,18.976 10.3513,-44.0727,19.6879 98.7853,-53.3744,14.4997 90.471,-53.8775,15.9756 101.889,-48.7569,15.4133 92.4878,-49.0162,17.1728 81.2273,-49.5586,18.3989 80.0958,-54.8575,16.9647 94.0587,-43.4509,17.9502 104.055,-43.331,16.0561
  3351.                           82.2473,-43.7,19.2829 69.0041,-43.9844,20.1151 68.4063,-50.1189,19.1732 67.8087,-55.7238,17.6168 104.905,-20.8118,-5.79825 98.8008,-21.3969,-8.21291 109.145,-19.8149,-2.94944 114.301,-25.1428,-3.1295 109.143,-25.692,-6.24422 101.901,-26.0083,-8.9815 112.844,-18.7473,3.57885 111.865,-19.0529,0.242796 118.52,-24.4646,3.69565
  3352.                           117.449,-24.667,0.235312 123.071,-37.346,3.74046 121.93,-37.314,0.0901768 120.808,-30.8472,0.162537 121.932,-30.7596,3.7487 118.515,-37.2897,-3.47493 117.446,-31.0655,-3.34126 104.908,-37.2739,-9.77358 104.063,-31.4349,-9.5325 111.86,-31.2996,-6.62038 112.838,-37.2755,-6.81085 104.901,-20.9903,12.5123 109.139,-25.8791,13.1285
  3353.                           114.298,-25.2754,10.2907 109.142,-19.9426,9.89859 112.835,-37.4625,13.7646 111.857,-31.4903,13.5867 118.513,-37.4227,10.7211 117.444,-31.2006,10.601 120.807,-30.9172,7.2749 121.929,-37.383,7.33192 117.447,-24.7357,7.09693 111.863,-19.1194,6.85911 104.889,-53.9387,12.387 109.128,-54.9232,9.74389 114.288,-49.5774,10.1795
  3354.                           109.131,-49.0461,13.0387 112.828,-55.9908,3.37487 111.848,-55.6809,6.6767 118.508,-50.2478,3.55054 117.436,-50.0446,6.96637 120.801,-43.8521,7.20693 121.926,-43.9375,3.6734 117.439,-43.6461,10.5429 111.852,-43.4342,13.5399 98.7858,-53.2179,-8.42448 104.89,-53.8068,-6.01154 101.89,-48.5729,-9.1343 109.132,-48.8922,-6.39671
  3355.                           114.289,-49.4673,-3.28309 109.129,-54.8287,-3.16677 111.855,-43.2607,-6.69972 104.057,-43.1224,-9.61242 117.44,-43.5223,-3.42068 120.802,-43.7877,0.0839511 117.437,-49.9873,0.0833533 111.848,-55.6317,0.0278744 10.3573,-19.2964,-14.3055 -2.83943,-20.0288,-13.8199 24.708,-18.7681,-14.4528 24.7364,-24.546,-16.0845 10.3562,-24.9263,-15.8996
  3356.                           -2.84019,-25.4461,-15.3525 54.1271,-18.6272,-13.7101 39.5267,-18.5198,-14.2562 54.4234,-24.4195,-15.3243 39.6442,-24.3591,-15.8962 54.8657,-37.3924,-16.6655 39.8188,-37.4402,-17.2551 39.7614,-30.7588,-16.8964 54.7192,-30.7662,-16.3093 24.7775,-37.4893,-17.4295 24.7645,-30.8784,-17.0774 -2.84211,-37.5772,-16.6 -2.8411,-31.3818,-16.2796
  3357.                           10.3549,-31.0958,-16.867 10.3535,-37.5361,-17.2055 90.4864,-20.9237,-10.1027 92.4998,-25.7854,-11.214 81.2391,-25.288,-12.99 80.111,-19.9831,-11.5929 94.7373,-37.2874,-12.2191 94.0668,-31.3568,-11.9353 82.734,-37.3134,-14.1688 82.2553,-31.1577,-13.8509 69.0116,-30.93,-15.3016 69.3071,-37.3493,-15.6438 68.4176,-24.7809,-14.3578
  3358.                           67.8232,-19.1663,-12.8088 90.4712,-53.7139,-10.3237 80.0954,-54.6995,-11.8247 81.2281,-49.3661,-13.155 92.489,-48.8207,-11.3727 54.1125,-56.1954,-13.9346 67.8077,-55.5792,-13.0431 54.4131,-50.383,-15.4848 68.4067,-49.9402,-14.5247 69.006,-43.7748,-15.3882 54.7139,-44.0233,-16.3929 82.2496,-43.4768,-13.9366 94.0612,-43.2269,-12.018
  3359.                           -2.84497,-55.1371,-13.9067 10.3494,-55.7923,-14.4295 -2.84411,-49.7134,-15.4148 10.3506,-50.1532,-15.9886 24.729,-50.4426,-16.2017 24.6976,-56.233,-14.6162 10.352,-43.9781,-16.9134 -2.84314,-43.7739,-16.3121 24.7607,-44.1027,-17.1385 39.7567,-44.1252,-16.9707 39.6352,-50.5348,-16.0388 39.5139,-56.3904,-14.4551 -51.6882,-26.3482,9.18007
  3360.                           -52.4452,-25.7088,8.21718 -53.9737,-28.2625,8.30312 -52.4452,-28.2598,9.55133 -53.2219,-25.0694,6.79699 -55.0352,-27.9491,6.87341 -56.3267,-31.05,7.01073 -55.0352,-31.1457,8.52303 -53.2219,-31.0454,9.91958 -53.9762,-24.4787,3.33632 -55.9617,-27.5765,3.54453 -55.7163,-27.6915,5.26621 -53.7639,-24.6405,5.13759 -57.3833,-30.8465,3.6936
  3361.                           -57.115,-30.92,5.39267 -58.5243,-37.6731,3.81326 -58.2384,-37.6731,5.53153 -57.9567,-34.267,5.49009 -58.2384,-34.2311,3.78327 -57.3833,-37.6731,7.18259 -57.115,-34.3194,7.12855 -53.9762,-37.6731,10.2541 -53.7639,-34.2536,10.1634 -55.7163,-34.3333,8.6894 -55.9617,-37.6731,8.7592 -51.6882,-26.3482,-2.98728 -52.4452,-28.2598,-3.19978
  3362.                           -53.9737,-28.2625,-1.63101 -52.4452,-25.7088,-1.86563 -53.2219,-31.0454,-3.40514 -55.0352,-31.1457,-1.62828 -56.3267,-31.05,0.154882 -55.0352,-27.9491,0.0213466 -53.2219,-25.0694,-0.282544 -53.9762,-37.6731,-3.58148 -55.9617,-37.6731,-1.67015 -55.7163,-34.3333,-1.65181 -53.7639,-34.2536,-3.53524 -57.3833,-37.6731,0.204618 -57.115,-34.3194,0.202379
  3363.                           -57.9567,-34.267,2.01739 -58.2384,-37.6731,2.03502 -57.115,-30.92,1.93826 -53.7639,-24.6405,1.49052 -55.7163,-27.6915,1.77138 -51.6882,-48.9981,-2.98728 -52.4452,-49.6375,-1.86563 -53.9737,-47.0838,-1.63101 -52.4452,-47.0865,-3.19978 -53.2219,-50.2769,-0.282543 -55.0352,-47.3971,0.0213469 -56.3267,-44.2963,0.154882 -55.0352,-44.2005,-1.62828
  3364.                           -53.2219,-44.3008,-3.40514 -53.9762,-50.8675,3.33632 -55.9617,-47.7697,3.54453 -55.7163,-47.6548,1.77138 -53.7639,-50.7057,1.49052 -57.3833,-44.4998,3.6936 -57.115,-44.4262,1.93826 -57.9567,-41.0793,2.01739 -58.2384,-41.1151,3.78327 -57.115,-41.0268,0.202379 -53.7639,-41.0926,-3.53524 -55.7163,-41.0129,-1.65181 -51.6882,-48.9981,9.18007
  3365.                           -52.4452,-47.0865,9.55134 -53.9737,-47.0838,8.30313 -52.4452,-49.6375,8.21718 -53.2219,-44.3008,9.91959 -55.0352,-44.2005,8.52303 -56.3267,-44.2963,7.01073 -55.0352,-47.3971,6.87341 -53.2219,-50.2769,6.79699 -55.7163,-41.0129,8.6894 -53.7639,-41.0926,10.1634 -57.115,-41.0268,7.12855 -57.9567,-41.0793,5.49009 -57.115,-44.4262,5.39268
  3366.                           -53.7639,-50.7057,5.13759 -55.7163,-47.6548,5.26621 -14.1971,-13.0726,11.2384 -14.1975,-16.5188,13.8329 -14.1967,-10.6081,8.21165 -23.8363,-12.1604,7.94146 -23.829,-14.4787,10.775 -23.8255,-17.7242,13.2029 -14.196,-8.62615,1.43665 -14.1963,-9.12572,4.89649 -23.847,-10.3011,1.59676 -23.8435,-10.7681,4.83715 -38.5704,-14.2576,2.12649
  3367.                           -38.5332,-14.6417,4.8516 -31.9122,-12.6117,4.82764 -31.927,-12.1827,1.83552 -38.4585,-15.8041,7.45559 -31.8824,-13.8981,7.69192 -38.3467,-20.515,11.8477 -31.8379,-19.0628,12.5394 -31.8527,-16.0468,10.304 -38.3839,-17.7576,9.82533 -14.1957,-16.4668,-10.9746 -14.1955,-13.0297,-8.37347 -23.8244,-17.6916,-10.0234 -23.8281,-14.4519,-7.59061
  3368.                           -23.8355,-12.1413,-4.75263 -14.1955,-10.5776,-5.34207 -38.3463,-20.5057,-7.64437 -38.3837,-17.7499,-5.613 -31.8522,-16.0314,-6.65157 -31.8373,-19.0442,-8.89246 -38.4583,-15.7986,-3.22676 -31.882,-13.8872,-4.0316 -31.912,-12.6061,-1.16006 -38.533,-14.6389,-0.606614 -23.8431,-10.7582,-1.64501 -14.1957,-9.10991,-2.02411 -50.3634,-23.5097,-2.53776
  3369.                           -50.0831,-25.1503,-3.87294 -50.868,-22.4632,-0.841107 -47.7609,-20.0775,-1.57025 -47.4779,-21.5187,-3.48164 -47.3294,-23.6292,-5.05987 -51.4295,-21.6103,3.06927 -51.261,-21.8264,1.06944 -48.1365,-18.959,2.76451 -48.0159,-19.2324,0.550992 -43.8372,-16.8421,-0.0219774 -43.9119,-16.5122,2.44321 -43.6878,-17.859,-2.38589 -43.4638,-22.0575,-6.34193
  3370.                           -43.5384,-19.5888,-4.53154 -50.0831,-25.1503,9.72909 -50.3634,-23.5097,8.45268 -47.3294,-23.6301,10.4194 -47.4779,-21.5194,8.87239 -47.7609,-20.0781,7.02043 -50.868,-22.4632,6.86187 -43.5385,-19.5919,9.33904 -43.4639,-22.0612,11.1333 -43.6879,-17.8612,7.22505 -43.8372,-16.8432,4.89266 -48.0159,-19.2327,4.95273 -51.261,-21.8264,5.03374
  3371.                           -14.2004,-62.2101,-8.44628 -14.2002,-58.7653,-11.0435 -14.2006,-64.6712,-5.41302 -23.8387,-63.144,-4.79697 -23.8311,-60.8278,-7.63612 -23.8272,-57.5832,-10.0665 -14.2005,-66.6427,1.38156 -14.2006,-66.1487,-2.08872 -23.8498,-64.9968,1.56232 -23.8462,-64.5332,-1.68538 -38.5712,-61.0749,2.11666 -38.5339,-60.6917,-0.61815 -31.9137,-62.7089,-1.18314
  3372.                           -31.9286,-63.1359,1.81585 -38.4592,-59.5302,-3.23943 -31.8838,-61.4242,-4.05694 -38.3471,-54.8201,-7.65667 -31.8389,-56.2613,-8.91706 -31.8539,-59.2768,-6.67758 -38.3845,-57.5774,-5.626 -14.1995,-58.7868,13.8215 -14.1998,-62.2253,11.2178 -23.8268,-57.5967,13.1958 -23.8307,-60.8373,10.7621 -23.8384,-63.1501,7.92161 -14.2001,-64.6809,8.17988
  3373.                           -38.347,-54.824,11.8457 -38.3844,-57.5801,9.82166 -31.8537,-59.2822,10.2966 -31.8387,-56.269,12.5353 -38.4591,-59.532,7.44992 -31.8836,-61.4277,7.68057 -31.9136,-62.7106,4.81204 -38.5339,-60.6926,4.8438 -23.846,-64.5362,4.80983 -14.2003,-66.1534,4.85278 -50.3634,-51.8365,8.45268 -50.0831,-50.196,9.72909 -50.868,-52.883,6.86187
  3374.                           -47.7609,-55.2672,7.01987 -47.4779,-53.826,8.87202 -47.3295,-51.7154,10.4192 -51.4295,-53.7359,3.06927 -51.261,-53.5199,5.03374 -48.1366,-56.3859,2.76353 -48.016,-56.1124,4.95195 -43.8375,-58.4982,4.88954 -43.9122,-58.8285,2.43927 -43.6881,-57.481,7.22278 -43.464,-53.2821,11.1325 -43.5387,-55.7509,9.33757 -50.0831,-50.196,-3.87294
  3375.                           -50.3634,-51.8365,-2.53776 -47.3295,-51.715,-5.0611 -47.478,-53.8257,-3.48294 -47.7609,-55.267,-1.57152 -50.868,-52.883,-0.841106 -43.5388,-55.7498,-4.53674 -43.4641,-53.2806,-6.34685 -43.6881,-57.4803,-2.39096 -43.8375,-58.4979,-0.0265917 -48.016,-56.1123,0.549839 -51.261,-53.5199,1.06944 -14.1993,-54.3655,15.846 -14.1991,-49.2069,17.2916
  3376.                           -23.8378,-48.5603,16.437 -23.8304,-53.427,15.0871 -14.1986,-37.6597,18.4479 -14.1988,-43.5565,18.1588 -23.8487,-37.6647,17.5159 -23.8451,-43.2289,17.2463 -38.5709,-37.6707,15.3945 -38.5336,-42.4699,15.1766 -31.9131,-42.8643,16.2488 -31.9279,-37.6683,16.4947 -38.459,-47.0646,14.5168 -31.8833,-47.8419,15.5087 -31.8535,-52.3828,14.2718
  3377.                           -38.3843,-51.2508,13.4086 -14.1978,-20.9461,15.8516 -23.8295,-21.8976,15.0906 -23.8371,-26.767,16.4385 -14.1981,-26.109,17.2939 -38.3841,-24.0893,13.4096 -31.853,-22.9511,14.2738 -38.4588,-28.2762,14.5172 -31.8829,-27.4936,15.5096 -31.9129,-32.472,16.2491 -38.5335,-32.8714,15.1767 -23.8448,-32.1,17.2468 -14.1984,-31.762,18.1595
  3378.                           -50.3634,-27.5692,10.614 -50.868,-30.5872,11.1904 -47.7609,-29.8974,12.3646 -47.4779,-26.4834,11.5721 -51.4295,-37.6731,11.6601 -51.261,-34.0252,11.5411 -48.1365,-37.6729,12.9822 -48.016,-33.6904,12.8307 -43.8374,-33.2917,14.0399 -43.9121,-37.6722,14.2253 -43.688,-29.1023,13.4712 -43.5386,-25.2951,12.5065 -50.3634,-47.7771,10.614
  3379.                           -47.4779,-48.8623,11.572 -47.7609,-45.4483,12.3645 -50.868,-44.759,11.1904 -43.5387,-50.0487,12.5061 -43.688,-46.2418,13.471 -43.8374,-42.0526,14.0399 -48.016,-41.6554,12.8307 -51.261,-41.3211,11.5411 -14.196,-20.8895,-13.0016 -14.1965,-26.0515,-14.4538 -23.8362,-26.731,-13.268 -23.8284,-21.8622,-11.9156 -14.1978,-37.6092,-15.6297
  3380.                           -14.1972,-31.7068,-15.3301 -23.8482,-37.6332,-14.3568 -23.844,-32.0655,-14.0815 -38.5708,-37.6617,-11.1513 -38.5333,-32.8616,-10.9394 -31.9125,-32.4523,-12.5969 -31.9277,-37.6503,-12.8434 -38.4585,-28.2659,-10.2936 -31.8824,-27.473,-11.8598 -31.8523,-22.9309,-10.6267 -38.3837,-24.0792,-9.19992 -14.1997,-54.3366,-13.0595 -23.8307,-53.4089,-11.9518
  3381.                           -23.8378,-48.5374,-13.294 -14.1992,-49.1702,-14.4953 -38.3844,-51.2456,-9.21025 -31.8537,-52.3725,-10.6474 -38.459,-47.0581,-10.301 -31.8833,-47.8288,-11.8746 -31.913,-42.8486,-12.6046 -38.5336,-42.462,-10.9433 -23.8449,-43.2013,-14.095 -14.1985,-43.5124,-15.3518 -50.3634,-47.7771,-4.6991 -50.868,-44.759,-5.16963 -47.7609,-45.4477,-6.91565
  3382.                           -47.4779,-48.8618,-6.18266 -51.4295,-37.6731,-5.52158 -51.261,-41.3211,-5.43797 -48.1365,-37.672,-7.45413 -48.016,-41.6546,-7.32812 -43.8374,-42.0494,-9.17385 -43.912,-37.6686,-9.34282 -43.688,-46.2392,-8.63708 -43.5387,-50.0466,-7.70419 -50.3634,-27.5692,-4.6991 -47.4779,-26.4823,-6.18162 -47.7609,-29.8964,-6.91491 -50.868,-30.5872,-5.16963
  3383.                           -43.5385,-25.291,-7.70006 -43.6879,-29.0982,-8.63412 -43.8373,-33.2877,-9.1723 -48.016,-33.6894,-7.32773 -51.261,-34.0252,-5.43797
  3384.                         </Point3DCollection>
  3385.                       </MeshGeometry3D.Positions>
  3386.                     </MeshGeometry3D>
  3387.                   </GeometryModel3D.Geometry>
  3388.                 </GeometryModel3D>
  3389.               </Model3DGroup>
  3390.               <Model3DGroup x:Name="Torus11OR47">
  3391.                 <!-- Torus11 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[13]) -->
  3392.                 <Model3DGroup.Transform>
  3393.                   <Transform3DGroup>
  3394.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3395.                     <ScaleTransform3D ScaleX="0.763959" ScaleY="1.92503" ScaleZ="0.763959"/>
  3396.                     <RotateTransform3D>
  3397.                       <RotateTransform3D.Rotation>
  3398.                         <AxisAngleRotation3D Angle="90.09913587" Axis="0.9982712991 0.04155968182 0.04155967065"/>
  3399.                       </RotateTransform3D.Rotation>
  3400.                     </RotateTransform3D>
  3401.                     <TranslateTransform3D OffsetX="94.5006" OffsetY="14.7895" OffsetZ="0.729895"/>
  3402.                   </Transform3DGroup>
  3403.                 </Model3DGroup.Transform>
  3404.                 <GeometryModel3D x:Name="Torus11OR47GR48">
  3405.                   <GeometryModel3D.Material>
  3406.                     <MaterialGroup>
  3407.                       <DiffuseMaterial>
  3408.                         <DiffuseMaterial.Brush>
  3409.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  3410.                         </DiffuseMaterial.Brush>
  3411.                       </DiffuseMaterial>
  3412.                       <SpecularMaterial SpecularPower="110.507">
  3413.                         <SpecularMaterial.Brush>
  3414.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  3415.                         </SpecularMaterial.Brush>
  3416.                       </SpecularMaterial>
  3417.                     </MaterialGroup>
  3418.                   </GeometryModel3D.Material>
  3419.                   <GeometryModel3D.BackMaterial>
  3420.                     <MaterialGroup>
  3421.                       <DiffuseMaterial>
  3422.                         <DiffuseMaterial.Brush>
  3423.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  3424.                         </DiffuseMaterial.Brush>
  3425.                       </DiffuseMaterial>
  3426.                       <SpecularMaterial SpecularPower="110.507">
  3427.                         <SpecularMaterial.Brush>
  3428.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  3429.                         </SpecularMaterial.Brush>
  3430.                       </SpecularMaterial>
  3431.                     </MaterialGroup>
  3432.                   </GeometryModel3D.BackMaterial>
  3433.                   <GeometryModel3D.Geometry>
  3434.                     <MeshGeometry3D
  3435.                                             TriangleIndices="0,1,2 2,3,0 4,5,2 2,1,4 6,7,2 2,5,6 8,3,2 2,7,8 4,9,10 10,5,4 11,12,10 10,9,11 13,14,10 10,12,13 6,5,10 10,14,6 11,15,16 16,12,11 17,18,16 16,15,17 19,20,16 16,18,19 13,12,16 16,20,13 21,22,23 23,24,21 25,26,23 23,22,25 27,28,23 23,26,27 29,24,23 23,28,29 25,30,31 31,26,25 32,33,31 31,30,32 34,35,31 31,33,34 27,26,31 31,35,27 32,36,37 37,33,32 0,3,37 37,36,0 8,38,37 37,3,8 34,33,37 37,38,34 39,40,41 41,42,39 43,44,41 41,40,43 45,46,41 41,44,45 47,42,41 41,46,47 43,48,49 49,44,43 50,51,49 49,48,50 52,53,49 49,51,52 45,44,49 49,53,45 50,54,55 55,51,50 56,57,55 55,54,56 58,59,55 55,57,58 52,51,55 55,59,52 60,61,62 62,63,60 64,65,62 62,61,64 66,67,62 62,65,66 68,63,62 62,67,68 64,69,70 70,65,64 71,72,70 70,69,71 73,74,70 70,72,73 66,65,70 70,74,66 71,75,76 76,72,71 39,42,76 76,75,39 47,77,76 76,42,47 73,72,76 76,77,73 47,46,78 78,79,47 45,80,78 78,46,45 81,82,78 78,80,81 83,79,78 78,82,83 45,53,84 84,80,45 52,85,84 84,53,52 86,87,84 84,85,86 81,80,84 84,87,81 52,59,88 88,85,52 58,89,88 88,59,58 90,91,88 88,89,90 86,85,88 88,91,86 68,67,92 92,93,68 66,94,92 92,67,66 95,96,92 92,94,95 97,93,92 92,96,97 66,74,98 98,94,66 73,99,98 98,74,73 100,101,98 98,99,100 95,94,98 98,101,95 73,77,102 102,99,73 47,79,102 102,77,47 83,103,102 102,79,83 100,99,102 102,103,100 83,82,104 104,105,83 81,106,104 104,82,81 107,108,104 104,106,107 109,105,104 104,108,109 81,87,110 110,106,81 86,111,110 110,87,86 112,113,110 110,111,112 107,106,110 110,113,107 86,91,114 114,111,86 90,115,114 114,91,90 116,117,114 114,115,116 112,111,114 114,117,112 97,96,118 118,119,97 95,120,118 118,96,95 121,122,118 118,120,121 123,119,118 118,122,123 95,101,124 124,120,95 100,125,124 124,101,100 126,127,124 124,125,126 121,120,124 124,127,121 100,103,128 128,125,100 83,105,128 128,103,83 109,129,128 128,105,109 126,125,128 128,129,126 109,108,130 130,131,109 107,132,130 130,108,107 133,134,130 130,132,133 135,131,130 130,134,135 107,113,136 136,132,107 112,137,136 136,113,112 138,139,136 136,137,138 133,132,136 136,139,133 112,117,140 140,137,112 116,141,140 140,117,116 142,143,140 140,141,142 138,137,140 140,143,138 123,122,144 144,145,123 121,146,144 144,122,121 147,148,144 144,146,147 149,145,144 144,148,149 121,127,150 150,146,121 126,151,150 150,127,126 152,153,150 150,151,152 147,146,150 150,153,147 126,129,154 154,151,126 109,131,154 154,129,109 135,155,154 154,131,135 152,151,154 154,155,152 135,134,156 156,157,135 133,158,156 156,134,133 159,160,156 156,158,159 161,157,156 156,160,161 133,139,162 162,158,133 138,163,162 162,139,138 164,165,162 162,163,164 159,158,162 162,165,159 138,143,166 166,163,138 142,167,166 166,143,142 168,169,166 166,167,168 164,163,166 166,169,164 149,148,170 170,171,149 147,172,170 170,148,147 173,174,170 170,172,173 175,171,170 170,174,175 147,153,176 176,172,147 152,177,176 176,153,152 178,179,176 176,177,178 173,172,176 176,179,173 152,155,180 180,177,152 135,157,180 180,155,135 161,181,180 180,157,161 178,177,180 180,181,178 161,160,182 182,183,161 159,184,182 182,160,159 4,1,182 182,184,4 0,183,182 182,1,0 159,165,185 185,184,159 164,186,185 185,165,164 11,9,185 185,186,11 4,184,185 185,9,4 164,169,187 187,186,164 168,188,187 187,169,168 17,15,187 187,188,17 11,186,187 187,15,11 175,174,189 189,190,175 173,191,189 189,174,173 25,22,189 189,191,25 21,190,189 189,22,21 173,179,192 192,191,173 178,193,192 192,179,178 32,30,192 192,193,32 25,191,192 192,30,25 178,181,194 194,193,178 161,183,194 194,181,161 0,36,194 194,183,0 32,193,194 194,36,32 "
  3436.                                 >
  3437.                       <MeshGeometry3D.Normals>
  3438.                         <Vector3DCollection>
  3439.                           0.701294,-6.51157E-07,-0.712873 0.607211,0.515036,-0.605007 0.902201,0.159597,0.400702 0.928219,1.92484E-09,0.372033 0.337996,0.901658,-0.269762 0.654108,0.639764,0.40354 0.830867,0.234825,0.504497 0.803988,-0.0970197,0.586677 0.806314,2.79936E-09,0.591488 0.243373,0.969829,-0.0141829 0.631967,0.700029,0.332533 0.297983,0.954301,-0.0226937 0.490407,0.835952,0.246346
  3440.                           0.736473,0.651249,0.182979 0.976624,0.0519039,0.208595 0.361263,0.921136,-0.144907 0.589324,0.806466,-0.0480644 0.373349,0.894439,-0.246149 0.611967,0.770815,-0.177034 0.655015,0.748683,-0.102125 0.648007,0.75613,-0.0914058 0.373349,-0.894439,-0.246149 0.361263,-0.921136,-0.144907 0.589324,-0.806466,-0.0480646 0.611967,-0.770814,-0.177035 0.297983,-0.954301,-0.0226939
  3441.                           0.490407,-0.835952,0.246346 0.736473,-0.65125,0.182979 0.648007,-0.75613,-0.0914053 0.655015,-0.748683,-0.102125 0.243372,-0.969829,-0.0141835 0.631967,-0.700029,0.332533 0.337996,-0.901658,-0.269763 0.654108,-0.639764,0.40354 0.830867,-0.234824,0.504497 0.976624,-0.0519047,0.208595 0.607211,-0.515036,-0.605007 0.902201,-0.159596,0.400702 0.803988,0.0970211,0.586677
  3442.                           -0.77131,-9.79684E-08,-0.636459 -0.738624,0.312901,-0.597099 -0.743828,0.273634,-0.609791 -0.766149,-1.20333E-07,-0.642663 -0.665598,0.558115,-0.495467 -0.676568,0.519373,-0.522023 -0.668242,0.488084,-0.561451 -0.731811,0.243537,-0.636508 -0.751857,5.44666E-08,-0.659327 -0.50972,0.804461,-0.305004 -0.531118,0.772962,-0.347048 -0.338649,0.932563,-0.125072 -0.332482,0.934193,-0.12938
  3443.                           -0.319009,0.931153,-0.176597 -0.530427,0.744011,-0.406318 -0.208625,0.977828,0.0181209 -0.202829,0.979121,0.0135091 -0.17116,0.982622,0.0718169 -0.172568,0.983339,0.0571309 -0.158242,0.987346,0.0103927 -0.183072,0.982776,-0.025205 -0.171161,-0.982622,0.0718168 -0.208625,-0.977828,0.0181209 -0.202829,-0.979121,0.013509 -0.172568,-0.983339,0.0571306 -0.338649,-0.932563,-0.125072
  3444.                           -0.332482,-0.934193,-0.12938 -0.319009,-0.931153,-0.176597 -0.183072,-0.982776,-0.025205 -0.158242,-0.987346,0.0103927 -0.509721,-0.804461,-0.305005 -0.531118,-0.772962,-0.347048 -0.665598,-0.558114,-0.495467 -0.676568,-0.519373,-0.522023 -0.668241,-0.488084,-0.561451 -0.530427,-0.744011,-0.406318 -0.738624,-0.312901,-0.597099 -0.743828,-0.273634,-0.609791 -0.731811,-0.243537,-0.636508
  3445.                           -0.701514,0.242965,-0.66996 -0.723931,3.66097E-07,-0.689873 -0.637629,0.471945,-0.608849 -0.602219,0.480238,-0.637733 -0.670344,0.247537,-0.699546 -0.692685,9.20219E-08,-0.72124 -0.499781,0.72974,-0.466581 -0.295557,0.92289,-0.246821 -0.294904,0.907675,-0.298594 -0.471291,0.719854,-0.509603 -0.167913,0.981546,-0.0915068 -0.142344,0.988947,-0.041493 -0.137962,0.98568,-0.0969593
  3446.                           -0.169336,0.975531,-0.14023 -0.167913,-0.981546,-0.0915069 -0.142344,-0.988947,-0.0414929 -0.295557,-0.92289,-0.246821 -0.294904,-0.907675,-0.298594 -0.169336,-0.975531,-0.14023 -0.137962,-0.98568,-0.0969594 -0.499781,-0.729741,-0.466581 -0.637629,-0.471946,-0.608848 -0.602219,-0.480239,-0.637733 -0.47129,-0.719854,-0.509603 -0.701514,-0.242965,-0.66996 -0.670344,-0.247536,-0.699546
  3447.                           -0.635843,0.251603,-0.729657 -0.658685,-7.51641E-09,-0.752419 -0.570312,0.489389,-0.659729 -0.525416,0.49281,-0.693596 -0.58662,0.254763,-0.768748 -0.607077,-3.89161E-07,-0.794643 -0.455476,0.715873,-0.529214 -0.296471,0.893644,-0.336907 -0.288043,0.882674,-0.371374 -0.421615,0.711186,-0.562544 -0.179764,0.967808,-0.176159 -0.157295,0.980167,-0.120543 -0.148981,0.975418,-0.16237
  3448.                           -0.182228,0.959812,-0.213436 -0.179764,-0.967808,-0.176159 -0.157296,-0.980167,-0.120543 -0.296471,-0.893643,-0.336907 -0.288043,-0.882673,-0.371374 -0.182228,-0.959811,-0.213436 -0.148981,-0.975418,-0.16237 -0.455476,-0.715873,-0.529214 -0.570312,-0.489389,-0.65973 -0.525416,-0.49281,-0.693596 -0.421615,-0.711186,-0.562544 -0.635843,-0.251602,-0.729657 -0.586619,-0.254763,-0.768748
  3449.                           -0.521917,0.255664,-0.813781 -0.540689,-7.52255E-09,-0.841222 -0.467618,0.49557,-0.731945 -0.401433,0.496096,-0.769896 -0.447805,0.256632,-0.85651 -0.463479,-1.33541E-07,-0.886108 -0.379789,0.707709,-0.595742 -0.26436,0.872783,-0.410321 -0.231616,0.867479,-0.440266 -0.326815,0.705106,-0.629299 -0.170625,0.953765,-0.247424 -0.14731,0.970299,-0.191883 -0.123568,0.967419,-0.220979
  3450.                           -0.15172,0.948398,-0.278428 -0.170625,-0.953765,-0.247424 -0.14731,-0.970299,-0.191883 -0.26436,-0.872783,-0.410322 -0.231616,-0.867479,-0.440267 -0.15172,-0.948398,-0.278428 -0.123568,-0.967419,-0.220979 -0.379789,-0.707709,-0.595742 -0.467618,-0.49557,-0.731945 -0.401433,-0.496096,-0.769896 -0.326816,-0.705106,-0.629298 -0.521917,-0.255664,-0.813781 -0.447805,-0.256632,-0.856511
  3451.                           -0.37005,0.257179,-0.892705 -0.383173,-5.07795E-07,-0.923677 -0.331652,0.496907,-0.801929 -0.275484,0.518352,-0.80958 -0.316442,0.260057,-0.912269 -0.327595,-2.59311E-07,-0.944818 -0.268112,0.706815,-0.654621 -0.188642,0.864225,-0.4664 -0.136984,0.878178,-0.458299 -0.21471,0.720323,-0.659571 -0.121099,0.947076,-0.297292 -0.0998425,0.965366,-0.241041 -0.0675239,0.965368,-0.252002
  3452.                           -0.0827643,0.947631,-0.308456 -0.121099,-0.947076,-0.297292 -0.0998423,-0.965366,-0.241041 -0.188642,-0.864225,-0.4664 -0.136984,-0.878178,-0.458299 -0.0827643,-0.947631,-0.308456 -0.0675239,-0.965368,-0.252003 -0.268112,-0.706815,-0.654621 -0.331652,-0.496907,-0.801929 -0.275484,-0.518352,-0.80958 -0.21471,-0.720323,-0.659571 -0.37005,-0.257179,-0.892705 -0.316442,-0.260058,-0.912269
  3453.                           -0.222268,0.302259,-0.92695 -0.236934,-5.31414E-07,-0.971526 -0.171999,0.61727,-0.76772 -0.0714845,0.859619,-0.505909 0.0165654,0.938676,-0.344402 0.0546016,0.959364,-0.276837 0.0703165,0.960021,-0.270953 0.0546016,-0.959364,-0.276837 0.0703164,-0.960021,-0.270952 0.0165654,-0.938676,-0.344402 -0.0714846,-0.859619,-0.50591 -0.171999,-0.61727,-0.76772 -0.222268,-0.302259,-0.92695
  3454.                         </Vector3DCollection>
  3455.                       </MeshGeometry3D.Normals>
  3456.                       <MeshGeometry3D.Positions>
  3457.                         <Point3DCollection>
  3458.                           22.577,2.08543E-07,-66.836 22.5884,3.13253,-66.4188 21.5883,2.14629,-59.2079 21.6028,1.49359E-07,-59.4935 19.7578,6.05522,-64.0395 19.6382,4.1488,-57.6002 12.5529,1.6069,-46.8479 12.6355,0.831293,-47.1563 12.6643,-2.70676E-08,-47.2638 11.2205,8.55823,-58.5703 13.8455,5.86376,-53.9196 2.69876,10.4879,-52.5313 8.03303,7.18593,-49.8489
  3459.                           12.2484,2.78323,-45.7117 12.4203,2.27114,-46.3533 -0.0850905,11.6908,-48.4421 6.02383,8.01005,-47.0705 9.70784E-07,12.5301,-45.3279 5.91625,8.58514,-44.9384 11.8325,3.32517,-44.1595 12.0477,3.10243,-44.9625 1.31282E-06,-12.5301,-45.3279 -0.0850902,-11.6908,-48.4421 6.02383,-8.01005,-47.0705 5.91625,-8.58514,-44.9384 2.69876,-10.4879,-52.5313
  3460.                           8.03303,-7.18593,-49.8489 12.2484,-2.78323,-45.7117 12.0477,-3.10243,-44.9625 11.8325,-3.32517,-44.1595 11.2205,-8.55823,-58.5704 13.8455,-5.86376,-53.9196 19.7578,-6.05522,-64.0395 19.6382,-4.1488,-57.6002 12.5529,-1.6069,-46.8479 12.4203,-2.27114,-46.3533 22.5884,-3.13253,-66.4188 21.5883,-2.14628,-59.2079 12.6355,-0.831293,-47.1563
  3461.                           -81.7583,3.72369E-09,-0.360053 -81.2945,2.17738,-0.360054 -72.2197,2.81933,-11.2494 -72.6755,7.90485E-08,-11.3094 -79.9655,4.20891,-0.360053 -70.9133,5.4498,-11.0774 -62.8436,6.38047,-20.4165 -64.1165,3.30079,-20.7576 -64.5606,2.38443E-07,-20.8766 -77.8333,5.94872,-0.360052 -68.8174,7.70255,-10.8015 -75.0676,7.29005,-0.360052 -65.6921,9.43933,-10.0084
  3462.                           -57.5117,11.0513,-18.4514 -60.8016,9.01793,-19.8694 -71.8382,8.12611,-0.360052 -61.2975,10.5219,-8.28493 -68.3769,8.70954,-0.360051 -56.2682,11.2773,-6.09628 -46.6158,13.2032,-11.7767 -52.4954,12.3187,-15.4979 -68.3769,-8.70954,-0.360053 -71.8382,-8.12611,-0.360053 -61.2975,-10.5219,-8.28493 -56.2682,-11.2773,-6.09628 -75.0676,-7.29005,-0.360053
  3463.                           -65.6921,-9.43933,-10.0084 -57.5117,-11.0513,-18.4514 -52.4954,-12.3187,-15.4979 -46.6158,-13.2032,-11.7767 -77.8333,-5.94872,-0.360054 -68.8174,-7.70255,-10.8015 -79.9655,-4.20891,-0.360054 -70.9133,-5.4498,-11.0774 -62.8436,-6.38047,-20.4166 -60.8016,-9.01793,-19.8694 -81.2945,-2.17738,-0.360053 -72.2197,-2.81933,-11.2494 -64.1165,-3.30079,-20.7576
  3464.                           -57.9564,3.46128,-27.5035 -58.3811,2.25385E-07,-27.6795 -56.739,6.69069,-26.9993 -51.5102,6.69069,-32.1243 -52.6514,3.46128,-32.7832 -53.0496,2.36255E-07,-33.0131 -54.7859,9.45639,-26.1903 -51.7216,11.5886,-24.4839 -47.0165,11.5886,-29.2318 -49.6794,9.45639,-31.0673 -47.1705,12.9177,-21.2873 -41.8759,13.8451,-17.3456 -39.2551,13.8451,-22.6639
  3465.                           -43.3794,12.9177,-26.2376 -47.1705,-12.9177,-21.2873 -41.8759,-13.8451,-17.3456 -51.7216,-11.5886,-24.4839 -47.0165,-11.5886,-29.2318 -43.3794,-12.9177,-26.2376 -39.2551,-13.8451,-22.6639 -54.7859,-9.45638,-26.1903 -56.739,-6.69069,-26.9993 -51.5102,-6.69069,-32.1244 -49.6794,-9.45638,-31.0673 -57.9564,-3.46128,-27.5035 -52.6514,-3.46128,-32.7832
  3466.                           -47.1134,3.46128,-37.8927 -47.4782,2.50694E-07,-38.1725 -46.0681,6.69069,-37.0905 -40.4232,6.69069,-41.7119 -41.3549,3.46128,-42.6437 -41.68,2.41022E-07,-42.9688 -44.3909,9.45639,-35.8036 -42.0914,11.5886,-33.8214 -36.9584,11.5886,-38.0861 -38.9283,9.45639,-40.2171 -39.1788,12.9177,-30.9336 -35.9597,13.8451,-27.5928 -32.0516,13.8451,-32.0516
  3467.                           -34.6018,12.9177,-35.2461 -39.1788,-12.9177,-30.9336 -35.9597,-13.8451,-27.5928 -42.0914,-11.5886,-33.8214 -36.9584,-11.5886,-38.0861 -34.6018,-12.9177,-35.2461 -32.0516,-13.8451,-32.0516 -44.3909,-9.45638,-35.8036 -46.0681,-6.69069,-37.0905 -40.4232,-6.69069,-41.7119 -38.9283,-9.45638,-40.2171 -47.1134,-3.46128,-37.8927 -41.3549,-3.46128,-42.6437
  3468.                           -35.3883,3.46128,-46.8482 -35.6681,2.41487E-07,-47.2129 -34.5861,6.69069,-45.8028 -28.4086,6.69069,-49.3876 -29.0675,3.46128,-50.5288 -29.2974,2.52013E-07,-50.927 -33.2992,9.45639,-44.1257 -31.6301,11.5886,-41.8593 -25.9805,11.5886,-45.1593 -27.3516,9.45639,-47.5568 -29.6814,12.9177,-39.0462 -27.5928,13.8451,-35.9597 -22.6639,13.8451,-39.2551
  3469.                           -24.3797,12.9177,-42.3181 -29.6814,-12.9177,-39.0462 -27.5928,-13.8451,-35.9597 -31.6301,-11.5886,-41.8593 -25.9805,-11.5886,-45.1593 -24.3797,-12.9177,-42.3181 -22.6639,-13.8451,-39.2551 -33.2992,-9.45638,-44.1257 -34.5861,-6.69069,-45.8028 -28.4086,-6.69069,-49.3876 -27.3516,-9.45638,-47.5568 -35.3883,-3.46128,-46.8482 -29.0675,-3.46128,-50.5288
  3470.                           -22.2467,3.46128,-53.7082 -22.4226,2.41564E-07,-54.133 -21.7424,6.69069,-52.4908 -11.3651,6.69069,-56.2626 -11.2289,3.46128,-57.7326 -11.3479,2.2546E-07,-58.1767 -20.9334,9.45639,-50.5378 -19.8841,11.5886,-48.0045 -12.9714,11.5886,-50.3883 -12.2495,9.45639,-53.6287 -18.6588,12.9177,-45.0464 -17.3456,13.8451,-41.8759 -11.7317,13.8451,-43.7834
  3471.                           -12.6199,12.9177,-47.0982 -18.6588,-12.9177,-45.0464 -17.3456,-13.8451,-41.8759 -19.8841,-11.5886,-48.0045 -12.9714,-11.5886,-50.3883 -12.6199,-12.9177,-47.0982 -11.7317,-13.8451,-43.7834 -20.9334,-9.45638,-50.5378 -21.7424,-6.69069,-52.4908 -11.3651,-6.69069,-56.2626 -12.2495,-9.45638,-53.6287 -22.2467,-3.46128,-53.7082 -11.2289,-3.46128,-57.7326
  3472.                           7.68268,3.46128,-63.9483 7.62267,2.49984E-07,-64.4041 5.94585,6.69069,-61.8528 0.495306,9.45639,-57.3898 -4.87327,11.5886,-52.3042 -6.36418,12.9177,-48.3407 -5.91625,13.8451,-44.9384 -6.36418,-12.9177,-48.3407 -5.91626,-13.8451,-44.9384 -4.87326,-11.5886,-52.3042 0.495306,-9.45638,-57.3898 5.94585,-6.69069,-61.8528 7.68268,-3.46128,-63.9483
  3473.                         </Point3DCollection>
  3474.                       </MeshGeometry3D.Positions>
  3475.                     </MeshGeometry3D>
  3476.                   </GeometryModel3D.Geometry>
  3477.                 </GeometryModel3D>
  3478.               </Model3DGroup>
  3479.               <Model3DGroup x:Name="Torus05OR50">
  3480.                 <!-- Torus05 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[14]) -->
  3481.                 <Model3DGroup.Transform>
  3482.                   <Transform3DGroup>
  3483.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3484.                     <ScaleTransform3D ScaleX="0.603043" ScaleY="1.78344" ScaleZ="0.603043"/>
  3485.                     <RotateTransform3D>
  3486.                       <RotateTransform3D.Rotation>
  3487.                         <AxisAngleRotation3D Angle="90.0081919" Axis="0.9998570165 -0.01195714353 -0.01195714353"/>
  3488.                       </RotateTransform3D.Rotation>
  3489.                     </RotateTransform3D>
  3490.                     <TranslateTransform3D OffsetX="-65.821" OffsetY="-5.83954" OffsetZ="0.738334"/>
  3491.                   </Transform3DGroup>
  3492.                 </Model3DGroup.Transform>
  3493.                 <GeometryModel3D x:Name="Torus05OR50GR51">
  3494.                   <GeometryModel3D.Material>
  3495.                     <MaterialGroup>
  3496.                       <DiffuseMaterial>
  3497.                         <DiffuseMaterial.Brush>
  3498.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  3499.                         </DiffuseMaterial.Brush>
  3500.                       </DiffuseMaterial>
  3501.                       <SpecularMaterial SpecularPower="110.507">
  3502.                         <SpecularMaterial.Brush>
  3503.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  3504.                         </SpecularMaterial.Brush>
  3505.                       </SpecularMaterial>
  3506.                     </MaterialGroup>
  3507.                   </GeometryModel3D.Material>
  3508.                   <GeometryModel3D.BackMaterial>
  3509.                     <MaterialGroup>
  3510.                       <DiffuseMaterial>
  3511.                         <DiffuseMaterial.Brush>
  3512.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  3513.                         </DiffuseMaterial.Brush>
  3514.                       </DiffuseMaterial>
  3515.                       <SpecularMaterial SpecularPower="110.507">
  3516.                         <SpecularMaterial.Brush>
  3517.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  3518.                         </SpecularMaterial.Brush>
  3519.                       </SpecularMaterial>
  3520.                     </MaterialGroup>
  3521.                   </GeometryModel3D.BackMaterial>
  3522.                   <GeometryModel3D.Geometry>
  3523.                     <MeshGeometry3D
  3524.                                             TriangleIndices="0,1,2 2,3,0 1,4,5 5,2,1 4,6,7 7,5,4 6,8,9 9,7,6 8,10,11 11,9,8 10,12,13 13,11,10 12,14,15 15,13,12 14,16,17 17,15,14 16,18,19 19,17,16 18,20,21 21,19,18 20,22,23 23,21,20 22,0,3 3,23,22 3,2,24 24,25,3 2,5,26 26,24,2 5,7,27 27,26,5 7,9,28 28,27,7 9,11,29 29,28,9 11,13,30 30,29,11 13,15,31 31,30,13 15,17,32 32,31,15 17,19,33 33,32,17 19,21,34 34,33,19 21,23,35 35,34,21 23,3,25 25,35,23 25,24,36 36,37,25 24,26,38 38,36,24 26,27,39 39,38,26 27,28,40 40,39,27 28,29,41 41,40,28 29,30,42 42,41,29 30,31,43 43,42,30 31,32,44 44,43,31 32,33,45 45,44,32 33,34,46 46,45,33 34,35,47 47,46,34 35,25,37 37,47,35 37,36,48 48,49,37 36,38,50 50,48,36 38,39,51 51,50,38 39,40,52 52,51,39 40,41,53 53,52,40 41,42,54 54,53,41 42,43,55 55,54,42 43,44,56 56,55,43 44,45,57 57,56,44 45,46,58 58,57,45 46,47,59 59,58,46 47,37,49 49,59,47 49,48,60 60,61,49 48,50,62 62,60,48 50,51,63 63,62,50 51,52,64 64,63,51 52,53,65 65,64,52 53,54,66 66,65,53 54,55,67 67,66,54 55,56,68 68,67,55 56,57,69 69,68,56 57,58,70 70,69,57 58,59,71 71,70,58 59,49,61 61,71,59 61,60,72 72,73,61 60,62,74 74,72,60 62,63,75 75,74,62 63,64,76 76,75,63 64,65,77 77,76,64 65,66,78 78,77,65 66,67,79 79,78,66 67,68,80 80,79,67 68,69,81 81,80,68 69,70,82 82,81,69 70,71,83 83,82,70 71,61,73 73,83,71 73,72,84 84,85,73 72,74,86 86,84,72 74,75,87 87,86,74 75,76,88 88,87,75 76,77,89 89,88,76 77,78,90 90,89,77 78,79,91 91,90,78 79,80,92 92,91,79 80,81,93 93,92,80 81,82,94 94,93,81 82,83,95 95,94,82 83,73,85 85,95,83 85,84,96 96,97,85 84,86,98 98,96,84 86,87,99 99,98,86 87,88,100 100,99,87 88,89,101 101,100,88 89,90,102 102,101,89 90,91,103 103,102,90 91,92,104 104,103,91 92,93,105 105,104,92 93,94,106 106,105,93 94,95,107 107,106,94 95,85,97 97,107,95 97,96,108 108,109,97 96,98,110 110,108,96 98,99,111 111,110,98 99,100,112 112,111,99 100,101,113 113,112,100 101,102,114 114,113,101 102,103,115 115,114,102 103,104,116 116,115,103 104,105,117 117,116,104 105,106,118 118,117,105 106,107,119 119,118,106 107,97,109 109,119,107 111,112,120 120,121,111 112,113,122 122,120,112 113,114,123 123,122,113 114,115,124 124,123,114 115,116,125 125,124,115 116,117,126 126,125,116 121,120,127 127,128,121 120,122,129 129,127,120 122,123,130 130,129,122 123,124,131 131,130,123 124,125,132 132,131,124 125,126,133 133,132,125 128,127,134 134,135,128 127,129,136 136,134,127 129,130,137 137,136,129 130,131,138 138,137,130 131,132,139 139,138,131 132,133,140 140,139,132 135,134,141 141,142,135 134,136,143 143,141,134 136,137,144 144,143,136 137,138,145 145,144,137 138,139,146 146,145,138 139,140,147 147,146,139 142,141,148 148,149,142 141,143,150 150,148,141 143,144,151 151,150,143 144,145,152 152,151,144 145,146,153 153,152,145 146,147,154 154,153,146 149,148,155 155,156,149 148,150,157 157,155,148 150,151,158 158,157,150 151,152,159 159,158,151 152,153,160 160,159,152 153,154,161 161,160,153 156,155,162 162,163,156 155,157,164 164,162,155 157,158,165 165,164,157 158,159,166 166,165,158 159,160,167 167,166,159 160,161,168 168,167,160 163,162,169 169,170,163 162,164,171 171,169,162 164,165,172 172,171,164 165,166,173 173,172,165 166,167,174 174,173,166 167,168,175 175,174,167 170,169,176 176,177,170 169,171,178 178,176,169 171,172,179 179,178,171 172,173,180 180,179,172 173,174,181 181,180,173 174,175,182 182,181,174 183,184,185 185,186,183 184,187,188 188,185,184 187,177,189 189,188,187 177,176,190 190,189,177 176,178,191 191,190,176 178,179,192 192,191,178 179,180,193 193,192,179 180,181,194 194,193,180 181,182,195 195,194,181 182,196,197 197,195,182 196,198,199 199,197,196 198,183,186 186,199,198 186,185,200 200,201,186 185,188,202 202,200,185 188,189,203 203,202,188 189,190,204 204,203,189 190,191,205 205,204,190 191,192,206 206,205,191 192,193,207 207,206,192 193,194,208 208,207,193 194,195,209 209,208,194 195,197,210 210,209,195 197,199,211 211,210,197 199,186,201 201,211,199 201,200,212 212,213,201 200,202,214 214,212,200 202,203,215 215,214,202 203,204,216 216,215,203 204,205,217 217,216,204 205,206,218 218,217,205 206,207,219 219,218,206 207,208,220 220,219,207 208,209,221 221,220,208 209,210,222 222,221,209 210,211,223 223,222,210 211,201,213 213,223,211 213,212,224 224,225,213 212,214,226 226,224,212 214,215,227 227,226,214 215,216,228 228,227,215 216,217,229 229,228,216 217,218,230 230,229,217 218,219,231 231,230,218 219,220,232 232,231,219 220,221,233 233,232,220 221,222,234 234,233,221 222,223,235 235,234,222 223,213,225 225,235,223 225,224,236 236,237,225 224,226,238 238,236,224 226,227,239 239,238,226 227,228,240 240,239,227 228,229,241 241,240,228 229,230,242 242,241,229 230,231,243 243,242,230 231,232,244 244,243,231 232,233,245 245,244,232 233,234,246 246,245,233 234,235,247 247,246,234 235,225,237 237,247,235 237,236,1 1,0,237 236,238,4 4,1,236 238,239,6 6,4,238 239,240,8 8,6,239 240,241,10 10,8,240 241,242,12 12,10,241 242,243,14 14,12,242 243,244,16 16,14,243 244,245,18 18,16,244 245,246,20 20,18,245 246,247,22 22,20,246 247,237,0 0,22,247 "
  3525.                                 >
  3526.                       <MeshGeometry3D.Normals>
  3527.                         <Vector3DCollection>
  3528.                           8.81226E-08,1.50327E-07,-1 -0.00580874,0.500421,-0.865762 0.218465,0.500422,-0.837766 0.258819,9.849E-08,-0.965926 -0.0101418,0.866231,-0.499541 0.119494,0.866231,-0.485144 -0.0117579,0.999931,8.23184E-08 -0.0113573,0.999931,-0.00304306 -0.0101418,0.866231,0.499541 -0.139087,0.866231,0.479895 -0.00580882,0.500421,0.865762 -0.229687,0.500421,0.834759 -1.03674E-07,-5.18368E-08,1
  3529.                           -0.258819,-4.14695E-08,0.965926 0.00580867,-0.500422,0.865762 -0.218465,-0.500422,0.837766 0.0101418,-0.866231,0.499541 -0.119494,-0.866231,0.485144 0.0117579,-0.999931,-9.26082E-08 0.0113573,-0.999931,0.00304299 0.0101419,-0.866231,-0.499541 0.139087,-0.866231,-0.479895 0.00580893,-0.500421,-0.865763 0.229687,-0.500421,-0.834759 0.427851,0.500422,-0.752677 0.5,6.73879E-08,-0.866025
  3530.                           0.240987,0.866231,-0.437686 -0.0101827,0.999931,-0.0058789 -0.258554,0.866231,0.427544 -0.437912,0.500421,0.746868 -0.5,-9.849E-08,0.866025 -0.427851,-0.500422,0.752677 -0.240987,-0.866231,0.437686 0.0101827,-0.999931,0.00587884 0.258554,-0.866231,-0.427544 0.437912,-0.500422,-0.746868 0.608079,0.500422,-0.616294 0.707107,-9.33063E-08,-0.707107 0.346058,0.866231,-0.3604
  3531.                           -0.00831403,0.999931,-0.00831413 -0.3604,0.866231,0.346057 -0.616294,0.500421,0.608079 -0.707107,-3.57674E-07,0.707107 -0.608079,-0.500422,0.616294 -0.346057,-0.866231,0.3604 0.00831415,-0.999931,0.00831402 0.3604,-0.866231,-0.346058 0.616294,-0.500422,-0.608079 0.746868,0.500422,-0.437912 0.866025,-1.03674E-07,-0.5 0.427544,0.866231,-0.258554 -0.00587891,0.999931,-0.0101827
  3532.                           -0.437686,0.866231,0.240987 -0.752677,0.500421,0.427851 -0.866025,-3.26572E-07,0.5 -0.746868,-0.500422,0.437912 -0.427544,-0.866231,0.258554 0.00587899,-0.999931,0.0101827 0.437686,-0.866231,-0.240987 0.752677,-0.500421,-0.427851 0.834759,0.500421,-0.229687 0.965926,-1.55511E-08,-0.258819 0.479895,0.866231,-0.139087 -0.00304326,0.999931,-0.0113573 -0.485144,0.866231,0.119494
  3533.                           -0.837766,0.500421,0.218465 -0.965926,-5.70205E-08,0.258819 -0.834759,-0.500422,0.229687 -0.479895,-0.866231,0.139087 0.00304318,-0.999931,0.0113572 0.485144,-0.866231,-0.119494 0.837766,-0.500421,-0.218465 0.865762,0.500422,-0.00580883 1,1.45143E-07,-4.14695E-08 0.499541,0.866231,-0.0101418 -1.18333E-07,0.999931,-0.0117579 -0.499541,0.866231,-0.0101419 -0.865763,0.500421,-0.00580889
  3534.                           -1,4.14695E-08,7.51634E-08 -0.865762,-0.500422,0.00580884 -0.499541,-0.866231,0.0101419 -4.11592E-08,-0.999931,0.011758 0.499541,-0.866231,0.0101419 0.865763,-0.500421,0.00580881 0.837766,0.500422,0.218465 0.965926,8.29389E-08,0.258819 0.485144,0.866231,0.119494 0.00304309,0.999931,-0.0113573 -0.479895,0.866231,-0.139087 -0.834759,0.500421,-0.229687 -0.965926,-1.03674E-08,-0.258819
  3535.                           -0.837766,-0.500422,-0.218465 -0.485144,-0.866231,-0.119494 -0.0030431,-0.999931,0.0113572 0.479895,-0.866231,0.139087 0.834759,-0.500421,0.229687 0.752677,0.500421,0.427851 0.866025,1.39959E-07,0.5 0.437686,0.866231,0.240987 0.00587894,0.999931,-0.0101827 -0.427544,0.866231,-0.258554 -0.746868,0.500422,-0.437912 -0.866025,-5.70205E-08,-0.5 -0.752677,-0.500422,-0.427851
  3536.                           -0.437686,-0.866231,-0.240987 -0.00587902,-0.999931,0.0101827 0.427544,-0.866231,0.258554 0.746868,-0.500421,0.437912 0.720573,0.4184,0.552916 0.790261,-0.0882071,0.606389 0.458564,0.816032,0.351868 -0.0228895,0.998344,-0.0527727 -0.346058,0.866231,-0.3604 -0.608079,0.500421,-0.616294 -0.707107,-3.62858E-08,-0.707107 -0.616294,-0.500422,-0.608079 -0.3604,-0.866231,-0.346057
  3537.                           -0.0938954,-0.991144,-0.0938955 0.336028,-0.905871,0.257844 0.650689,-0.572112,0.499291 -0.240987,0.866231,-0.437686 -0.119566,0.965863,-0.229808 -0.427851,0.500422,-0.752677 -0.5,-1.71062E-07,-0.866025 -0.437912,-0.500422,-0.746868 -0.258553,-0.866231,-0.427544 -0.139237,-0.965864,-0.218451 -0.119494,0.866231,-0.485145 -0.0560127,0.965864,-0.252923 -0.218465,0.500422,-0.837766
  3538.                           -0.258819,-5.70205E-08,-0.965926 -0.229687,-0.500422,-0.834759 -0.139087,-0.866231,-0.479895 -0.0779532,-0.965864,-0.247044 0.0101418,0.866231,-0.499541 0.0113573,0.965864,-0.258802 0.00580884,0.500422,-0.865762 5.18368E-08,-6.22042E-08,-1 -0.00580889,-0.500422,-0.865762 -0.0101419,-0.866231,-0.499541 -0.0113573,-0.965864,-0.258802 0.139087,0.866231,-0.479895 0.0779534,0.965864,-0.247044
  3539.                           0.229687,0.500422,-0.834759 0.258819,-8.2939E-08,-0.965926 0.218465,-0.500422,-0.837766 0.119494,-0.866231,-0.485144 0.0560126,-0.965864,-0.252923 0.258554,0.866231,-0.427544 0.139237,0.965864,-0.218451 0.437912,0.500421,-0.746868 0.5,1.55511E-07,-0.866025 0.427851,-0.500422,-0.752676 0.240987,-0.866231,-0.437686 0.119565,-0.965864,-0.229808 0.3604,0.866231,-0.346057
  3540.                           0.191032,0.965864,-0.17497 0.616294,0.500421,-0.608079 0.707107,1.55511E-07,-0.707107 0.608079,-0.500421,-0.616294 0.346057,-0.866231,-0.3604 0.17497,-0.965864,-0.191032 0.437686,0.866231,-0.240988 0.229808,0.965864,-0.119565 0.752677,0.500421,-0.427851 0.866025,-3.05837E-07,-0.5 0.746868,-0.500421,-0.437912 0.427544,-0.866231,-0.258554 0.218451,-0.965864,-0.139237
  3541.                           0.485145,0.866231,-0.119494 0.252923,0.965864,-0.0560127 0.837766,0.500421,-0.218465 0.965926,-9.33063E-08,-0.258819 0.834759,-0.500421,-0.229687 0.479895,-0.866231,-0.139087 0.247044,-0.965864,-0.0779533 0.499541,0.866231,0.0101418 0.132788,0.991144,-8.60573E-09 0.865763,0.500421,0.00580925 1,6.22042E-08,2.98062E-07 0.865762,-0.500422,-0.00580867 0.499541,-0.866231,-0.0101418
  3542.                           0.0535008,-0.998344,-0.0211307 -0.98758,0.0882072,-0.130018 -0.813158,0.572113,-0.107054 -0.837766,0.500422,-0.218465 -0.965926,-3.42123E-07,-0.258819 -0.419931,0.905871,-0.0552851 -0.485144,0.866231,-0.119494 -0.00304302,0.999931,0.0113573 0.479895,0.866231,0.139087 0.834759,0.500422,0.229687 0.965926,-2.9547E-07,0.258819 0.837766,-0.500422,0.218465 0.485144,-0.866231,0.119494
  3543.                           0.00304278,-0.999931,-0.0113574 -0.573062,-0.816032,-0.0754451 -0.479895,-0.866231,-0.139087 -0.900492,-0.4184,-0.118552 -0.834759,-0.500422,-0.229687 -0.752677,0.500421,-0.427851 -0.866025,-1.34776E-07,-0.5 -0.437686,0.866231,-0.240987 -0.0058788,0.999931,0.0101827 0.427544,0.866231,0.258554 0.746868,0.500422,0.437912 0.866026,2.59184E-08,0.5 0.752677,-0.500422,0.427851
  3544.                           0.437686,-0.866231,0.240987 0.00587869,-0.999931,-0.0101827 -0.427544,-0.866231,-0.258554 -0.746868,-0.500421,-0.437912 -0.616294,0.500421,-0.608079 -0.707107,1.29592E-07,-0.707107 -0.3604,0.866231,-0.346057 -0.00831395,0.999931,0.00831425 0.346058,0.866231,0.3604 0.608079,0.500421,0.616294 0.707107,6.22042E-08,0.707107 0.616294,-0.500422,0.608079 0.3604,-0.866231,0.346057
  3545.                           0.00831406,-0.999931,-0.00831414 -0.346058,-0.866231,-0.3604 -0.608079,-0.500421,-0.616294 -0.437912,0.500422,-0.746868 -0.5,-3.62858E-08,-0.866025 -0.258554,0.866231,-0.427544 -0.0101826,0.999931,0.00587905 0.240987,0.866231,0.437686 0.427851,0.500421,0.752677 0.5,-1.34776E-07,0.866025 0.437912,-0.500421,0.746868 0.258554,-0.866231,0.427544 0.0101826,-0.999931,-0.00587907
  3546.                           -0.240987,-0.866231,-0.437686 -0.427851,-0.500421,-0.752677 -0.229687,0.500421,-0.834759 -0.258819,-4.14695E-08,-0.965926 -0.139087,0.866231,-0.479895 -0.0113573,0.999931,0.00304324 0.119494,0.866231,0.485145 0.218465,0.500421,0.837766 0.258819,-1.71062E-07,0.965926 0.229687,-0.500422,0.834759 0.139087,-0.866231,0.479895 0.0113572,-0.999931,-0.00304325 -0.119494,-0.866231,-0.485144
  3547.                           -0.218465,-0.500421,-0.837766
  3548.                         </Vector3DCollection>
  3549.                       </MeshGeometry3D.Normals>
  3550.                       <MeshGeometry3D.Positions>
  3551.                         <Point3DCollection>
  3552.                           9.45487E-07,-1.14024E-08,-59.5624 3.29002E-06,6.92255,-57.7075 14.9358,6.92255,-55.7412 15.4159,-1.48262E-08,-57.5329 -8.52554E-06,11.9902,-52.6399 13.6242,11.9902,-50.8462 -5.34868E-06,13.8451,-45.7173 11.8325,13.8451,-44.1595 -2.24747E-06,11.9902,-38.7948 10.0408,11.9902,-37.4729 -1.37733E-06,6.92255,-33.7271 8.72921,6.92255,-32.5779 8.91565E-07,-1.20635E-06,-31.8722
  3553.                           8.24913,-1.22372E-06,-30.7862 -1.41515E-06,-6.92256,-33.7271 8.72921,-6.92256,-32.5779 -2.24747E-06,-11.9902,-38.7948 10.0408,-11.9902,-37.4729 -5.42432E-06,-13.8451,-45.7173 11.8325,-13.8451,-44.1595 3.97106E-06,-11.9902,-52.6399 13.6242,-11.9902,-50.8462 3.13875E-06,-6.92255,-57.7075 14.9358,-6.92255,-55.7412 28.8538,6.92255,-49.9762 29.7812,6.27898E-09,-51.5826
  3554.                           26.3199,11.9902,-45.5875 22.8587,13.8451,-39.5924 19.3974,11.9902,-33.5972 16.8635,6.92255,-29.2085 15.9361,-1.21008E-06,-27.6021 16.8635,-6.92256,-29.2085 19.3974,-11.9902,-33.5972 22.8587,-13.8451,-39.5924 26.3199,-11.9902,-45.5875 28.8538,-6.92255,-49.9762 40.8054,6.92255,-40.8054 42.117,1.24988E-08,-42.117 37.222,11.9902,-37.222
  3555.                           32.327,13.8451,-32.327 27.432,11.9902,-27.432 23.8487,6.92255,-23.8487 22.537,-1.20206E-06,-22.537 23.8487,-6.92256,-23.8487 27.432,-11.9902,-27.432 32.327,-13.8451,-32.327 37.222,-11.9902,-37.222 40.8054,-6.92255,-40.8054 49.9762,6.92255,-28.8538 51.5826,-5.70118E-09,-29.7812 45.5875,11.9902,-26.3199 39.5924,13.8451,-22.8587
  3556.                           33.5972,11.9902,-19.3974 29.2085,6.92255,-16.8635 27.6021,-1.20476E-06,-15.9361 29.2085,-6.92256,-16.8635 33.5972,-11.9902,-19.3974 39.5924,-13.8451,-22.8587 45.5875,-11.9902,-26.3199 49.9762,-6.92255,-28.8538 55.7412,6.92255,-14.9358 57.5329,6.09613E-09,-15.4159 50.8462,11.9902,-13.6242 44.1595,13.8451,-11.8325 37.4729,11.9902,-10.0408
  3557.                           32.5779,6.92255,-8.72921 30.7862,-1.22482E-06,-8.24913 32.5779,-6.92256,-8.72921 37.4729,-11.9902,-10.0408 44.1595,-13.8451,-11.8325 50.8462,-11.9902,-13.6242 55.7412,-6.92255,-14.9358 57.7075,6.92255,-5.19836E-08 59.5624,2.27596E-15,1.54995E-07 52.6399,11.9902,2.00864E-07 45.7173,13.8451,-2.40378E-08 38.7948,11.9902,2.30632E-07 33.7271,6.92255,6.14327E-08
  3558.                           31.8722,-1.20316E-06,6.32544E-08 33.7271,-6.92256,2.70233E-07 38.7948,-11.9902,1.73855E-08 45.7173,-13.8451,3.93563E-07 52.6399,-11.9902,-1.23823E-08 57.7075,-6.92255,8.11787E-08 55.7412,6.92255,14.9358 57.5329,-6.09613E-09,15.4159 50.8462,11.9902,13.6242 44.1595,13.8451,11.8325 37.4729,11.9902,10.0408 32.5779,6.92255,8.72921 30.7862,-1.21492E-06,8.24913
  3559.                           32.5779,-6.92256,8.72921 37.4729,-11.9902,10.0408 44.1595,-13.8451,11.8325 50.8462,-11.9902,13.6242 55.7412,-6.92255,14.9358 49.9762,6.92255,28.8538 51.5826,5.7012E-09,29.7812 45.5875,11.9902,26.3199 39.5924,13.8451,22.8587 33.5972,11.9902,19.3974 29.2085,6.92255,16.8635 27.6021,-1.20157E-06,15.9361 29.2085,-6.92256,16.8635
  3560.                           33.5972,-11.9902,19.3974 39.5924,-13.8451,22.8587 45.5875,-11.9902,26.3199 49.9762,-6.92255,28.8538 40.8054,6.92255,40.8054 42.117,-1.24988E-08,42.117 37.222,11.9902,37.222 32.327,13.8451,32.327 27.432,11.9902,27.432 23.8487,6.92255,23.8487 22.537,-1.20427E-06,22.537 23.8487,-6.92256,23.8487 27.432,-11.9902,27.432
  3561.                           32.327,-13.8451,32.327 37.222,-11.9902,37.222 40.8054,-6.92255,40.8054 19.3974,11.9902,33.5972 22.8587,13.8451,39.5924 16.8635,6.92255,29.2085 15.9361,-1.19625E-06,27.6021 16.8635,-6.92256,29.2085 19.3974,-11.9902,33.5972 22.8587,-13.8451,39.5924 10.0408,11.9902,37.4729 11.8325,13.8451,44.1595 8.72922,6.92255,32.5779
  3562.                           8.24913,-1.21603E-06,30.7862 8.72921,-6.92256,32.5779 10.0408,-11.9902,37.4729 11.8325,-13.8451,44.1595 2.24747E-06,11.9902,38.7948 -7.22355E-06,13.8451,45.7173 1.41515E-06,6.92255,33.7271 -9.29384E-07,-1.19998E-06,31.8722 1.33951E-06,-6.92256,33.7271 2.17183E-06,-11.9902,38.7948 -7.22355E-06,-13.8451,45.7173 -10.0408,11.9902,37.4729 -11.8325,13.8451,44.1595
  3563.                           -8.72922,6.92255,32.5779 -8.24913,-1.21603E-06,30.7862 -8.72922,-6.92256,32.5779 -10.0408,-11.9902,37.4729 -11.8325,-13.8451,44.1595 -19.3974,11.9902,33.5972 -22.8587,13.8451,39.5924 -16.8635,6.92255,29.2085 -15.9361,-1.19625E-06,27.6021 -16.8635,-6.92256,29.2085 -19.3974,-11.9902,33.5972 -22.8587,-13.8451,39.5924 -27.432,11.9902,27.432
  3564.                           -32.327,13.8451,32.327 -23.8487,6.92255,23.8487 -22.5371,-1.20427E-06,22.537 -23.8487,-6.92256,23.8487 -27.432,-11.9902,27.432 -32.327,-13.8451,32.327 -33.5972,11.9902,19.3974 -39.5924,13.8451,22.8586 -29.2085,6.92255,16.8635 -27.6021,-1.20157E-06,15.9361 -29.2085,-6.92256,16.8635 -33.5972,-11.9902,19.3974 -39.5924,-13.8451,22.8587
  3565.                           -37.4729,11.9902,10.0408 -44.1595,13.8451,11.8325 -32.5779,6.92255,8.72921 -30.7862,-1.21492E-06,8.24913 -32.5779,-6.92256,8.72921 -37.4729,-11.9902,10.0408 -44.1595,-13.8451,11.8325 -38.7948,11.9902,-3.33063E-06 -45.7173,13.8451,-4.19475E-06 -33.7271,6.92255,-2.79299E-06 -31.8722,-1.20316E-06,-2.43473E-06 -33.7271,-6.92256,-3.37468E-06 -38.7948,-11.9902,-3.3926E-06
  3566.                           -45.7173,-13.8451,-3.77715E-06 -59.5624,-7.01661E-14,-4.74667E-06 -57.7075,6.92255,-4.89977E-06 -55.7412,6.92255,-14.9358 -57.5329,6.09604E-09,-15.4159 -52.6399,11.9902,-4.88185E-06 -50.8462,11.9902,-13.6242 -44.1595,13.8451,-11.8325 -37.4729,11.9902,-10.0408 -32.5779,6.92255,-8.72922 -30.7862,-1.22482E-06,-8.24914 -32.5779,-6.92256,-8.72922 -37.4729,-11.9902,-10.0408
  3567.                           -44.1595,-13.8451,-11.8325 -52.6399,-11.9902,-4.94382E-06 -50.8462,-11.9902,-13.6242 -57.7075,-6.92255,-5.48146E-06 -55.7412,-6.92255,-14.9358 -49.9762,6.92255,-28.8538 -51.5826,-5.70125E-09,-29.7812 -45.5875,11.9902,-26.3199 -39.5923,13.8451,-22.8587 -33.5972,11.9902,-19.3974 -29.2085,6.92255,-16.8635 -27.6021,-1.20476E-06,-15.9361 -29.2085,-6.92256,-16.8635
  3568.                           -33.5972,-11.9902,-19.3974 -39.5924,-13.8451,-22.8587 -45.5875,-11.9902,-26.3199 -49.9762,-6.92255,-28.8538 -40.8054,6.92255,-40.8054 -42.117,1.24987E-08,-42.117 -37.222,11.9902,-37.222 -32.327,13.8451,-32.327 -27.432,11.9902,-27.432 -23.8487,6.92255,-23.8487 -22.537,-1.20206E-06,-22.5371 -23.8487,-6.92256,-23.8487 -27.432,-11.9902,-27.432
  3569.                           -32.327,-13.8451,-32.327 -37.222,-11.9902,-37.222 -40.8054,-6.92255,-40.8054 -28.8538,6.92255,-49.9762 -29.7812,6.27901E-09,-51.5826 -26.3199,11.9902,-45.5875 -22.8586,13.8451,-39.5924 -19.3974,11.9902,-33.5972 -16.8635,6.92255,-29.2085 -15.9361,-1.21008E-06,-27.6021 -16.8635,-6.92256,-29.2085 -19.3974,-11.9902,-33.5972 -22.8586,-13.8451,-39.5924
  3570.                           -26.3199,-11.9902,-45.5875 -28.8538,-6.92255,-49.9762 -14.9358,6.92255,-55.7412 -15.4159,-1.48263E-08,-57.5329 -13.6242,11.9902,-50.8462 -11.8325,13.8451,-44.1595 -10.0408,11.9902,-37.4729 -8.72922,6.92255,-32.5779 -8.24914,-1.22372E-06,-30.7862 -8.72922,-6.92256,-32.5779 -10.0408,-11.9902,-37.4729 -11.8325,-13.8451,-44.1595 -13.6242,-11.9902,-50.8462
  3571.                           -14.9358,-6.92255,-55.7412
  3572.                         </Point3DCollection>
  3573.                       </MeshGeometry3D.Positions>
  3574.                     </MeshGeometry3D>
  3575.                   </GeometryModel3D.Geometry>
  3576.                 </GeometryModel3D>
  3577.               </Model3DGroup>
  3578.               <Model3DGroup x:Name="Torus01OR53">
  3579.                 <!-- Torus01 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[15]) -->
  3580.                 <Model3DGroup.Transform>
  3581.                   <Transform3DGroup>
  3582.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3583.                     <ScaleTransform3D ScaleX="0.837872" ScaleY="2.11128" ScaleZ="0.837872"/>
  3584.                     <RotateTransform3D>
  3585.                       <RotateTransform3D.Rotation>
  3586.                         <AxisAngleRotation3D Angle="90.0081919" Axis="0.9998570165 -0.01195714353 -0.01195714353"/>
  3587.                       </RotateTransform3D.Rotation>
  3588.                     </RotateTransform3D>
  3589.                     <TranslateTransform3D OffsetX="107.728" OffsetY="7.04812" OffsetZ="0.729895"/>
  3590.                   </Transform3DGroup>
  3591.                 </Model3DGroup.Transform>
  3592.                 <GeometryModel3D x:Name="Torus01OR53GR54">
  3593.                   <GeometryModel3D.Material>
  3594.                     <MaterialGroup>
  3595.                       <DiffuseMaterial>
  3596.                         <DiffuseMaterial.Brush>
  3597.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  3598.                         </DiffuseMaterial.Brush>
  3599.                       </DiffuseMaterial>
  3600.                       <SpecularMaterial SpecularPower="110.507">
  3601.                         <SpecularMaterial.Brush>
  3602.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  3603.                         </SpecularMaterial.Brush>
  3604.                       </SpecularMaterial>
  3605.                     </MaterialGroup>
  3606.                   </GeometryModel3D.Material>
  3607.                   <GeometryModel3D.BackMaterial>
  3608.                     <MaterialGroup>
  3609.                       <DiffuseMaterial>
  3610.                         <DiffuseMaterial.Brush>
  3611.                           <SolidColorBrush Color="#ABABAB" Opacity="1.000000"/>
  3612.                         </DiffuseMaterial.Brush>
  3613.                       </DiffuseMaterial>
  3614.                       <SpecularMaterial SpecularPower="110.507">
  3615.                         <SpecularMaterial.Brush>
  3616.                           <SolidColorBrush Color="#3D3D3D" Opacity="1.000000"/>
  3617.                         </SpecularMaterial.Brush>
  3618.                       </SpecularMaterial>
  3619.                     </MaterialGroup>
  3620.                   </GeometryModel3D.BackMaterial>
  3621.                   <GeometryModel3D.Geometry>
  3622.                     <MeshGeometry3D
  3623.                                             TriangleIndices="0,1,2 0,3,1 3,4,1 3,5,4 5,6,4 5,7,6 7,8,6 7,9,8 9,10,8 9,11,10 11,12,10 11,13,12 13,14,12 13,15,14 15,16,14 15,17,16 17,18,16 17,19,18 19,20,18 19,21,20 21,22,20 21,23,22 23,2,22 23,0,2 2,24,25 2,1,24 1,26,24 1,4,26 4,27,26 4,6,27 6,28,27 6,8,28 8,29,28 8,10,29 10,30,29 10,12,30 12,31,30 12,14,31 14,32,31 14,16,32 16,33,32 16,18,33 18,34,33 18,20,34 20,35,34 20,22,35 22,25,35 22,2,25 25,36,37 25,24,36 24,38,36 24,26,38 26,39,38 26,27,39 27,40,39 27,28,40 28,41,40 28,29,41 29,42,41 29,30,42 30,43,42 30,31,43 31,44,43 31,32,44 32,45,44 32,33,45 33,46,45 33,34,46 34,47,46 34,35,47 35,37,47 35,25,37 37,48,49 37,36,48 36,50,48 36,38,50 38,51,50 38,39,51 39,52,51 39,40,52 40,53,52 40,41,53 41,54,53 41,42,54 42,55,54 42,43,55 43,56,55 43,44,56 44,57,56 44,45,57 45,58,57 45,46,58 46,59,58 46,47,59 47,49,59 47,37,49 49,60,61 49,48,60 48,62,60 48,50,62 50,63,62 50,51,63 51,64,63 51,52,64 52,65,64 52,53,65 53,66,65 53,54,66 54,67,66 54,55,67 55,68,67 55,56,68 56,69,68 56,57,69 57,70,69 57,58,70 58,71,70 58,59,71 59,61,71 59,49,61 61,72,73 61,60,72 60,74,72 60,62,74 62,75,74 62,63,75 63,76,75 63,64,76 64,77,76 64,65,77 65,78,77 65,66,78 66,79,78 66,67,79 67,80,79 67,68,80 68,81,80 68,69,81 69,82,81 69,70,82 70,83,82 70,71,83 71,73,83 71,61,73 75,84,85 75,76,84 76,86,84 76,77,86 77,87,86 77,78,87 78,88,87 78,79,88 79,89,88 79,80,89 80,90,89 80,81,90 85,91,92 85,84,91 84,93,91 84,86,93 86,94,93 86,87,94 87,95,94 87,88,95 88,96,95 88,89,96 89,97,96 89,90,97 92,98,99 92,91,98 91,100,98 91,93,100 93,101,100 93,94,101 94,102,101 94,95,102 95,103,102 95,96,103 96,104,103 96,97,104 99,105,106 99,98,105 98,107,105 98,100,107 100,108,107 100,101,108 101,109,108 101,102,109 102,110,109 102,103,110 103,111,110 103,104,111 106,112,113 106,105,112 105,114,112 105,107,114 107,115,114 107,108,115 108,116,115 108,109,116 109,117,116 109,110,117 110,118,117 110,111,118 113,119,120 113,112,119 112,121,119 112,114,121 114,122,121 114,115,122 115,123,122 115,116,123 116,124,123 116,117,124 117,125,124 117,118,125 120,126,127 120,119,126 119,128,126 119,121,128 121,129,128 121,122,129 122,130,129 122,123,130 123,131,130 123,124,131 124,132,131 124,125,132 127,133,134 127,126,133 126,135,133 126,128,135 128,136,135 128,129,136 129,137,136 129,130,137 130,138,137 130,131,138 131,139,138 131,132,139 134,140,141 134,133,140 133,142,140 133,135,142 135,143,142 135,136,143 136,144,143 136,137,144 137,145,144 137,138,145 138,146,145 138,139,146 147,148,149 147,150,148 150,151,148 150,152,151 152,153,151 152,141,153 141,154,153 141,140,154 140,155,154 140,142,155 142,156,155 142,143,156 143,157,156 143,144,157 144,158,157 144,145,158 145,159,158 145,146,159 146,160,159 146,161,160 161,162,160 161,163,162 163,149,162 163,147,149 149,164,165 149,148,164 148,166,164 148,151,166 151,167,166 151,153,167 153,168,167 153,154,168 154,169,168 154,155,169 155,170,169 155,156,170 156,171,170 156,157,171 157,172,171 157,158,172 158,173,172 158,159,173 159,174,173 159,160,174 160,175,174 160,162,175 162,165,175 162,149,165 165,176,177 165,164,176 164,178,176 164,166,178 166,179,178 166,167,179 167,180,179 167,168,180 168,181,180 168,169,181 169,182,181 169,170,182 170,183,182 170,171,183 171,184,183 171,172,184 172,185,184 172,173,185 173,186,185 173,174,186 174,187,186 174,175,187 175,177,187 175,165,177 177,188,189 177,176,188 176,190,188 176,178,190 178,191,190 178,179,191 179,192,191 179,180,192 180,193,192 180,181,193 181,194,193 181,182,194 182,195,194 182,183,195 183,196,195 183,184,196 184,197,196 184,185,197 185,198,197 185,186,198 186,199,198 186,187,199 187,189,199 187,177,189 189,200,201 189,188,200 188,202,200 188,190,202 190,203,202 190,191,203 191,204,203 191,192,204 192,205,204 192,193,205 193,206,205 193,194,206 194,207,206 194,195,207 195,208,207 195,196,208 196,209,208 196,197,209 197,210,209 197,198,210 198,211,210 198,199,211 199,201,211 199,189,201 201,212,213 201,200,212 200,214,212 200,202,214 202,215,214 202,203,215 203,216,215 203,204,216 204,217,216 204,205,217 205,218,217 205,206,218 206,219,218 206,207,219 207,220,219 207,208,220 208,221,220 208,209,221 209,222,221 209,210,222 210,223,222 210,211,223 211,213,223 211,201,213 213,224,225 213,212,224 212,226,224 212,214,226 214,227,226 214,215,227 215,228,227 215,216,228 216,229,228 216,217,229 217,230,229 217,218,230 218,231,230 218,219,231 219,232,231 219,220,232 220,233,232 220,221,233 221,234,233 221,222,234 222,235,234 222,223,235 223,225,235 223,213,225 225,236,237 225,224,236 224,238,236 224,226,238 226,239,238 226,227,239 227,240,239 227,228,240 228,241,240 228,229,241 229,242,241 229,230,242 230,243,242 230,231,243 231,244,243 231,232,244 232,245,244 232,233,245 233,246,245 233,234,246 234,247,246 234,235,247 235,237,247 235,225,237 237,3,0 237,236,3 236,5,3 236,238,5 238,7,5 238,239,7 239,9,7 239,240,9 240,11,9 240,241,11 241,13,11 241,242,13 242,15,13 242,243,15 243,17,15 243,244,17 244,19,17 244,245,19 245,21,19 245,246,21 246,23,21 246,247,23 247,0,23 247,237,0 "
  3624.                                 >
  3625.                       <MeshGeometry3D.Normals>
  3626.                         <Vector3DCollection>
  3627.                           9.33063E-08,2.38449E-07,-1 0.218465,0.500421,-0.837766 0.258819,2.69552E-07,-0.965926 -0.00580872,0.500421,-0.865762 0.119495,0.866231,-0.485145 -0.0101418,0.866231,-0.499541 -0.0113573,0.999931,-0.00304307 -0.0117579,0.999931,1.28623E-07 -0.139087,0.866231,0.479895 -0.0101417,0.866231,0.499541 -0.229687,0.500422,0.834759 -0.00580875,0.500421,0.865762 -0.258819,-4.66532E-08,0.965926
  3628.                           -1.65878E-07,-1.39959E-07,1 -0.218465,-0.500422,0.837766 0.00580866,-0.500422,0.865762 -0.119494,-0.866231,0.485144 0.0101418,-0.866231,0.499541 0.0113573,-0.999931,0.00304305 0.0117579,-0.999931,-3.08694E-08 0.139087,-0.866231,-0.479895 0.0101419,-0.866231,-0.499541 0.229687,-0.500422,-0.834759 0.00580887,-0.500421,-0.865763 0.42785,0.500422,-0.752677 0.5,-1.81429E-07,-0.866026
  3629.                           0.240987,0.866231,-0.437686 -0.0101827,0.999931,-0.00587889 -0.258554,0.866231,0.427544 -0.437912,0.500422,0.746868 -0.5,1.55511E-08,0.866025 -0.427851,-0.500422,0.752676 -0.240987,-0.866231,0.437686 0.0101828,-0.999931,0.00587888 0.258554,-0.866231,-0.427544 0.437912,-0.500421,-0.746868 0.608079,0.500422,-0.616294 0.707107,-4.19878E-07,-0.707107 0.346057,0.866231,-0.3604
  3630.                           -0.00831415,0.999931,-0.00831412 -0.3604,0.866231,0.346057 -0.616294,0.500422,0.608079 -0.707107,-2.90286E-07,0.707107 -0.608079,-0.500422,0.616294 -0.346057,-0.866231,0.3604 0.00831414,-0.999931,0.00831399 0.3604,-0.866231,-0.346057 0.616294,-0.500421,-0.608079 0.746868,0.500421,-0.437912 0.866025,-3.62858E-08,-0.5 0.427544,0.866231,-0.258553 -0.00587901,0.999931,-0.0101826
  3631.                           -0.437686,0.866231,0.240988 -0.752676,0.500422,0.427851 -0.866025,6.73879E-08,0.5 -0.746867,-0.500422,0.437912 -0.427544,-0.866231,0.258554 0.00587876,-0.999931,0.0101828 0.437686,-0.866231,-0.240987 0.752677,-0.500421,-0.427851 0.834759,0.500421,-0.229687 0.965926,2.85103E-07,-0.258819 0.479894,0.866231,-0.139087 -0.00304321,0.999931,-0.0113573 -0.485145,0.866231,0.119494
  3632.                           -0.837766,0.500422,0.218465 -0.965926,-5.18368E-08,0.258819 -0.834759,-0.500421,0.229687 -0.479894,-0.866231,0.139087 0.00304314,-0.999931,0.0113572 0.485145,-0.866231,-0.119494 0.837766,-0.500421,-0.218465 0.900493,0.4184,-0.118552 0.98758,-0.088207,-0.130018 0.573062,0.816032,-0.0754453 -0.0535013,0.998344,-0.0211306 -0.499541,0.866231,-0.010142 -0.865762,0.500422,-0.00580906
  3633.                           -1,8.2939E-08,-3.00654E-07 -0.865762,-0.500422,0.00580854 -0.499541,-0.866231,0.010142 -0.132788,-0.991144,-2.77296E-08 0.419931,-0.905871,-0.0552852 0.813159,-0.572112,-0.107055 -0.479894,0.866231,-0.139087 -0.247045,0.965863,-0.0779533 -0.834759,0.500421,-0.229687 -0.965926,1.34776E-07,-0.258819 -0.837766,-0.500422,-0.218465 -0.485144,-0.866231,-0.119494 -0.252923,-0.965864,-0.0560124
  3634.                           -0.427544,0.866231,-0.258554 -0.218451,0.965864,-0.139237 -0.746868,0.500422,-0.437912 -0.866025,-2.48817E-07,-0.5 -0.752677,-0.500422,-0.42785 -0.437686,-0.866231,-0.240987 -0.229808,-0.965864,-0.119565 -0.346057,0.866231,-0.3604 -0.17497,0.965863,-0.191032 -0.608079,0.500422,-0.616294 -0.707107,9.33063E-08,-0.707107 -0.616294,-0.500422,-0.608079 -0.3604,-0.866231,-0.346057
  3635.                           -0.191032,-0.965864,-0.17497 -0.240987,0.866231,-0.437686 -0.119566,0.965863,-0.229808 -0.427851,0.500422,-0.752677 -0.5,-3.62858E-08,-0.866025 -0.437912,-0.500422,-0.746868 -0.258553,-0.866231,-0.427544 -0.139237,-0.965864,-0.218451 -0.119494,0.866231,-0.485145 -0.0560127,0.965863,-0.252924 -0.218465,0.500422,-0.837766 -0.258819,-1.03674E-08,-0.965926 -0.229687,-0.500422,-0.834759
  3636.                           -0.139087,-0.866231,-0.479894 -0.0779532,-0.965864,-0.247044 0.0101419,0.866231,-0.499541 0.0113573,0.965863,-0.258803 0.0058089,0.500422,-0.865762 6.22042E-08,-4.66532E-08,-1 -0.00580882,-0.500422,-0.865762 -0.0101419,-0.866231,-0.499541 -0.0113573,-0.965864,-0.258802 0.139087,0.866231,-0.479895 0.0779534,0.965863,-0.247044 0.229687,0.500422,-0.834759 0.258819,-8.81226E-08,-0.965926
  3637.                           0.218465,-0.500422,-0.837766 0.119494,-0.866231,-0.485144 0.0560126,-0.965864,-0.252923 0.258554,0.866231,-0.427544 0.139237,0.965864,-0.218451 0.437912,0.500421,-0.746868 0.5,1.03674E-08,-0.866025 0.427851,-0.500422,-0.752676 0.240987,-0.866231,-0.437686 0.119565,-0.965864,-0.229808 0.3604,0.866231,-0.346058 0.0938955,0.991144,-0.0938955 0.616294,0.500421,-0.608079
  3638.                           0.707107,1.03674E-08,-0.707107 0.608079,-0.500422,-0.616294 0.346058,-0.866231,-0.3604 0.0228893,-0.998344,-0.0527725 -0.790261,0.0882072,0.606388 -0.746868,0.500421,0.437912 -0.866025,7.25716E-08,0.5 -0.650689,0.572112,0.499291 -0.427544,0.866231,0.258554 -0.336028,0.905871,0.257843 0.00587907,0.999931,0.0101826 0.437686,0.866231,-0.240987 0.752677,0.500421,-0.427851
  3639.                           0.866025,6.22042E-08,-0.5 0.746868,-0.500422,-0.437912 0.427544,-0.866231,-0.258554 -0.005879,-0.999931,-0.0101826 -0.437686,-0.866231,0.240988 -0.458564,-0.816032,0.351868 -0.752677,-0.500422,0.427851 -0.720574,-0.4184,0.552915 -0.834759,0.500422,0.229687 -0.965926,-8.2939E-08,0.258819 -0.479895,0.866231,0.139087 0.00304334,0.999931,0.0113573 0.485144,0.866231,-0.119494
  3640.                           0.837766,0.500421,-0.218465 0.965926,-4.14695E-08,-0.258819 0.834759,-0.500421,-0.229687 0.479894,-0.866231,-0.139087 -0.00304318,-0.999931,-0.0113573 -0.485145,-0.866231,0.119494 -0.837766,-0.500421,0.218465 -0.865762,0.500422,0.00580871 -1,-1.55511E-08,-2.48817E-07 -0.499541,0.866231,0.0101418 1.23478E-07,0.999931,0.0117579 0.499541,0.866231,0.0101419 0.865762,0.500422,0.00580877
  3641.                           1,-1.91796E-07,7.77553E-08 0.865763,-0.500421,-0.00580889 0.499541,-0.866231,-0.0101419 -7.71735E-08,-0.999931,-0.0117579 -0.499541,-0.866231,-0.010142 -0.865763,-0.500421,-0.00580899 -0.837766,0.500421,-0.218465 -0.965926,-5.18368E-08,-0.258819 -0.485144,0.866231,-0.119494 -0.00304301,0.999931,0.0113573 0.479895,0.866231,0.139087 0.834759,0.500422,0.229687 0.965926,-1.08857E-07,0.25882
  3642.                           0.837766,-0.500422,0.218465 0.485144,-0.866231,0.119495 0.00304296,-0.999931,-0.0113574 -0.479895,-0.866231,-0.139087 -0.834759,-0.500421,-0.229687 -0.752677,0.500421,-0.427851 -0.866025,9.33063E-08,-0.5 -0.437686,0.866231,-0.240987 -0.00587884,0.999931,0.0101827 0.427544,0.866231,0.258554 0.746868,0.500422,0.437912 0.866025,1.03674E-08,0.5 0.752676,-0.500422,0.427851
  3643.                           0.437686,-0.866231,0.240988 0.00587882,-0.999931,-0.0101827 -0.427544,-0.866231,-0.258554 -0.746868,-0.500421,-0.437912 -0.616294,0.500421,-0.608079 -0.707107,-1.03674E-08,-0.707107 -0.3604,0.866231,-0.346057 -0.00831397,0.999931,0.00831427 0.346057,0.866231,0.3604 0.608079,0.500421,0.616294 0.707107,1.45143E-07,0.707107 0.616294,-0.500422,0.608079 0.3604,-0.866231,0.346057
  3644.                           0.00831404,-0.999931,-0.00831413 -0.346058,-0.866231,-0.3604 -0.608079,-0.500421,-0.616294 -0.437912,0.500421,-0.746868 -0.5,-9.849E-08,-0.866025 -0.258554,0.866231,-0.427544 -0.0101826,0.999931,0.00587905 0.240987,0.866231,0.437686 0.427851,0.500421,0.752677 0.5,-8.2939E-08,0.866025 0.437912,-0.500422,0.746868 0.258554,-0.866231,0.427544 0.0101826,-0.999931,-0.00587912
  3645.                           -0.240987,-0.866231,-0.437686 -0.427851,-0.500421,-0.752677 -0.229687,0.500421,-0.834759 -0.258819,0,-0.965926 -0.139087,0.866231,-0.479895 -0.0113572,0.999931,0.0030433 0.119494,0.866231,0.485145 0.218465,0.500421,0.837766 0.258819,-2.02164E-07,0.965926 0.229687,-0.500422,0.834759 0.139087,-0.866231,0.479895 0.0113572,-0.999931,-0.00304328 -0.119494,-0.866231,-0.485145
  3646.                           -0.218465,-0.500421,-0.837766
  3647.                         </Vector3DCollection>
  3648.                       </MeshGeometry3D.Normals>
  3649.                       <MeshGeometry3D.Positions>
  3650.                         <Point3DCollection>
  3651.                           1.99302E-08,1.13324E-08,-59.5624 14.9358,6.92255,-55.7412 15.4159,-9.92402E-09,-57.5329 -4.40471E-06,6.92255,-57.7075 13.6242,11.9902,-50.8462 -2.35079E-06,11.9902,-52.6399 11.8325,13.8451,-44.1595 -4.83038E-06,13.8451,-45.7173 10.0408,11.9902,-37.4729 1.7931E-06,11.9902,-38.7948 8.72921,6.92255,-32.5779 -5.36493E-06,6.92255,-33.7271 8.24913,-1.21161E-06,-30.7862
  3652.                           -6.86489E-07,-1.20222E-06,-31.8722 8.72921,-6.92256,-32.5779 -5.36493E-06,-6.92256,-33.7271 10.0408,-11.9902,-37.4729 1.68423E-06,-11.9902,-38.7948 11.8325,-13.8451,-44.1595 -4.93926E-06,-13.8451,-45.7173 13.6242,-11.9902,-50.8462 -2.56854E-06,-11.9902,-52.6399 14.9358,-6.92255,-55.7412 -4.51359E-06,-6.92255,-57.7075 28.8538,6.92255,-49.9762 29.7812,8.60184E-09,-51.5826
  3653.                           26.3199,11.9902,-45.5875 22.8587,13.8451,-39.5924 19.3974,11.9902,-33.5972 16.8635,6.92255,-29.2085 15.9361,-1.21284E-06,-27.6021 16.8635,-6.92256,-29.2085 19.3974,-11.9902,-33.5972 22.8587,-13.8451,-39.5924 26.3199,-11.9902,-45.5875 28.8538,-6.92255,-49.9762 40.8054,6.92255,-40.8054 42.117,3.4129E-09,-42.117 37.222,11.9902,-37.222
  3654.                           32.327,13.8451,-32.327 27.432,11.9902,-27.432 23.8486,6.92255,-23.8487 22.537,-1.20967E-06,-22.537 23.8486,-6.92256,-23.8487 27.432,-11.9902,-27.432 32.327,-13.8451,-32.327 37.222,-11.9902,-37.222 40.8054,-6.92255,-40.8054 49.9762,6.92255,-28.8538 51.5826,-8.44954E-09,-29.7812 45.5875,11.9902,-26.3199 39.5923,13.8451,-22.8587
  3655.                           33.5972,11.9902,-19.3974 29.2085,6.92255,-16.8635 27.6021,-1.20809E-06,-15.9361 29.2085,-6.92256,-16.8635 33.5973,-11.9902,-19.3974 39.5923,-13.8451,-22.8587 45.5875,-11.9902,-26.3199 49.9762,-6.92255,-28.8538 55.7412,6.92255,-14.9358 57.5329,-1.33369E-08,-15.4159 50.8462,11.9902,-13.6242 44.1595,13.8451,-11.8325 37.4729,11.9902,-10.0408
  3656.                           32.5779,6.92255,-8.72921 30.7862,-1.2159E-06,-8.24913 32.5779,-6.92256,-8.72921 37.4729,-11.9902,-10.0408 44.1595,-13.8451,-11.8325 50.8462,-11.9902,-13.6242 55.7412,-6.92255,-14.9358 57.7075,6.92255,7.72894E-09 59.5624,-2.44249E-15,-1.43387E-07 52.6399,11.9902,3.89604E-08 45.7173,13.8451,6.63418E-08 38.7947,11.9902,6.68238E-08 33.7271,6.92255,7.65202E-08
  3657.                           31.8722,-1.21396E-06,4.57706E-08 33.7271,-6.92256,-1.05345E-07 38.7947,-11.9902,4.32366E-07 45.7173,-13.8451,2.71554E-07 52.6399,-11.9902,-1.6444E-07 57.7075,-6.92255,3.94806E-07 37.4729,11.9902,10.0408 44.1595,13.8451,11.8325 32.5779,6.92255,8.72921 30.7862,-1.21202E-06,8.24913 32.5779,-6.92256,8.72921 37.4729,-11.9902,10.0408 44.1595,-13.8451,11.8325
  3658.                           33.5972,11.9902,19.3974 39.5924,13.8451,22.8587 29.2085,6.92255,16.8635 27.6021,-1.21983E-06,15.9361 29.2085,-6.92256,16.8635 33.5972,-11.9902,19.3974 39.5924,-13.8451,22.8587 27.432,11.9902,27.432 32.327,13.8451,32.327 23.8487,6.92255,23.8487 22.537,-1.21825E-06,22.537 23.8487,-6.92256,23.8487 27.432,-11.9902,27.432
  3659.                           32.327,-13.8451,32.327 19.3974,11.9902,33.5972 22.8587,13.8451,39.5924 16.8635,6.92255,29.2085 15.9361,-1.21508E-06,27.6021 16.8635,-6.92256,29.2085 19.3974,-11.9902,33.5972 22.8587,-13.8451,39.5924 10.0408,11.9902,37.4729 11.8325,13.8451,44.1595 8.72921,6.92255,32.5779 8.24913,-1.2163E-06,30.7862 8.72921,-6.92256,32.5779
  3660.                           10.0408,-11.9902,37.4729 11.8325,-13.8451,44.1595 -1.73867E-06,11.9902,38.7948 -4.16382E-06,13.8451,45.7173 -3.73815E-06,6.92255,33.7271 6.86489E-07,-1.19747E-06,31.8722 -3.73815E-06,-6.92256,33.7271 -1.7931E-06,-11.9902,38.7948 -4.2727E-06,-13.8451,45.7173 -10.0408,11.9902,37.4729 -11.8325,13.8451,44.1595 -8.72921,6.92255,32.5779 -8.24913,-1.2163E-06,30.7862
  3661.                           -8.72921,-6.92256,32.5779 -10.0408,-11.9902,37.4729 -11.8325,-13.8451,44.1595 -19.3974,11.9902,33.5972 -22.8587,13.8451,39.5924 -16.8636,6.92255,29.2085 -15.9361,-1.21508E-06,27.6021 -16.8636,-6.92256,29.2085 -19.3974,-11.9902,33.5972 -22.8587,-13.8451,39.5924 -27.432,11.9902,27.432 -32.327,13.8451,32.327 -23.8487,6.92255,23.8487
  3662.                           -22.5371,-1.21825E-06,22.537 -23.8487,-6.92256,23.8487 -27.432,-11.9902,27.432 -32.327,-13.8451,32.327 -42.117,-3.41294E-09,42.117 -49.9762,6.92255,28.8538 -51.5826,8.44951E-09,29.7812 -40.8054,6.92255,40.8054 -45.5875,11.9902,26.3199 -37.222,11.9902,37.222 -39.5924,13.8451,22.8587 -33.5972,11.9902,19.3974 -29.2085,6.92255,16.8635
  3663.                           -27.6021,-1.21983E-06,15.9361 -29.2085,-6.92256,16.8635 -33.5972,-11.9902,19.3974 -39.5924,-13.8451,22.8587 -45.5875,-11.9902,26.3199 -37.222,-11.9902,37.222 -49.9762,-6.92255,28.8538 -40.8054,-6.92255,40.8054 -55.7412,6.92255,14.9358 -57.5329,1.33368E-08,15.4159 -50.8462,11.9902,13.6242 -44.1595,13.8451,11.8325 -37.4729,11.9902,10.0408
  3664.                           -32.5779,6.92255,8.72921 -30.7862,-1.21202E-06,8.24913 -32.5779,-6.92256,8.72921 -37.4729,-11.9902,10.0408 -44.1595,-13.8451,11.8325 -50.8462,-11.9902,13.6242 -55.7412,-6.92255,14.9358 -57.7075,6.92255,-5.51529E-06 -59.5624,-9.99201E-14,-5.76379E-06 -52.6399,11.9902,-4.60486E-06 -45.7173,13.8451,-4.03639E-06 -38.7948,11.9902,-3.62826E-06 -33.7271,6.92255,-2.73937E-06
  3665.                           -31.8722,-1.21396E-06,-2.67273E-06 -33.7271,-6.92256,-2.92123E-06 -38.7948,-11.9902,-3.26272E-06 -45.7173,-13.8451,-3.83118E-06 -52.6399,-11.9902,-4.13044E-06 -57.7075,-6.92255,-5.01933E-06 -55.7412,6.92255,-14.9358 -57.5329,-1.3337E-08,-15.4159 -50.8462,11.9902,-13.6242 -44.1595,13.8451,-11.8325 -37.4729,11.9902,-10.0408 -32.5779,6.92255,-8.72922 -30.7862,-1.2159E-06,-8.24913
  3666.                           -32.5779,-6.92256,-8.72922 -37.4729,-11.9902,-10.0408 -44.1595,-13.8451,-11.8325 -50.8462,-11.9902,-13.6242 -55.7412,-6.92255,-14.9358 -49.9762,6.92255,-28.8538 -51.5826,-8.44959E-09,-29.7812 -45.5875,11.9902,-26.3199 -39.5923,13.8451,-22.8587 -33.5972,11.9902,-19.3974 -29.2085,6.92255,-16.8635 -27.6021,-1.20809E-06,-15.9361 -29.2085,-6.92256,-16.8635
  3667.                           -33.5972,-11.9902,-19.3974 -39.5923,-13.8451,-22.8587 -45.5875,-11.9902,-26.3199 -49.9762,-6.92255,-28.8538 -40.8054,6.92255,-40.8054 -42.117,3.41283E-09,-42.117 -37.222,11.9902,-37.222 -32.327,13.8451,-32.327 -27.432,11.9902,-27.432 -23.8487,6.92255,-23.8487 -22.537,-1.20967E-06,-22.5371 -23.8487,-6.92256,-23.8487 -27.432,-11.9902,-27.432
  3668.                           -32.327,-13.8451,-32.327 -37.222,-11.9902,-37.222 -40.8054,-6.92255,-40.8054 -28.8538,6.92255,-49.9762 -29.7812,8.60183E-09,-51.5826 -26.3199,11.9902,-45.5875 -22.8587,13.8451,-39.5924 -19.3974,11.9902,-33.5972 -16.8635,6.92255,-29.2085 -15.9361,-1.21284E-06,-27.6021 -16.8635,-6.92256,-29.2085 -19.3974,-11.9902,-33.5972 -22.8587,-13.8451,-39.5924
  3669.                           -26.3199,-11.9902,-45.5875 -28.8538,-6.92255,-49.9762 -14.9358,6.92255,-55.7412 -15.4159,-9.92409E-09,-57.5329 -13.6242,11.9902,-50.8462 -11.8325,13.8451,-44.1595 -10.0408,11.9902,-37.4729 -8.72921,6.92255,-32.5779 -8.24913,-1.21161E-06,-30.7862 -8.72921,-6.92256,-32.5779 -10.0408,-11.9902,-37.4729 -11.8325,-13.8451,-44.1595 -13.6242,-11.9902,-50.8462
  3670.                           -14.9358,-6.92255,-55.7412
  3671.                         </Point3DCollection>
  3672.                       </MeshGeometry3D.Positions>
  3673.                     </MeshGeometry3D>
  3674.                   </GeometryModel3D.Geometry>
  3675.                 </GeometryModel3D>
  3676.               </Model3DGroup>
  3677.               <Model3DGroup x:Name="Torus06OR56">
  3678.                 <!-- Torus06 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[16]) -->
  3679.                 <Model3DGroup.Transform>
  3680.                   <Transform3DGroup>
  3681.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3682.                     <ScaleTransform3D ScaleX="0.784039" ScaleY="3.20248" ScaleZ="0.784039"/>
  3683.                     <RotateTransform3D>
  3684.                       <RotateTransform3D.Rotation>
  3685.                         <AxisAngleRotation3D Angle="90.0081919" Axis="0.9998570165 -0.0119571426 -0.0119571426"/>
  3686.                       </RotateTransform3D.Rotation>
  3687.                     </RotateTransform3D>
  3688.                     <TranslateTransform3D OffsetX="107.096" OffsetY="7.64703" OffsetZ="0.729895"/>
  3689.                   </Transform3DGroup>
  3690.                 </Model3DGroup.Transform>
  3691.                 <GeometryModel3D x:Name="Torus06OR56GR57">
  3692.                   <GeometryModel3D.Material>
  3693.                     <MaterialGroup>
  3694.                       <DiffuseMaterial>
  3695.                         <DiffuseMaterial.Brush>
  3696.                           <ImageBrush ImageSource="Assets\bike_lightTireMR6.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  3697.                         </DiffuseMaterial.Brush>
  3698.                       </DiffuseMaterial>
  3699.                       <SpecularMaterial SpecularPower="89.6">
  3700.                         <SpecularMaterial.Brush>
  3701.                           <SolidColorBrush Color="#B0B0B0" Opacity="1.000000"/>
  3702.                         </SpecularMaterial.Brush>
  3703.                       </SpecularMaterial>
  3704.                     </MaterialGroup>
  3705.                   </GeometryModel3D.Material>
  3706.                   <GeometryModel3D.BackMaterial>
  3707.                     <MaterialGroup>
  3708.                       <DiffuseMaterial>
  3709.                         <DiffuseMaterial.Brush>
  3710.                           <ImageBrush ImageSource="Assets\bike_lightTireMR6.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  3711.                         </DiffuseMaterial.Brush>
  3712.                       </DiffuseMaterial>
  3713.                       <SpecularMaterial SpecularPower="89.6">
  3714.                         <SpecularMaterial.Brush>
  3715.                           <SolidColorBrush Color="#B0B0B0" Opacity="1.000000"/>
  3716.                         </SpecularMaterial.Brush>
  3717.                       </SpecularMaterial>
  3718.                     </MaterialGroup>
  3719.                   </GeometryModel3D.BackMaterial>
  3720.                   <GeometryModel3D.Geometry>
  3721.                     <MeshGeometry3D
  3722.                                             TriangleIndices="0,1,2 0,3,1 3,4,1 3,5,4 5,6,4 5,7,6 7,8,6 7,9,8 9,10,8 9,11,10 11,12,10 11,13,12 13,14,12 13,15,14 15,16,14 15,17,16 17,18,16 17,19,18 19,20,18 19,21,20 21,22,20 21,23,22 23,2,22 23,0,2 2,24,25 2,1,24 1,26,24 1,4,26 4,27,26 4,6,27 6,28,27 6,8,28 8,29,28 8,10,29 10,30,29 10,12,30 12,31,30 12,14,31 14,32,31 14,16,32 16,33,32 16,18,33 18,34,33 18,20,34 20,35,34 20,22,35 22,25,35 22,2,25 25,36,37 25,24,36 24,38,36 24,26,38 26,39,38 26,27,39 27,40,39 27,28,40 28,41,40 28,29,41 29,42,41 29,30,42 30,43,42 30,31,43 31,44,43 31,32,44 32,45,44 32,33,45 33,46,45 33,34,46 34,47,46 34,35,47 35,37,47 35,25,37 37,48,49 37,36,48 36,50,48 36,38,50 38,51,50 38,39,51 39,52,51 39,40,52 40,53,52 40,41,53 41,54,53 41,42,54 42,55,54 42,43,55 43,56,55 43,44,56 44,57,56 44,45,57 45,58,57 45,46,58 46,59,58 46,47,59 47,49,59 47,37,49 49,60,61 49,48,60 48,62,60 48,50,62 50,63,62 50,51,63 51,64,63 51,52,64 52,65,64 52,53,65 53,66,65 53,54,66 54,67,66 54,55,67 55,68,67 55,56,68 56,69,68 56,57,69 57,70,69 57,58,70 58,71,70 58,59,71 59,61,71 59,49,61 61,72,73 61,60,72 60,74,72 60,62,74 62,75,74 62,63,75 63,76,75 63,64,76 64,77,76 64,65,77 65,78,77 65,66,78 66,79,78 66,67,79 67,80,79 67,68,80 68,81,80 68,69,81 69,82,81 69,70,82 70,83,82 70,71,83 71,73,83 71,61,73 73,84,85 73,72,84 72,86,84 72,74,86 74,87,86 74,75,87 75,88,87 75,76,88 76,89,88 76,77,89 77,90,89 77,78,90 78,91,90 78,79,91 79,92,91 79,80,92 80,93,92 80,81,93 81,94,93 81,82,94 82,95,94 82,83,95 83,85,95 83,73,85 85,96,97 85,84,96 84,98,96 84,86,98 86,99,98 86,87,99 87,100,99 87,88,100 88,101,100 88,89,101 89,102,101 89,90,102 90,103,102 90,91,103 91,104,103 91,92,104 92,105,104 92,93,105 93,106,105 93,94,106 94,107,106 94,95,107 95,97,107 95,85,97 97,108,109 97,96,108 96,110,108 96,98,110 98,111,110 98,99,111 99,112,111 99,100,112 100,113,112 100,101,113 101,114,113 101,102,114 102,115,114 102,103,115 103,116,115 103,104,116 104,117,116 104,105,117 105,118,117 105,106,118 106,119,118 106,107,119 107,109,119 107,97,109 109,120,121 109,108,120 108,122,120 108,110,122 110,123,122 110,111,123 111,124,123 111,112,124 112,125,124 112,113,125 113,126,125 113,114,126 114,127,126 114,115,127 115,128,127 115,116,128 116,129,128 116,117,129 117,130,129 117,118,130 118,131,130 118,119,131 119,121,131 119,109,121 121,132,133 121,120,132 120,134,132 120,122,134 122,135,134 122,123,135 123,136,135 123,124,136 124,137,136 124,125,137 125,138,137 125,126,138 126,139,138 126,127,139 127,140,139 127,128,140 128,141,140 128,129,141 129,142,141 129,130,142 130,143,142 130,131,143 131,133,143 131,121,133 "
  3723.                                 >
  3724.                       <MeshGeometry3D.Normals>
  3725.                         <Vector3DCollection>
  3726.                           0.98758,0.0882069,-0.130018 0.865762,0.500422,-0.00580919 1,-8.60491E-07,1.55511E-08 0.813158,0.572113,-0.107055 0.499541,0.866231,-0.0101421 0.419931,0.905871,-0.0552852 1.44057E-07,0.999931,-0.011758 -0.0889558,0.995967,0.0117113 -0.499541,0.866231,-0.0101419 -0.573062,0.816032,0.0754448 -0.865762,0.500421,-0.00580922 -0.900493,0.4184,0.118552 -1,2.64368E-07,-2.87694E-07
  3727.                           -0.98758,-0.0882069,0.130017 -0.865762,-0.500422,0.00580856 -0.813158,-0.572113,0.107054 -0.499541,-0.866231,0.0101417 -0.419931,-0.905871,0.0552849 2.05796E-07,-0.999931,0.0117579 0.0889567,-0.995967,-0.0117114 0.499541,-0.866231,0.0101417 0.573062,-0.816032,-0.0754456 0.865763,-0.500421,0.00580862 0.900492,-0.4184,-0.118553 0.837766,0.50042,0.218465 0.965926,4.14694E-08,0.258819
  3728.                           0.485144,0.866231,0.119494 0.00304311,0.999931,-0.0113573 -0.479894,0.866231,-0.139087 -0.834759,0.500422,-0.229687 -0.965926,-1.14041E-07,-0.258819 -0.837765,-0.500422,-0.218465 -0.485144,-0.866231,-0.119494 -0.003043,-0.999931,0.0113573 0.479895,-0.866231,0.139087 0.834759,-0.500421,0.229687 0.752677,0.50042,0.427851 0.866025,1.04192E-06,0.5 0.437686,0.866231,0.240987
  3729.                           0.00587857,0.999931,-0.0101829 -0.427544,0.866231,-0.258553 -0.746868,0.500422,-0.437912 -0.866025,2.90286E-07,-0.5 -0.752676,-0.500422,-0.427851 -0.437686,-0.866231,-0.240987 -0.00587909,-0.999931,0.0101826 0.427545,-0.866231,0.258554 0.746868,-0.500421,0.437912 0.616294,0.500422,0.608079 0.707107,4.76899E-07,0.707107 0.360401,0.866231,0.346058 0.00831398,0.999931,-0.00831421
  3730.                           -0.346057,0.866231,-0.3604 -0.608079,0.500422,-0.616294 -0.707107,-1.24408E-07,-0.707107 -0.616294,-0.500421,-0.608079 -0.3604,-0.866231,-0.346057 -0.00831403,-0.999931,0.00831417 0.346058,-0.866231,0.3604 0.608079,-0.500422,0.616294 0.437912,0.500422,0.746868 0.5,-3.11021E-08,0.866026 0.258554,0.866231,0.427545 0.0101826,0.999931,-0.00587904 -0.240987,0.866231,-0.437686
  3731.                           -0.427851,0.500422,-0.752676 -0.5,-1.24408E-07,-0.866025 -0.437912,-0.500421,-0.746868 -0.258554,-0.866231,-0.427544 -0.0101826,-0.999931,0.00587904 0.240987,-0.866231,0.437686 0.427851,-0.500421,0.752677 0.229687,0.500422,0.834759 0.258819,2.3845E-07,0.965926 0.139087,0.866231,0.479895 0.0113573,0.999931,-0.00304311 -0.119494,0.866231,-0.485145 -0.218465,0.500421,-0.837766
  3732.                           -0.258819,4.14695E-08,-0.965926 -0.229687,-0.500421,-0.834759 -0.139087,-0.866231,-0.479895 -0.0113572,-0.999931,0.00304335 0.119494,-0.866231,0.485144 0.218465,-0.500421,0.837766 0.00580886,0.500422,0.865762 5.70205E-08,2.59184E-07,1 0.0101419,0.866231,0.499541 0.0117579,0.999931,-5.1449E-09 0.0101418,0.866231,-0.499541 0.0058088,0.500421,-0.865763 2.59184E-09,-2.85103E-07,-1
  3733.                           -0.00580886,-0.500421,-0.865762 -0.0101419,-0.866231,-0.499541 -0.0117579,-0.999931,1.74927E-07 -0.0101419,-0.866231,0.499541 -0.00580885,-0.500422,0.865762 -0.218465,0.500422,0.837766 -0.258819,2.85103E-07,0.965926 -0.119494,0.866231,0.485144 0.0113572,0.999931,0.00304323 0.139087,0.866231,-0.479895 0.229687,0.500421,-0.834759 0.258819,-2.07347E-08,-0.965926 0.218465,-0.500422,-0.837766
  3734.                           0.119494,-0.866231,-0.485145 -0.0113573,-0.999931,-0.00304297 -0.139087,-0.866231,0.479894 -0.229687,-0.500421,0.834759 -0.427851,0.500422,0.752677 -0.5,5.08001E-07,0.866025 -0.240987,0.866231,0.437686 0.0101827,0.999931,0.00587889 0.258554,0.866231,-0.427544 0.437912,0.500421,-0.746868 0.5,-1.55511E-08,-0.866025 0.427851,-0.500422,-0.752677 0.240987,-0.866231,-0.437686
  3735.                           -0.0101828,-0.999931,-0.00587881 -0.258554,-0.866231,0.427544 -0.437912,-0.500422,0.746868 -0.608079,0.500422,0.616294 -0.707107,1.65878E-07,0.707107 -0.346057,0.866231,0.3604 0.00831417,0.999931,0.00831398 0.3604,0.866231,-0.346058 0.616294,0.500421,-0.608079 0.707107,-1.24408E-07,-0.707107 0.608079,-0.500421,-0.616294 0.346057,-0.866231,-0.3604 -0.00831415,-0.999931,-0.00831404
  3736.                           -0.3604,-0.866231,0.346057 -0.616294,-0.500422,0.608079 -0.720573,0.4184,0.552915 -0.790261,-0.0882075,0.606389 -0.458563,0.816032,0.351868 -0.0711825,0.995967,0.0546203 0.336028,0.905871,-0.257844 0.650689,0.572112,-0.499291 0.790261,0.088207,-0.606388 0.720573,-0.4184,-0.552915 0.458564,-0.816032,-0.351868 0.0711827,-0.995967,-0.0546204 -0.336028,-0.905871,0.257844
  3737.                           -0.650689,-0.572113,0.499291
  3738.                         </Vector3DCollection>
  3739.                       </MeshGeometry3D.Normals>
  3740.                       <MeshGeometry3D.Positions>
  3741.                         <Point3DCollection>
  3742.                           57.6164,2.10299E-09,-15.4383 58.5174,4.22276,-4.78128E-07 59.6489,1.95925E-09,-3.34449E-07 56.5235,4.22276,-15.1454 55.4261,7.31403,-2.74021E-07 53.5375,7.31403,-14.3453 51.2034,8.44552,-3.29265E-07 49.4587,8.44552,-13.2524 46.9806,7.31403,1.82428E-08 45.3798,7.31403,-12.1595 43.8894,4.22276,1.06677E-07 42.3939,4.22276,-11.3594 42.7579,-7.43077E-07,2.50078E-07
  3743.                           41.3009,-7.32764E-07,-11.0665 43.8894,-4.22276,-2.14249E-07 42.3939,-4.22276,-11.3594 46.9806,-7.31403,-4.18356E-07 45.3798,-7.31403,-12.1595 51.2034,-8.44552,-3.63112E-07 49.4587,-8.44552,-13.2524 55.4261,-7.31403,-1.02613E-07 53.5375,-7.31403,-14.3453 58.5174,-4.22276,-1.91048E-07 56.5235,-4.22276,-15.1454 56.5235,4.22276,15.1454 57.6164,1.682E-09,15.4383
  3744.                           53.5375,7.31403,14.3453 49.4587,8.44552,13.2524 45.3798,7.31403,12.1595 42.3939,4.22276,11.3594 41.3009,-7.34874E-07,11.0666 42.3939,-4.22276,11.3594 45.3798,-7.31403,12.1595 49.4587,-8.44552,13.2524 53.5375,-7.31403,14.3453 56.5235,-4.22276,15.1454 50.6776,4.22276,29.2587 51.6575,8.48675E-09,29.8245 48.0005,7.31403,27.7131
  3745.                           44.3434,8.44552,25.6017 40.6864,7.31403,23.4903 38.0093,4.22276,21.9447 37.0294,-7.34936E-07,21.3789 38.0093,-4.22276,21.9447 40.6864,-7.31403,23.4903 44.3434,-8.44552,25.6017 48.0005,-7.31403,27.7131 50.6776,-4.22276,29.2587 41.3781,4.22276,41.3781 42.1782,-6.84932E-09,42.1781 39.1922,7.31403,39.1922 36.2063,8.44552,36.2063
  3746.                           33.2203,7.31403,33.2203 31.0345,4.22276,31.0345 30.2344,-7.32256E-07,30.2344 31.0345,-4.22276,31.0345 33.2203,-7.31403,33.2203 36.2063,-8.44552,36.2063 39.1922,-7.31403,39.1922 41.3781,-4.22276,41.3781 29.2587,4.22276,50.6776 29.8244,2.40804E-09,51.6575 27.7131,7.31403,48.0005 25.6017,8.44552,44.3434 23.4903,7.31403,40.6864
  3747.                           21.9447,4.22276,38.0093 21.3789,-7.33361E-07,37.0294 21.9447,-4.22276,38.0093 23.4903,-7.31403,40.6864 25.6017,-8.44552,44.3434 27.7131,-7.31403,48.0005 29.2587,-4.22276,50.6776 15.1454,4.22276,56.5235 15.4383,-7.93815E-09,57.6164 14.3453,7.31403,53.5375 13.2524,8.44552,49.4587 12.1595,7.31403,45.3798 11.3594,4.22276,42.3939
  3748.                           11.0665,-7.43247E-07,41.3009 11.3594,-4.22276,42.3939 12.1595,-7.31403,45.3798 13.2524,-8.44552,49.4587 14.3453,-7.31403,53.5375 15.1454,-4.22276,56.5235 -6.53032E-06,4.22276,58.5174 2.76272E-07,-5.03203E-09,59.6489 -6.56193E-06,7.31403,55.4261 -3.66864E-06,8.44552,51.2034 -8.32299E-07,7.31403,46.9806 -8.60529E-07,4.22276,43.8894 2.12377E-06,-7.46434E-07,42.7579
  3749.                           -7.97742E-07,-4.22276,43.8894 -8.82491E-07,-7.31403,46.9806 -3.77577E-06,-8.44552,51.2034 -6.67029E-06,-7.31403,55.4261 -6.52571E-06,-4.22276,58.5174 -15.1454,4.22276,56.5235 -15.4383,-8.95233E-09,57.6164 -14.3453,7.31403,53.5375 -13.2524,8.44552,49.4587 -12.1595,7.31403,45.3798 -11.3594,4.22276,42.3939 -11.0666,-7.43974E-07,41.3009 -11.3594,-4.22276,42.3939
  3750.                           -12.1595,-7.31403,45.3798 -13.2524,-8.44552,49.4587 -14.3453,-7.31403,53.5375 -15.1454,-4.22276,56.5235 -29.2587,4.22276,50.6776 -29.8245,4.48739E-10,51.6575 -27.7131,7.31403,48.0004 -25.6017,8.44552,44.3434 -23.4903,7.31403,40.6864 -21.9447,4.22276,38.0093 -21.3789,-7.34765E-07,37.0294 -21.9447,-4.22276,38.0093 -23.4903,-7.31403,40.6864
  3751.                           -25.6017,-8.44552,44.3434 -27.7131,-7.31403,48.0004 -29.2587,-4.22276,50.6776 -41.3781,4.22276,41.3781 -42.1782,8.99187E-09,42.1781 -39.1922,7.31403,39.1922 -36.2063,8.44552,36.2063 -33.2203,7.31403,33.2203 -31.0345,4.22276,31.0345 -30.2344,-7.34243E-07,30.2344 -31.0345,-4.22276,31.0345 -33.2203,-7.31403,33.2203 -36.2063,-8.44552,36.2063
  3752.                           -39.1922,-7.31403,39.1922 -41.3781,-4.22276,41.3781 -50.6776,4.22276,29.2587 -51.6575,5.09319E-09,29.8244 -48.0005,7.31403,27.7131 -44.3434,8.44552,25.6017 -40.6864,7.31403,23.4903 -38.0093,4.22276,21.9447 -37.0294,-7.37368E-07,21.3789 -38.0093,-4.22276,21.9447 -40.6864,-7.31403,23.4903 -44.3434,-8.44552,25.6017 -48.0005,-7.31403,27.7131
  3753.                           -50.6776,-4.22276,29.2587
  3754.                         </Point3DCollection>
  3755.                       </MeshGeometry3D.Positions>
  3756.                       <MeshGeometry3D.TextureCoordinates>
  3757.                         <PointCollection>
  3758.                           0.790247,0.5 0.75,0.828262 0.75,0.5 0.790247,0.828262 0.75,1.06857 0.790247,1.06857 0.75,1.15652 0.790247,1.15652 0.75,1.06857 0.790247,1.06857 0.75,0.828262 0.790247,0.828262 0.75,0.5 0.790247,0.5 0.75,0.171738 0.790247,0.171738 0.75,-0.068566 0.790247,-0.068566 0.75,-0.156523 0.790247,-0.156523 0.75,-0.0685658 0.790247,-0.0685658 0.75,0.171738
  3759.                           0.790247,0.171738 0.709753,0.828262 0.709753,0.5 0.709753,1.06857 0.709753,1.15652 0.709753,1.06857 0.709753,0.828262 0.709753,0.5 0.709753,0.171738 0.709753,-0.068566 0.709753,-0.156523 0.709753,-0.0685658 0.709753,0.171738 0.669141,0.828262 0.669141,0.5 0.669141,1.06857 0.669141,1.15652 0.669141,1.06857 0.669141,0.828262 0.669141,0.5 0.669141,0.171738 0.669141,-0.068566 0.669141,-0.156523
  3760.                           0.669141,-0.0685658 0.669141,0.171738 0.627883,0.828262 0.627883,0.5 0.627883,1.06857 0.627883,1.15652 0.627883,1.06857 0.627883,0.828262 0.627883,0.5 0.627883,0.171738 0.627883,-0.068566 0.627883,-0.156523 0.627883,-0.0685658 0.627883,0.171738 0.585853,0.828262 0.585853,0.5 0.585853,1.06857 0.585853,1.15652 0.585853,1.06857 0.585853,0.828262 0.585853,0.5 0.585853,0.171738 0.585853,-0.068566
  3761.                           0.585853,-0.156523 0.585853,-0.0685658 0.585853,0.171738 0.543131,0.828262 0.543131,0.5 0.543131,1.06857 0.543131,1.15652 0.543131,1.06857 0.543131,0.828262 0.543131,0.5 0.543131,0.171738 0.543131,-0.068566 0.543131,-0.156523 0.543131,-0.0685658 0.543131,0.171738 0.5,0.828262 0.5,0.5 0.5,1.06857 0.5,1.15652 0.5,1.06857 0.5,0.828262 0.5,0.5 0.5,0.171738
  3762.                           0.5,-0.068566 0.5,-0.156523 0.5,-0.0685658 0.5,0.171738 0.456869,0.828262 0.456869,0.5 0.456869,1.06857 0.456869,1.15652 0.456869,1.06857 0.456869,0.828262 0.456869,0.5 0.456869,0.171738 0.456869,-0.068566 0.456869,-0.156523 0.456869,-0.0685658 0.456869,0.171738 0.414147,0.828262 0.414147,0.5 0.414147,1.06857 0.414147,1.15652 0.414147,1.06857 0.414147,0.828262 0.414147,0.5
  3763.                           0.414147,0.171738 0.414147,-0.068566 0.414147,-0.156523 0.414147,-0.0685658 0.414147,0.171738 0.372117,0.828262 0.372117,0.5 0.372117,1.06857 0.372117,1.15652 0.372117,1.06857 0.372117,0.828262 0.372117,0.5 0.372117,0.171738 0.372117,-0.068566 0.372117,-0.156523 0.372117,-0.0685658 0.372117,0.171738 0.330859,0.828262 0.330859,0.5 0.330859,1.06857 0.330859,1.15652 0.330859,1.06857 0.330859,0.828262
  3764.                           0.330859,0.5 0.330859,0.171738 0.330859,-0.068566 0.330859,-0.156523 0.330859,-0.0685658 0.330859,0.171738
  3765.                         </PointCollection>
  3766.                       </MeshGeometry3D.TextureCoordinates>
  3767.                     </MeshGeometry3D>
  3768.                   </GeometryModel3D.Geometry>
  3769.                 </GeometryModel3D>
  3770.               </Model3DGroup>
  3771.               <Model3DGroup x:Name="Torus07OR59">
  3772.                 <!-- Torus07 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[17]) -->
  3773.                 <Model3DGroup.Transform>
  3774.                   <Transform3DGroup>
  3775.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3776.                     <ScaleTransform3D ScaleX="0.539539" ScaleY="2.50916" ScaleZ="0.539539"/>
  3777.                     <RotateTransform3D>
  3778.                       <RotateTransform3D.Rotation>
  3779.                         <AxisAngleRotation3D Angle="90.0081919" Axis="0.9998570161 -0.01195715936 -0.01195715936"/>
  3780.                       </RotateTransform3D.Rotation>
  3781.                     </RotateTransform3D>
  3782.                     <TranslateTransform3D OffsetX="-66.1789" OffsetY="-6.50145" OffsetZ="0.738334"/>
  3783.                   </Transform3DGroup>
  3784.                 </Model3DGroup.Transform>
  3785.                 <GeometryModel3D x:Name="Torus07OR59GR60">
  3786.                   <GeometryModel3D.Material>
  3787.                     <MaterialGroup>
  3788.                       <DiffuseMaterial>
  3789.                         <DiffuseMaterial.Brush>
  3790.                           <ImageBrush ImageSource="Assets\bike_lightTireMR6.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  3791.                         </DiffuseMaterial.Brush>
  3792.                       </DiffuseMaterial>
  3793.                       <SpecularMaterial SpecularPower="89.6">
  3794.                         <SpecularMaterial.Brush>
  3795.                           <SolidColorBrush Color="#B0B0B0" Opacity="1.000000"/>
  3796.                         </SpecularMaterial.Brush>
  3797.                       </SpecularMaterial>
  3798.                     </MaterialGroup>
  3799.                   </GeometryModel3D.Material>
  3800.                   <GeometryModel3D.BackMaterial>
  3801.                     <MaterialGroup>
  3802.                       <DiffuseMaterial>
  3803.                         <DiffuseMaterial.Brush>
  3804.                           <ImageBrush ImageSource="Assets\bike_lightTireMR6.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  3805.                         </DiffuseMaterial.Brush>
  3806.                       </DiffuseMaterial>
  3807.                       <SpecularMaterial SpecularPower="89.6">
  3808.                         <SpecularMaterial.Brush>
  3809.                           <SolidColorBrush Color="#B0B0B0" Opacity="1.000000"/>
  3810.                         </SpecularMaterial.Brush>
  3811.                       </SpecularMaterial>
  3812.                     </MaterialGroup>
  3813.                   </GeometryModel3D.BackMaterial>
  3814.                   <GeometryModel3D.Geometry>
  3815.                     <MeshGeometry3D
  3816.                                             TriangleIndices="0,1,2 2,3,0 1,4,5 5,2,1 4,6,7 7,5,4 6,8,9 9,7,6 8,10,11 11,9,8 10,12,13 13,11,10 12,14,15 15,13,12 14,16,17 17,15,14 16,18,19 19,17,16 18,20,21 21,19,18 20,22,23 23,21,20 22,0,3 3,23,22 3,2,24 24,25,3 2,5,26 26,24,2 5,7,27 27,26,5 7,9,28 28,27,7 9,11,29 29,28,9 11,13,30 30,29,11 13,15,31 31,30,13 15,17,32 32,31,15 17,19,33 33,32,17 19,21,34 34,33,19 21,23,35 35,34,21 23,3,25 25,35,23 25,24,36 36,37,25 24,26,38 38,36,24 26,27,39 39,38,26 27,28,40 40,39,27 28,29,41 41,40,28 29,30,42 42,41,29 30,31,43 43,42,30 31,32,44 44,43,31 32,33,45 45,44,32 33,34,46 46,45,33 34,35,47 47,46,34 35,25,37 37,47,35 37,36,48 48,49,37 36,38,50 50,48,36 38,39,51 51,50,38 39,40,52 52,51,39 40,41,53 53,52,40 41,42,54 54,53,41 42,43,55 55,54,42 43,44,56 56,55,43 44,45,57 57,56,44 45,46,58 58,57,45 46,47,59 59,58,46 47,37,49 49,59,47 49,48,60 60,61,49 48,50,62 62,60,48 50,51,63 63,62,50 51,52,64 64,63,51 52,53,65 65,64,52 53,54,66 66,65,53 54,55,67 67,66,54 55,56,68 68,67,55 56,57,69 69,68,56 57,58,70 70,69,57 58,59,71 71,70,58 59,49,61 61,71,59 61,60,72 72,73,61 60,62,74 74,72,60 62,63,75 75,74,62 63,64,76 76,75,63 64,65,77 77,76,64 65,66,78 78,77,65 66,67,79 79,78,66 67,68,80 80,79,67 68,69,81 81,80,68 69,70,82 82,81,69 70,71,83 83,82,70 71,61,73 73,83,71 73,72,84 84,85,73 72,74,86 86,84,72 74,75,87 87,86,74 75,76,88 88,87,75 76,77,89 89,88,76 77,78,90 90,89,77 78,79,91 91,90,78 79,80,92 92,91,79 80,81,93 93,92,80 81,82,94 94,93,81 82,83,95 95,94,82 83,73,85 85,95,83 85,84,96 96,97,85 84,86,98 98,96,84 86,87,99 99,98,86 87,88,100 100,99,87 88,89,101 101,100,88 89,90,102 102,101,89 90,91,103 103,102,90 91,92,104 104,103,91 92,93,105 105,104,92 93,94,106 106,105,93 94,95,107 107,106,94 95,85,97 97,107,95 97,96,108 108,109,97 96,98,110 110,108,96 98,99,111 111,110,98 99,100,112 112,111,99 100,101,113 113,112,100 101,102,114 114,113,101 102,103,115 115,114,102 103,104,116 116,115,103 104,105,117 117,116,104 105,106,118 118,117,105 106,107,119 119,118,106 107,97,109 109,119,107 109,108,120 120,121,109 108,110,122 122,120,108 110,111,123 123,122,110 111,112,124 124,123,111 112,113,125 125,124,112 113,114,126 126,125,113 114,115,127 127,126,114 115,116,128 128,127,115 116,117,129 129,128,116 117,118,130 130,129,117 118,119,131 131,130,118 119,109,121 121,131,119 121,120,132 132,133,121 120,122,134 134,132,120 122,123,135 135,134,122 123,124,136 136,135,123 124,125,137 137,136,124 125,126,138 138,137,125 126,127,139 139,138,126 127,128,140 140,139,127 128,129,141 141,140,128 129,130,142 142,141,129 130,131,143 143,142,130 131,121,133 133,143,131 "
  3817.                                 >
  3818.                       <MeshGeometry3D.Normals>
  3819.                         <Vector3DCollection>
  3820.                           0.787448,0.121787,0.60423 0.507321,0.768821,0.389281 0.519986,0.68924,0.504543 0.706196,-0.0342218,0.707189 0.315647,0.917444,0.242204 0.289535,0.913075,0.287166 -0.105032,0.991198,-0.0805937 0.0123255,0.999848,-0.0123258 -0.335976,0.905902,-0.257803 -0.287166,0.913075,-0.289535 -0.63851,0.593513,-0.489946 -0.504543,0.68924,-0.519986 -0.779082,-0.18882,-0.597811
  3821.                           -0.707189,-0.0342215,-0.706196 -0.54032,-0.732229,-0.414602 -0.528652,-0.672693,-0.517697 -0.329209,-0.90984,-0.252611 -0.318434,-0.895061,-0.312194 0.0966547,-0.992551,0.0741658 -0.0113272,-0.999872,0.0113276 0.382716,-0.87595,0.293668 0.312194,-0.895061,0.318434 0.633681,-0.601679,0.486241 0.517697,-0.672693,0.528652 0.371682,0.68924,0.621933 0.499098,-0.0342217,0.865869
  3822.                           0.205345,0.913075,0.352318 0.0150958,0.999848,-0.00871551 -0.202444,0.913075,-0.353993 -0.352769,0.68924,-0.632853 -0.500315,-0.0342215,-0.865167 -0.376649,-0.672694,-0.636882 -0.226782,-0.895061,-0.383973 -0.013873,-0.999872,0.00801001 0.219139,-0.895061,0.388385 0.363232,-0.672694,0.644629 0.19805,0.68924,0.69694 0.257989,-0.0342218,0.965542 0.107161,0.913075,0.39346
  3823.                           0.0168371,0.999848,-0.00451158 -0.103926,0.913075,-0.394327 -0.176954,0.68924,-0.702592 -0.259346,-0.0342213,-0.965178 -0.198978,-0.672694,-0.712665 -0.119675,-0.895061,-0.429585 -0.0154734,-0.999872,0.00414636 0.111151,-0.895061,0.431869 0.184013,-0.672694,0.716675 0.0109198,0.689239,0.724451 -0.000702854,-0.0342222,0.999414 0.00167486,0.913075,0.407789 0.0174311,0.999848,-1.39104E-07
  3824.                           0.00167486,0.913075,-0.407789 0.0109199,0.68924,-0.724451 -0.000702414,-0.0342216,-0.999414 -0.00774627,-0.672694,-0.73988 -0.00441237,-0.895061,-0.445921 -0.0160194,-0.999872,1.58773E-08 -0.00441225,-0.895061,0.445921 -0.00774625,-0.672693,0.739881 -0.176954,0.689239,0.702593 -0.259346,-0.0342212,0.965178 -0.103926,0.913075,0.394327 0.016837,0.999848,0.00451162 0.107161,0.913075,-0.393461
  3825.                           0.198049,0.68924,-0.69694 0.257989,-0.0342216,-0.965542 0.184013,-0.672694,-0.716675 0.111151,-0.895061,-0.431869 -0.0154736,-0.999872,-0.00414599 -0.119675,-0.895061,0.429585 -0.198978,-0.672693,0.712665 -0.352769,0.68924,0.632853 -0.500315,-0.0342209,0.865167 -0.202444,0.913075,0.353993 0.0150959,0.999848,0.00871542 0.205345,0.913075,-0.352318 0.371682,0.68924,-0.621933
  3826.                           0.499099,-0.0342211,-0.865869 0.363232,-0.672694,-0.644628 0.219139,-0.895061,-0.388385 -0.0138733,-0.999872,-0.00800955 -0.226782,-0.895061,0.383973 -0.376649,-0.672694,0.636882 -0.504543,0.68924,0.519986 -0.707189,-0.0342214,0.706195 -0.287166,0.913075,0.289534 0.0123258,0.999848,0.0123255 0.289535,0.913075,-0.287166 0.519986,0.68924,-0.504543 0.706196,-0.0342211,-0.707189
  3827.                           0.517697,-0.672694,-0.528652 0.312194,-0.895061,-0.318434 -0.0113276,-0.999872,-0.0113272 -0.318434,-0.895061,0.312194 -0.528652,-0.672694,0.517697 -0.621933,0.68924,0.371682 -0.865869,-0.0342217,0.499098 -0.352318,0.913075,0.205345 0.0087158,0.999848,0.0150956 0.353993,0.913075,-0.202444 0.632853,0.68924,-0.352769 0.865167,-0.0342214,-0.500316 0.636882,-0.672694,-0.376649
  3828.                           0.383973,-0.895061,-0.226782 -0.00800994,-0.999872,-0.0138729 -0.388386,-0.895061,0.21914 -0.644628,-0.672694,0.363232 -0.69694,0.68924,0.19805 -0.965542,-0.0342221,0.257989 -0.39346,0.913075,0.107161 0.00451183,0.999848,0.0168371 0.394327,0.913075,-0.103926 0.702592,0.68924,-0.176954 0.965178,-0.0342214,-0.259346 0.712665,-0.672694,-0.198977 0.429585,-0.895061,-0.119675
  3829.                           -0.00414634,-0.999872,-0.0154735 -0.431869,-0.895061,0.111151 -0.716675,-0.672693,0.184013 -0.724451,0.689239,0.0109197 -0.999414,-0.0342214,-0.000702649 -0.407789,0.913075,0.00167483 -2.67508E-08,0.999848,0.0174311 0.407789,0.913075,0.00167486 0.724451,0.68924,0.0109197 0.999414,-0.0342214,-0.000702647 0.73988,-0.672694,-0.00774614 0.445921,-0.895061,-0.0044121 -5.29243E-08,-0.999872,-0.0160193
  3830.                           -0.445921,-0.895061,-0.00441244 -0.739881,-0.672693,-0.00774627 -0.797939,0.593513,-0.105051 -0.973611,-0.18882,-0.128178 -0.419865,0.905902,-0.0552765 -0.131257,0.991198,-0.0172804 0.394461,0.917444,0.0519318 0.633993,0.768821,0.0834667 0.984065,0.121787,0.129554 0.791905,-0.601679,0.104256 0.478275,-0.87595,0.0629662 0.120788,-0.992551,0.0159022 -0.411409,-0.90984,-0.0541629
  3831.                           -0.675231,-0.73223,-0.088896
  3832.                         </Vector3DCollection>
  3833.                       </MeshGeometry3D.Normals>
  3834.                       <MeshGeometry3D.Positions>
  3835.                         <Point3DCollection>
  3836.                           54.8945,-1.11427E-08,31.6933 53.2949,4.24826,30.7698 43.5151,4.24826,43.5151 44.8211,-1.07264E-09,44.8211 48.9247,6.76059,28.2467 39.9469,6.76059,39.9468 42.9549,9.49906,24.8001 35.0726,9.49906,35.0726 36.9852,6.76059,21.3534 30.1983,6.76059,30.1983 32.615,4.24825,18.8303 26.6301,4.24825,26.6301 31.0155,-1.19926E-06,17.9068
  3837.                           25.324,-1.19773E-06,25.324 32.615,-3.56206,18.8303 26.6301,-3.56206,26.6301 36.9852,-6.82895,21.3534 30.1983,-6.82895,30.1983 42.955,-9.34557,24.8001 35.0726,-9.34557,35.0726 48.9247,-6.82895,28.2467 39.9469,-6.82895,39.9469 53.2949,-3.56206,30.7698 43.5151,-3.56206,43.5151 30.7698,4.24826,53.2949 31.6933,5.30488E-09,54.8945
  3838.                           28.2467,6.76059,48.9247 24.8001,9.49906,42.955 21.3534,6.76059,36.9852 18.8303,4.24825,32.615 17.9068,-1.21171E-06,31.0155 18.8303,-3.56206,32.615 21.3534,-6.82895,36.9852 24.8001,-9.34557,42.955 28.2467,-6.82895,48.9247 30.7698,-3.56206,53.2949 15.9276,4.24826,59.4427 16.4057,1.0798E-09,61.2268 14.6216,6.76059,54.5684
  3839.                           12.8375,9.49906,47.91 11.0533,6.76059,41.2516 9.74728,4.24825,36.3774 9.26923,-1.19758E-06,34.5932 9.74728,-3.56206,36.3774 11.0533,-6.82895,41.2516 12.8375,-9.34557,47.91 14.6216,-6.82895,54.5684 15.9276,-3.56206,59.4427 -2.63671E-07,4.24825,61.5396 -4.64082E-06,5.43836E-09,63.3867 -1.88481E-06,6.76059,56.4934 7.10884E-07,9.49906,49.6001
  3840.                           3.48761E-06,6.76059,42.7068 1.79288E-06,4.24825,37.6606 -8.11705E-06,-1.20545E-06,35.8136 1.89445E-06,-3.56206,37.6606 3.34816E-06,-6.82895,42.7068 5.82895E-07,-9.34557,49.6001 -2.02426E-06,-6.82895,56.4934 -4.15721E-07,-3.56206,61.5396 -15.9276,4.24826,59.4427 -16.4057,-7.29027E-09,61.2268 -14.6216,6.76059,54.5684 -12.8375,9.49906,47.91 -11.0533,6.76059,41.2516
  3841.                           -9.74729,4.24825,36.3774 -9.26923,-1.21265E-06,34.5932 -9.74729,-3.56206,36.3774 -11.0533,-6.82895,41.2516 -12.8374,-9.34557,47.91 -14.6216,-6.82895,54.5684 -15.9276,-3.56206,59.4427 -30.7698,4.24826,53.2949 -31.6933,1.12712E-08,54.8944 -28.2467,6.76059,48.9247 -24.8001,9.49906,42.955 -21.3534,6.76059,36.9852 -18.8303,4.24825,32.6151
  3842.                           -17.9068,-1.19491E-06,31.0155 -18.8303,-3.56206,32.615 -21.3534,-6.82895,36.9852 -24.8001,-9.34557,42.955 -28.2467,-6.82895,48.9247 -30.7698,-3.56206,53.2949 -43.5151,4.24825,43.5151 -44.8211,-6.55022E-09,44.8211 -39.9468,6.76059,39.9468 -35.0726,9.49906,35.0726 -30.1983,6.76059,30.1983 -26.6301,4.24825,26.6301 -25.324,-1.19774E-06,25.324
  3843.                           -26.6301,-3.56206,26.6301 -30.1983,-6.82895,30.1983 -35.0726,-9.34557,35.0726 -39.9468,-6.82895,39.9468 -43.5151,-3.56206,43.5151 -53.2949,4.24826,30.7698 -54.8945,-7.1738E-09,31.6933 -48.9247,6.76059,28.2467 -42.9549,9.49906,24.8 -36.9852,6.76059,21.3534 -32.615,4.24825,18.8303 -31.0155,-1.19393E-06,17.9068 -32.615,-3.56206,18.8303
  3844.                           -36.9852,-6.82895,21.3534 -42.955,-9.34557,24.8001 -48.9247,-6.82895,28.2467 -53.2949,-3.56206,30.7698 -59.4427,4.24826,15.9276 -61.2268,-6.21764E-09,16.4057 -54.5684,6.76059,14.6216 -47.91,9.49906,12.8374 -41.2516,6.76059,11.0533 -36.3774,4.24825,9.74728 -34.5932,-1.20266E-06,9.26923 -36.3774,-3.56206,9.74728 -41.2516,-6.82895,11.0533
  3845.                           -47.91,-9.34557,12.8374 -54.5684,-6.82895,14.6216 -59.4427,-3.56206,15.9276 -61.5396,4.24825,-4.67217E-06 -63.3866,5.96631E-09,-5.71457E-06 -56.4934,6.76059,-3.43285E-06 -49.6001,9.49906,-3.86867E-06 -42.7068,6.76059,-2.30901E-06 -37.6606,4.24825,-2.70016E-06 -35.8136,-1.19471E-06,-2.92153E-06 -37.6606,-3.56206,-4.64862E-06 -42.7068,-6.82895,-4.85122E-06 -49.6001,-9.34557,-5.34397E-06
  3846.                           -56.4934,-6.82895,-5.97505E-06 -61.5396,-3.56206,-5.73709E-06 -59.4427,4.24826,-15.9276 -61.2268,-7.63004E-09,-16.4057 -54.5684,6.76059,-14.6216 -47.91,9.49906,-12.8375 -41.2516,6.76059,-11.0533 -36.3774,4.24825,-9.74729 -34.5932,-1.21165E-06,-9.26924 -36.3774,-3.56206,-9.74729 -41.2516,-6.82895,-11.0533 -47.91,-9.34557,-12.8375 -54.5684,-6.82895,-14.6216
  3847.                           -59.4427,-3.56206,-15.9276
  3848.                         </Point3DCollection>
  3849.                       </MeshGeometry3D.Positions>
  3850.                       <MeshGeometry3D.TextureCoordinates>
  3851.                         <PointCollection>
  3852.                           11.3696,0.502778 11.3723,0.260691 11.9232,0.26069 11.9207,0.502778 11.3808,0.117526 11.9309,0.117525 11.395,-0.0385252 11.9438,-0.0385255 11.4138,0.117529 11.9607,0.117529 11.4319,0.260696 11.9769,0.260696 11.4398,0.502785 11.9839,0.502785 11.4319,0.705769 11.9769,0.705769 11.4138,0.891933 11.9607,0.891932 11.395,1.03534 11.9438,1.03534 11.3808,0.891929 11.9309,0.891929 11.3723,0.705764
  3853.                           11.9232,0.705763 12.4685,0.260691 12.4664,0.502779 12.4749,0.117526 12.4856,-0.038525 12.4997,0.117529 12.5132,0.260696 12.519,0.502785 12.5132,0.705769 12.4997,0.891933 12.4856,1.03534 12.4749,0.89193 12.4685,0.705764 13.0091,0.260693 13.0075,0.50278 13.0139,0.117527 13.0219,-0.0385237 13.0324,0.11753 13.0424,0.260697 13.0468,0.502786 13.0424,0.70577 13.0324,0.891934 13.0219,1.03534
  3854.                           13.0139,0.891931 13.0091,0.705765 0.136324,0.260695 0.135366,0.502783 0.139247,0.11753 0.144153,-0.0385218 0.150551,0.117532 0.156622,0.260699 0.159242,0.502787 0.156621,0.705772 0.150549,0.891936 0.144151,1.03534 0.139246,0.891933 0.136323,0.705768 0.671486,0.260698 0.671188,0.502786 0.672393,0.117532 0.673914,-0.0385193 0.675895,0.117534 0.677773,0.260701 0.678582,0.502789 0.677771,0.705774 0.675892,0.891938
  3855.                           0.673911,1.03535 0.672391,0.891936 0.671485,0.705771 1.20601,0.260702 1.20639,0.502789 1.20486,0.117536 1.20292,-0.0385165 1.20039,0.117536 1.19799,0.260703 1.19696,0.502791 1.19799,0.705776 1.20039,0.89194 1.20291,1.03535 1.20485,0.891939 1.20601,0.705774 1.74135,0.260705 1.74238,0.502793 1.73819,0.117539 1.73289,-0.0385135 1.72597,0.117539 1.7194,0.260705 1.71656,0.502793 1.7194,0.705778
  3856.                           1.72597,0.891943 1.73288,1.03535 1.73819,0.891943 1.74135,0.705778 2.27892,0.260709 2.28055,0.502797 2.27392,0.117543 2.26552,-0.0385105 2.25454,0.117542 2.2441,0.260707 2.23958,0.502795 2.24409,0.70578 2.25453,0.891945 2.26551,1.03536 2.27392,0.891946 2.27892,0.705782 2.82005,0.260713 2.8222,0.502801 2.81348,0.117546 2.80242,-0.0385077 2.78793,0.117544 2.77411,0.26071 2.76813,0.502797
  3857.                           2.77411,0.705782 2.78793,0.891948 2.80242,1.03536 2.81348,0.891949 2.82005,0.705785 3.36594,0.260715 3.36848,0.502804 3.35817,0.117548 3.34507,-0.0385054 3.32784,0.117546 3.31136,0.260711 3.3042,0.502799 3.31136,0.705784 3.32784,0.89195 3.34507,1.03536 3.35817,0.891952 3.36594,0.705788 3.91756,0.260718 3.92033,0.502806 3.90906,0.11755 3.89469,-0.0385036 3.87573,0.117547 3.85751,0.260713
  3858.                           3.84958,0.5028 3.85751,0.705786 3.87573,0.891951 3.89469,1.03536 3.90906,0.891954 3.91756,0.70579
  3859.                         </PointCollection>
  3860.                       </MeshGeometry3D.TextureCoordinates>
  3861.                     </MeshGeometry3D>
  3862.                   </GeometryModel3D.Geometry>
  3863.                 </GeometryModel3D>
  3864.               </Model3DGroup>
  3865.               <Model3DGroup x:Name="Cylinder05OR62">
  3866.                 <!-- Cylinder05 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[18]) -->
  3867.                 <Model3DGroup.Transform>
  3868.                   <Transform3DGroup>
  3869.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3870.                     <ScaleTransform3D ScaleX="1.4743" ScaleY="1.32895" ScaleZ="2.12729"/>
  3871.                     <RotateTransform3D>
  3872.                       <RotateTransform3D.Rotation>
  3873.                         <AxisAngleRotation3D Angle="91.42103702" Axis="0.9755009031 -0.1555602585 -0.1555602585"/>
  3874.                       </RotateTransform3D.Rotation>
  3875.                     </RotateTransform3D>
  3876.                     <TranslateTransform3D OffsetX="121.775" OffsetY="49.1093" OffsetZ="-13.9683"/>
  3877.                   </Transform3DGroup>
  3878.                 </Model3DGroup.Transform>
  3879.                 <GeometryModel3D x:Name="Cylinder05OR62GR63">
  3880.                   <GeometryModel3D.Material>
  3881.                     <MaterialGroup>
  3882.                       <DiffuseMaterial>
  3883.                         <DiffuseMaterial.Brush>
  3884.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  3885.                         </DiffuseMaterial.Brush>
  3886.                       </DiffuseMaterial>
  3887.                       <SpecularMaterial SpecularPower="107.52">
  3888.                         <SpecularMaterial.Brush>
  3889.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  3890.                         </SpecularMaterial.Brush>
  3891.                       </SpecularMaterial>
  3892.                     </MaterialGroup>
  3893.                   </GeometryModel3D.Material>
  3894.                   <GeometryModel3D.BackMaterial>
  3895.                     <MaterialGroup>
  3896.                       <DiffuseMaterial>
  3897.                         <DiffuseMaterial.Brush>
  3898.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  3899.                         </DiffuseMaterial.Brush>
  3900.                       </DiffuseMaterial>
  3901.                       <SpecularMaterial SpecularPower="107.52">
  3902.                         <SpecularMaterial.Brush>
  3903.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  3904.                         </SpecularMaterial.Brush>
  3905.                       </SpecularMaterial>
  3906.                     </MaterialGroup>
  3907.                   </GeometryModel3D.BackMaterial>
  3908.                   <GeometryModel3D.Geometry>
  3909.                     <MeshGeometry3D
  3910.                                             TriangleIndices="0,1,2 0,3,1 0,4,3 0,5,4 0,6,5 0,7,6 0,8,7 0,9,8 0,10,9 0,11,10 0,12,11 0,13,12 0,14,13 0,15,14 0,16,15 0,17,16 0,18,17 0,2,18 19,20,21 19,22,20 22,23,20 22,24,23 24,25,23 24,26,25 26,27,25 26,28,27 28,29,27 28,30,29 30,31,29 30,32,31 32,33,31 32,34,33 34,35,33 34,36,35 36,37,35 36,38,37 38,39,37 38,40,39 40,41,39 40,42,41 42,43,41 42,44,43 44,45,43 44,46,45 46,47,45 46,48,47 48,49,47 48,50,49 50,51,49 50,52,51 52,53,51 52,54,53 54,21,53 54,19,21 21,55,56 21,20,55 20,57,55 20,23,57 23,58,57 23,25,58 25,59,58 25,27,59 27,60,59 27,29,60 29,61,60 29,31,61 31,62,61 31,33,62 33,63,62 33,35,63 35,64,63 35,37,64 37,65,64 37,39,65 39,66,65 39,41,66 41,67,66 41,43,67 43,68,67 43,45,68 45,69,68 45,47,69 47,70,69 47,49,70 49,71,70 49,51,71 51,72,71 51,53,72 53,56,72 53,21,56 56,73,74 56,55,73 55,75,73 55,57,75 57,76,75 57,58,76 58,77,76 58,59,77 59,78,77 59,60,78 60,79,78 60,61,79 61,80,79 61,62,80 62,81,80 62,63,81 63,82,81 63,64,82 64,83,82 64,65,83 65,84,83 65,66,84 66,85,84 66,67,85 67,86,85 67,68,86 68,87,86 68,69,87 69,88,87 69,70,88 70,89,88 70,71,89 71,90,89 71,72,90 72,74,90 72,56,74 74,91,92 74,73,91 73,93,91 73,75,93 75,94,93 75,76,94 76,95,94 76,77,95 77,96,95 77,78,96 78,97,96 78,79,97 79,98,97 79,80,98 80,99,98 80,81,99 81,100,99 81,82,100 82,101,100 82,83,101 83,102,101 83,84,102 84,103,102 84,85,103 85,104,103 85,86,104 86,105,104 86,87,105 87,106,105 87,88,106 88,107,106 88,89,107 89,108,107 89,90,108 90,92,108 90,74,92 92,109,110 92,91,109 91,111,109 91,93,111 93,112,111 93,94,112 94,113,112 94,95,113 95,114,113 95,96,114 96,115,114 96,97,115 97,116,115 97,98,116 98,117,116 98,99,117 99,118,117 99,100,118 100,119,118 100,101,119 101,120,119 101,102,120 102,121,120 102,103,121 103,122,121 103,104,122 104,123,122 104,105,123 105,124,123 105,106,124 106,125,124 106,107,125 107,126,125 107,108,126 108,110,126 108,92,110 127,128,129 127,129,130 127,130,131 127,131,132 127,132,133 127,133,134 127,134,135 127,135,136 127,136,137 127,137,138 127,138,139 127,139,140 127,140,141 127,141,142 127,142,143 127,143,144 127,144,145 127,145,128 "
  3911.                                 >
  3912.                       <MeshGeometry3D.Normals>
  3913.                         <Vector3DCollection>
  3914.                           2.11849E-13,-1,-1.28139E-06 4.75745E-07,-1,-1.85644E-06 1.07724E-12,-1,-3.16355E-06 8.28856E-07,-1,-6.95494E-07 5.40998E-07,-1,-9.37037E-07 1.87889E-07,-1,-1.06556E-06 -1.87886E-07,-1,-1.06556E-06 -5.41002E-07,-1,-9.37038E-07 1.87889E-07,-1,-1.90721E-06 5.41003E-07,-1,-1.48638E-06 0,-1,0 -5.41003E-07,-1,-1.48638E-06 -1.87886E-07,-1,-1.9072E-06
  3915.                           5.41002E-07,-1,-9.37035E-07 1.87884E-07,-1,-1.06556E-06 -1.87888E-07,-1,-1.06556E-06 -5.40997E-07,-1,-9.37037E-07 -8.28856E-07,-1,-6.95492E-07 -4.75746E-07,-1,-1.85645E-06 0.5425,-0.834187,-0.0991271 0.495076,-0.628239,-0.600179 0.671795,-0.734515,-0.0958083 0.488924,-0.776354,-0.397778 0.323547,-0.469655,-0.821426 0.425828,-0.67513,-0.602387 0.244023,-0.377844,-0.893133
  3916.                           0.319455,-0.541537,-0.777616 0.109397,-0.263721,-0.958376 0.100682,-0.321538,-0.941529 -0.172233,-0.050094,-0.983782 -0.230816,0.0145448,-0.972889 -0.484334,0.201114,-0.851454 -0.513803,0.326959,-0.793161 -0.702506,0.385457,-0.598254 -0.677868,0.524506,-0.515159 -0.819885,0.487421,-0.300349 -0.750568,0.619963,-0.228677 -0.853104,0.52172,0.00475225 -0.764102,0.643517,0.0451052
  3917.                           -0.810552,0.496607,0.310464 -0.727808,0.6052,0.322536 -0.687291,0.408257,0.600797 -0.626441,0.490305,0.605948 -0.485496,0.253879,0.836564 -0.432009,0.271728,0.85996 -0.180462,0.0150585,0.983467 -0.115502,-0.0677933,0.990991 0.178198,-0.259298,0.949215 0.212912,-0.396124,0.893171 0.42431,-0.444855,0.788711 0.416558,-0.597669,0.685033 0.553099,-0.553029,0.62309
  3918.                           0.516607,-0.721769,0.460615 0.645937,-0.654395,0.393107 0.553704,-0.804459,0.215077 0.568524,-0.261744,-0.779917 0.938879,-0.327822,-0.10507 0.253285,-0.147153,-0.956134 0.17705,-0.11098,-0.977925 0.082131,-0.0865102,-0.99286 -0.171131,-0.0270255,-0.984878 -0.495064,0.0594229,-0.866822 -0.755689,0.130988,-0.641698 -0.923443,0.177705,-0.340107 -0.980259,0.197705,0.002453
  3919.                           -0.918352,0.189718,0.347328 -0.7455,0.153649,0.648553 -0.502263,0.0954897,0.859426 -0.185783,0.017494,0.982435 0.190324,-0.0793972,0.978505 0.473026,-0.157664,0.866827 0.63311,-0.203028,0.746962 0.799086,-0.251296,0.546179 0.589835,0.21605,-0.778085 0.942476,0.329581,-0.0558164 0.250704,0.128174,-0.959541 0.171815,0.102974,-0.979733 0.0780665,0.069804,-0.994501
  3920.                           -0.171116,-0.00294302,-0.985246 -0.493331,-0.0860482,-0.865575 -0.752304,-0.149354,-0.641663 -0.920296,-0.187455,-0.343389 -0.980163,-0.198183,-0.00223873 -0.921557,-0.180728,0.343614 -0.749039,-0.136029,0.648411 -0.50295,-0.072366,0.861281 -0.186838,0.0147981,0.982279 0.187533,0.111022,0.975964 0.471634,0.175165,0.864221 0.631117,0.216806,0.744773 0.790134,0.272112,0.54922
  3921.                           0.540642,0.644965,-0.540117 0.680811,0.732298,0.0153911 0.319957,0.454463,-0.831319 0.21294,0.342846,-0.914939 0.0842828,0.225659,-0.970554 -0.172612,0.0198354,-0.98479 -0.479609,-0.22348,-0.848547 -0.695825,-0.396513,-0.598837 -0.814715,-0.491023,-0.308442 -0.853008,-0.521875,-0.00487338 -0.815956,-0.493657,0.300863 -0.694363,-0.398432,0.599259 -0.484764,-0.229843,0.843905
  3922.                           -0.18552,0.0126202,0.98256 0.16856,0.27945,0.945249 0.429477,0.463642,0.774975 0.555995,0.565389,0.609266 0.636107,0.653358,0.410477 0.521103,0.821936,-0.22994 0.556338,0.827256,0.0783292 0.435902,0.720836,-0.538873 0.325983,0.573758,-0.751356 0.156377,0.383441,-0.91023 -0.116147,0.104809,-0.987687 -0.429126,-0.230685,-0.87329 -0.635489,-0.472301,-0.610806
  3923.                           -0.733823,-0.597391,-0.323462 -0.764959,-0.642472,-0.0454799 -0.746472,-0.625455,0.227124 -0.669791,-0.538639,0.511125 -0.505769,-0.353982,0.786698 -0.237857,-0.0613799,0.969359 0.102362,0.2888,0.951901 0.373737,0.55249,0.745034 0.505001,0.691844,0.516068 0.552352,0.775526,0.305723 1.22781E-07,1,-1.28976E-06 2.88533E-06,1,-4.21808E-06 1.98999E-06,1,-2.96868E-06
  3924.                           3.31543E-06,1,-2.78197E-06 3.26913E-06,1,-1.44424E-06 5.01031E-07,1,-2.84149E-06 -5.01036E-07,1,-2.84149E-06 -1.44267E-06,1,-2.49877E-06 -2.2103E-06,1,-1.85466E-06 -2.71133E-06,1,-9.86846E-07 -2.88534E-06,1,6.6791E-12 -4.15401E-06,1,-2.97683E-06 -2.71134E-06,1,-3.23123E-06 0,1,0 4.15396E-06,1,7.32447E-07 5.00993E-07,1,2.8415E-06
  3925.                           -4.41105E-11,1,2.54659E-11 2.21027E-06,1,1.85467E-06 3.41061E-12,1,-9.54969E-12
  3926.                         </Vector3DCollection>
  3927.                       </MeshGeometry3D.Normals>
  3928.                       <MeshGeometry3D.Positions>
  3929.                         <Point3DCollection>
  3930.                           -10.6821,-3.71601,-1.41234E-06 -9.43971,-3.71601,-0.452187 -9.35998,-3.71601,-9.58985E-07 -9.66929,-3.71601,-0.849832 -10.021,-3.71601,-1.14497 -10.4525,-3.71601,-1.30202 -10.9117,-3.71601,-1.30202 -11.3431,-3.71601,-1.14497 -11.6949,-3.71601,-0.849832 -11.9244,-3.71601,-0.452188 -12.0042,-3.71601,-8.51528E-07 -11.9244,-3.71601,0.452185 -11.6949,-3.71601,0.849829
  3931.                           -11.3431,-3.71601,1.14497 -10.9117,-3.71601,1.30202 -10.4525,-3.71601,1.30201 -10.021,-3.71601,1.14497 -9.66928,-3.71601,0.849829 -9.43971,-3.71601,0.452183 -9.35998,-3.71601,-9.58985E-07 -0.814325,2.1674,-1.70311 -0.390595,2.1674,-0.979747 -9.43971,-3.71601,-0.452187 -1.85007,2.1674,-2.14219 -9.66929,-3.71601,-0.849832 -3.02869,2.1674,-2.43493
  3932.                           -10.021,-3.71601,-1.14497 -4.06072,2.1674,-2.62774 -10.4525,-3.71601,-1.30202 -4.94718,2.1674,-2.62774 -10.9117,-3.71601,-1.30202 -5.75808,2.1674,-2.33681 -11.3431,-3.71601,-1.14497 -6.447,2.1674,-1.76154 -11.6949,-3.71601,-0.849832 -6.90125,2.1674,-0.987725 -11.9244,-3.71601,-0.452188 -7.05643,2.1674,-0.114034 -12.0042,-3.71601,-8.51528E-07
  3933.                           -6.90125,2.1674,0.758274 -11.9244,-3.71601,0.452185 -6.447,2.1674,1.51987 -11.6949,-3.71601,0.849829 -5.75807,2.1674,2.08421 -11.3431,-3.71601,1.14497 -4.94718,2.1674,2.39967 -10.9117,-3.71601,1.30202 -4.06072,2.1674,2.39967 -10.4525,-3.71601,1.30201 -3.02869,2.1674,1.98609 -10.021,-3.71601,1.14497 -1.85007,2.1674,1.13922
  3934.                           -9.66928,-3.71601,0.849829 -0.814321,2.1674,0.0428885 -9.43971,-3.71601,0.452183 3.49837,8.05081,-2.32857 4.09409,8.05081,-1.46962 2.05953,8.05081,-2.78836 0.467485,8.05081,-3.07991 -0.864829,8.05081,-3.2906 -1.96495,8.05081,-3.2906 -2.96555,8.05081,-2.93273 -3.82308,8.05081,-2.21739 -4.38965,8.05081,-1.2555 -4.58256,8.05081,-0.17105
  3935.                           -4.38965,8.05081,0.911319 -3.82307,8.05081,1.85489 -2.96555,8.05081,2.55384 -1.96495,8.05081,2.9485 -0.864824,8.05081,2.94849 0.467484,8.05081,2.40665 2.05954,8.05081,1.28392 3.49837,8.05081,-0.16176 3.49837,13.9342,-2.32857 4.09409,13.9342,-1.46962 2.05953,13.9342,-2.78836 0.467485,13.9342,-3.07991 -0.864829,13.9342,-3.2906
  3936.                           -1.96495,13.9342,-3.2906 -2.96555,13.9342,-2.93273 -3.82308,13.9342,-2.21739 -4.38965,13.9342,-1.2555 -4.58256,13.9342,-0.17105 -4.38965,13.9342,0.911319 -3.82307,13.9342,1.85489 -2.96555,13.9342,2.55384 -1.96495,13.9342,2.9485 -0.864829,13.9342,2.9485 0.467484,13.9342,2.40665 2.05954,13.9342,1.28392 3.49837,13.9342,-0.161758
  3937.                           -0.81432,19.8176,-1.70311 -0.390591,19.8176,-0.979748 -1.85007,19.8176,-2.14219 -3.02868,19.8176,-2.43493 -4.06072,19.8176,-2.62774 -4.94718,19.8176,-2.62774 -5.75808,19.8176,-2.33681 -6.447,19.8176,-1.76154 -6.90125,19.8176,-0.987725 -7.05643,19.8176,-0.114035 -6.90125,19.8176,0.758274 -6.447,19.8176,1.51987 -5.75807,19.8176,2.08421
  3938.                           -4.94718,19.8176,2.39967 -4.06072,19.8176,2.39967 -3.02869,19.8176,1.98609 -1.85007,19.8176,1.13922 -0.814321,19.8176,0.0428881 -9.43971,25.701,-0.452188 -9.35998,25.701,-1.61472E-06 -9.66929,25.701,-0.849833 -10.021,25.701,-1.14498 -10.4525,25.701,-1.30202 -10.9117,25.701,-1.30202 -11.3431,25.701,-1.14498 -11.6949,25.701,-0.849833
  3939.                           -11.9244,25.701,-0.452188 -12.0042,25.701,-1.50726E-06 -11.9244,25.701,0.452184 -11.6949,25.701,0.849829 -11.3431,25.701,1.14497 -10.9117,25.701,1.30201 -10.4525,25.701,1.30201 -10.021,25.701,1.14497 -9.66929,25.701,0.849827 -9.43971,25.701,0.452182 -10.6821,25.701,-2.06808E-06 -9.35998,25.701,-1.61472E-06 -9.43971,25.701,-0.452188
  3940.                           -9.66929,25.701,-0.849833 -10.021,25.701,-1.14498 -10.4525,25.701,-1.30202 -10.9117,25.701,-1.30202 -11.3431,25.701,-1.14498 -11.6949,25.701,-0.849833 -11.9244,25.701,-0.452188 -12.0042,25.701,-1.50726E-06 -11.9244,25.701,0.452184 -11.6949,25.701,0.849829 -11.3431,25.701,1.14497 -10.9117,25.701,1.30201 -10.4525,25.701,1.30201
  3941.                           -10.021,25.701,1.14497 -9.66929,25.701,0.849827 -9.43971,25.701,0.452182
  3942.                         </Point3DCollection>
  3943.                       </MeshGeometry3D.Positions>
  3944.                     </MeshGeometry3D>
  3945.                   </GeometryModel3D.Geometry>
  3946.                 </GeometryModel3D>
  3947.               </Model3DGroup>
  3948.               <Model3DGroup x:Name="Sphere03OR65">
  3949.                 <!-- Sphere03 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[19]) -->
  3950.                 <Model3DGroup.Transform>
  3951.                   <Transform3DGroup>
  3952.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  3953.                     <ScaleTransform3D ScaleX="1.38156" ScaleY="4.38513" ScaleZ="2.35372"/>
  3954.                     <RotateTransform3D>
  3955.                       <RotateTransform3D.Rotation>
  3956.                         <AxisAngleRotation3D Angle="120.0000033" Axis="0.5773501897 -0.5773503089 0.5773503089"/>
  3957.                       </RotateTransform3D.Rotation>
  3958.                     </RotateTransform3D>
  3959.                     <TranslateTransform3D OffsetX="47.0779" OffsetY="18.9849" OffsetZ="19.0356"/>
  3960.                   </Transform3DGroup>
  3961.                 </Model3DGroup.Transform>
  3962.                 <GeometryModel3D x:Name="Sphere03OR65GR66">
  3963.                   <GeometryModel3D.Material>
  3964.                     <MaterialGroup>
  3965.                       <DiffuseMaterial>
  3966.                         <DiffuseMaterial.Brush>
  3967.                           <SolidColorBrush Color="#D63C00" Opacity="1.000000"/>
  3968.                         </DiffuseMaterial.Brush>
  3969.                       </DiffuseMaterial>
  3970.                     </MaterialGroup>
  3971.                   </GeometryModel3D.Material>
  3972.                   <GeometryModel3D.BackMaterial>
  3973.                     <MaterialGroup>
  3974.                       <DiffuseMaterial>
  3975.                         <DiffuseMaterial.Brush>
  3976.                           <SolidColorBrush Color="#D63C00" Opacity="1.000000"/>
  3977.                         </DiffuseMaterial.Brush>
  3978.                       </DiffuseMaterial>
  3979.                     </MaterialGroup>
  3980.                   </GeometryModel3D.BackMaterial>
  3981.                   <GeometryModel3D.Geometry>
  3982.                     <MeshGeometry3D
  3983.                                             TriangleIndices="0,1,2 0,2,3 3,2,4 3,4,5 5,4,6 5,6,7 7,6,8 7,8,9 9,8,10 9,10,11 11,10,12 11,12,13 13,12,14 13,14,15 15,14,16 15,16,17 18,19,20 18,20,1 1,20,21 1,21,2 2,21,22 2,22,4 4,22,23 4,23,6 6,23,24 6,24,8 8,24,25 8,25,10 10,25,26 10,26,12 12,26,27 12,27,14 14,27,28 14,28,16 16,28,29 16,29,30 19,31,32 19,32,20 20,32,33 20,33,21 21,33,34 21,34,22 22,34,35 22,35,23 23,35,36 23,36,24 24,36,37 24,37,25 25,37,38 25,38,26 26,38,39 26,39,27 27,39,40 27,40,28 28,40,41 28,41,29 31,42,43 31,43,32 32,43,44 32,44,33 33,44,45 33,45,34 34,45,46 34,46,35 35,46,47 35,47,36 36,47,48 36,48,37 37,48,49 37,49,38 38,49,50 38,50,39 39,50,51 39,51,40 40,51,52 40,52,41 42,53,54 42,54,43 43,54,55 43,55,44 44,55,56 44,56,45 45,56,57 45,57,46 46,57,58 46,58,47 47,58,59 47,59,48 48,59,60 48,60,49 49,60,61 49,61,50 50,61,62 50,62,51 51,62,63 51,63,52 53,64,65 53,65,54 54,65,66 54,66,55 55,66,67 55,67,56 56,67,68 56,68,57 57,68,69 57,69,58 58,69,70 58,70,59 59,70,71 59,71,60 60,71,72 60,72,61 61,72,73 61,73,62 62,73,74 62,74,63 64,75,76 64,76,65 65,76,77 65,77,66 66,77,78 66,78,67 67,78,79 67,79,68 68,79,80 68,80,69 69,80,81 69,81,70 70,81,82 70,82,71 71,82,83 71,83,72 72,83,84 72,84,73 73,84,85 73,85,74 75,86,87 75,87,76 76,87,88 76,88,77 77,88,89 77,89,78 78,89,90 78,90,79 79,90,91 79,91,80 80,91,92 80,92,81 81,92,93 81,93,82 82,93,94 82,94,83 83,94,95 83,95,84 84,95,96 84,96,85 86,97,98 86,98,87 87,98,99 87,99,88 88,99,100 88,100,89 89,100,101 89,101,90 90,101,102 90,102,91 91,102,103 91,103,92 92,103,104 92,104,93 93,104,105 93,105,94 94,105,106 94,106,95 95,106,107 95,107,96 97,108,109 97,109,98 98,109,110 98,110,99 99,110,111 99,111,100 100,111,112 100,112,101 101,112,113 101,113,102 102,113,114 102,114,103 103,114,115 103,115,104 104,115,116 104,116,105 105,116,117 105,117,106 106,117,118 106,118,107 108,119,120 108,120,109 109,120,121 109,121,110 110,121,122 110,122,111 111,122,123 111,123,112 112,123,124 112,124,113 113,124,125 113,125,114 114,125,126 114,126,115 115,126,127 115,127,116 116,127,128 116,128,117 117,128,129 117,129,118 121,130,131 121,131,122 122,131,132 122,132,123 123,132,133 123,133,124 124,133,134 124,134,125 125,134,135 125,135,126 126,135,136 126,136,127 "
  3984.                                 >
  3985.                       <MeshGeometry3D.Normals>
  3986.                         <Vector3DCollection>
  3987.                           0.365763,0.880972,0.300175 0.440433,0.802856,0.401797 0.463398,0.83149,0.306409 0.400502,0.881816,0.248996 0.514271,0.83149,0.210116 0.441383,0.881816,0.166077 0.545381,0.83149,0.10575 0.465302,0.881816,0.0767772 0.555533,0.83149,-0.00268034 0.47134,0.881816,-0.0154748 0.544335,0.831491,-0.111009 0.459265,0.881816,-0.107131 0.51222,0.83149,-0.215069
  3988.                           0.429541,0.881815,-0.19467 0.460419,0.83149,-0.310866 0.383308,0.881815,-0.274729 0.408644,0.820375,-0.399994 0.365764,0.880972,-0.300175 0.403615,0.771506,0.491806 0.464087,0.681794,0.565491 0.501585,0.707138,0.498366 0.589174,0.707138,0.390936 0.654121,0.707137,0.268483 0.69393,0.707138,0.135711 0.707072,0.707137,-0.00227552 0.693042,0.707137,-0.140175
  3989.                           0.652378,0.707138,-0.272687 0.586645,0.707138,-0.39472 0.498366,0.707138,-0.501585 0.434718,0.728308,-0.529706 0.403616,0.771505,-0.491806 0.53947,0.526183,0.657346 0.589182,0.555605,0.586658 0.692313,0.555605,0.460441 0.768838,0.555605,0.316531 0.815817,0.555605,0.160457 0.831445,0.555605,-0.00178491 0.815121,0.555605,-0.163957 0.767472,0.555605,-0.319829
  3990.                           0.690329,0.555605,-0.46341 0.586658,0.555605,-0.589182 0.516458,0.580727,-0.629306 0.5941,0.350703,0.723915 0.65414,0.382714,0.652404 0.768849,0.382714,0.512252 0.854011,0.382713,0.352414 0.906354,0.382714,0.179033 0.923866,0.382713,-0.00122794 0.905875,0.382713,-0.181441 0.853072,0.382714,-0.354682 0.767485,0.382713,-0.514293 0.652404,0.382713,-0.65414
  3991.                           0.578288,0.411168,-0.704645 0.626007,0.162055,0.762793 0.693959,0.195107,0.693076 0.815838,0.195108,0.544373 0.906363,0.195108,0.374751 0.962058,0.195108,0.190728 0.980782,0.195108,-0.000625736 0.961814,0.195108,-0.191954 0.905885,0.195108,-0.375906 0.815143,0.195107,-0.545413 0.693075,0.195108,-0.69396 0.617959,0.226145,-0.752985 0.634055,-0.0326545,0.772598
  3992.                           0.707106,-1.57973E-07,0.707107 0.83147,-5.26576E-08,0.55557 0.92388,-2.39466E-07,0.382684 0.980785,4.22514E-07,0.19509 1,7.6855E-07,-7.77326E-07 0.980785,2.43228E-07,-0.195091 0.92388,-3.52304E-07,-0.382683 0.83147,-2.2066E-07,-0.55557 0.707106,6.14338E-08,-0.707107 0.634055,0.0326547,-0.772599 0.617959,-0.226145,0.752984 0.693075,-0.195107,0.693959 0.815143,-0.195108,0.545413
  3993.                           0.905885,-0.195108,0.375906 0.961814,-0.195109,0.191954 0.980782,-0.195108,0.000624716 0.962058,-0.195108,-0.190728 0.906363,-0.195108,-0.374752 0.815837,-0.195108,-0.544373 0.693959,-0.195108,-0.693075 0.626007,-0.162055,-0.762793 0.578287,-0.411168,0.704645 0.652404,-0.382714,0.65414 0.767485,-0.382714,0.514293 0.853072,-0.382713,0.354682 0.905875,-0.382713,0.181441
  3994.                           0.923866,-0.382714,0.00122738 0.906354,-0.382714,-0.179034 0.854011,-0.382713,-0.352415 0.768849,-0.382713,-0.512252 0.65414,-0.382714,-0.652404 0.594101,-0.350703,-0.723914 0.516459,-0.580727,0.629306 0.586658,-0.555605,0.589182 0.690329,-0.555605,0.463409 0.767471,-0.555605,0.319829 0.815121,-0.555604,0.163957 0.831445,-0.555605,0.00178453 0.815817,-0.555605,-0.160456
  3995.                           0.768838,-0.555605,-0.316531 0.692312,-0.555605,-0.460442 0.589182,-0.555605,-0.586659 0.539469,-0.526183,-0.657347 0.434718,-0.728308,0.529705 0.498367,-0.707138,0.501584 0.586645,-0.707138,0.39472 0.652379,-0.707138,0.272687 0.693042,-0.707138,0.140175 0.707072,-0.707138,0.00227452 0.69393,-0.707138,-0.135711 0.65412,-0.707138,-0.268482 0.589173,-0.707138,-0.390937
  3996.                           0.501584,-0.707138,-0.498367 0.464086,-0.681795,-0.565491 0.403615,-0.771506,0.491806 0.433763,-0.772843,0.46321 0.478827,-0.820375,0.312585 0.512219,-0.83149,0.21507 0.544335,-0.831491,0.111008 0.555533,-0.831491,0.00268048 0.545381,-0.83149,-0.105751 0.514271,-0.831491,-0.210116 0.510357,-0.802856,-0.308151 0.46321,-0.772843,-0.433763 0.403615,-0.771506,-0.491807
  3997.                           0.417297,-0.880972,0.22305 0.429539,-0.881816,0.194671 0.459265,-0.881816,0.10713 0.47134,-0.881816,0.0154746 0.465303,-0.881816,-0.0767773 0.441384,-0.881815,-0.166078 0.417297,-0.880972,-0.22305
  3998.                         </Vector3DCollection>
  3999.                       </MeshGeometry3D.Normals>
  4000.                       <MeshGeometry3D.Positions>
  4001.                         <Point3DCollection>
  4002.                           0.994237,3.39453,0.994236 1.44341,3.055,1.44341 1.69727,3.055,1.13408 1.1691,3.39453,0.781166 1.8859,3.055,0.781166 1.29903,3.39453,0.538076 2.00206,3.055,0.398235 1.37904,3.39453,0.274309 2.04129,3.055,-3.02353E-07 1.40606,3.39453,-3.13335E-07 2.00206,3.055,-0.398236 1.37904,3.39453,-0.274309 1.8859,3.055,-0.781167
  4003.                           1.29903,3.39453,-0.538077 1.69727,3.055,-1.13408 1.1691,3.39453,-0.781167 1.44341,3.055,-1.44341 0.994237,3.39453,-0.994236 1.13408,3.055,1.69727 1.44341,2.59806,2.16021 1.83711,2.59806,1.83711 2.16021,2.59806,1.44341 2.4003,2.59806,0.994236 2.54814,2.59806,0.506857 2.59806,2.59806,-2.79751E-07 2.54814,2.59806,-0.506858
  4004.                           2.4003,2.59806,-0.994236 2.16021,2.59806,-1.44341 1.83711,2.59806,-1.83711 1.44341,2.59806,-2.16021 1.13408,3.055,-1.69727 1.69727,2.04129,2.54014 2.16021,2.04129,2.16021 2.54014,2.04129,1.69727 2.82245,2.04129,1.1691 2.9963,2.04129,0.596 3.055,2.04129,-2.46398E-07 2.9963,2.04129,-0.596002 2.82245,2.04129,-1.1691
  4005.                           2.54014,2.04129,-1.69727 2.16021,2.04129,-2.16021 1.69727,2.04129,-2.54014 1.8859,1.40606,2.82245 2.4003,1.40606,2.4003 2.82245,1.40606,1.8859 3.13614,1.40606,1.29903 3.32931,1.40606,0.66224 3.39453,1.40606,-2.03577E-07 3.32931,1.40606,-0.662242 3.13614,1.40606,-1.29903 2.82245,1.40606,-1.8859 2.4003,1.40606,-2.4003
  4006.                           1.8859,1.40606,-2.82245 2.00206,0.716804,2.9963 2.54814,0.716804,2.54814 2.9963,0.716804,2.00206 3.32931,0.716804,1.37904 3.53438,0.716804,0.70303 3.60362,0.716804,-9.63286E-07 3.53438,0.716804,-0.703032 3.32931,0.716804,-1.37905 2.9963,0.716804,-2.00206 2.54814,0.716804,-2.54814 2.00206,0.716804,-2.9963 2.04129,-3.31009E-08,3.055
  4007.                           2.59806,-7.24005E-08,2.59806 3.055,-1.08918E-07,2.04129 3.39453,-1.4125E-07,1.40606 3.60362,-1.68153E-07,0.716804 3.67422,-1.88595E-07,-9.06764E-07 3.60362,-2.01789E-07,-0.716805 3.39453,-2.07228E-07,-1.40606 3.055,-2.04704E-07,-2.04129 2.59806,-1.94313E-07,-2.59806 2.04128,-1.76454E-07,-3.055 2.00206,-0.716805,2.9963 2.54814,-0.716805,2.54814 2.9963,-0.716805,2.00206
  4008.                           3.32931,-0.716805,1.37904 3.53438,-0.716805,0.703031 3.60362,-0.716805,-8.46537E-07 3.53438,-0.716805,-0.703031 3.32931,-0.716805,-1.37905 2.9963,-0.716805,-2.00206 2.54814,-0.716805,-2.54814 2.00206,-0.716805,-2.9963 1.8859,-1.40606,2.82245 2.4003,-1.40606,2.4003 2.82245,-1.40606,1.8859 3.13614,-1.40606,1.29903 3.32931,-1.40606,0.662241
  4009.                           3.39453,-1.40606,-7.84919E-07 3.32931,-1.40606,-0.662241 3.13614,-1.40606,-1.29903 2.82245,-1.40606,-1.8859 2.4003,-1.40606,-2.4003 1.8859,-1.40606,-2.82245 1.69727,-2.04129,2.54014 2.16021,-2.04129,2.16021 2.54014,-2.04129,1.69727 2.82245,-2.04129,1.1691 2.9963,-2.04129,0.596001 3.055,-2.04129,-7.24279E-07 2.9963,-2.04129,-0.596001
  4010.                           2.82245,-2.04129,-1.1691 2.54014,-2.04129,-1.69727 2.16021,-2.04129,-2.16021 1.69727,-2.04129,-2.54014 1.44341,-2.59806,2.16021 1.83711,-2.59806,1.83711 2.16021,-2.59806,1.44341 2.4003,-2.59806,0.994235 2.54814,-2.59806,0.506857 2.59806,-2.59806,-6.66947E-07 2.54814,-2.59806,-0.506858 2.4003,-2.59806,-0.994237 2.16021,-2.59806,-1.44341
  4011.                           1.83711,-2.59806,-1.83711 1.44341,-2.59806,-2.16021 1.13408,-3.055,1.69727 1.44341,-3.055,1.44341 1.69727,-3.055,1.13408 1.8859,-3.055,0.781166 2.00206,-3.055,0.398235 2.04129,-3.055,-6.15126E-07 2.00206,-3.055,-0.398235 1.8859,-3.055,-0.781166 1.69727,-3.055,-1.13408 1.44341,-3.055,-1.44341 1.13408,-3.055,-1.69727
  4012.                           1.1691,-3.39453,0.781166 1.29903,-3.39453,0.538077 1.37905,-3.39453,0.274309 1.40606,-3.39453,-5.70807E-07 1.37905,-3.39453,-0.274309 1.29903,-3.39453,-0.538077 1.1691,-3.39453,-0.781166
  4013.                         </Point3DCollection>
  4014.                       </MeshGeometry3D.Positions>
  4015.                     </MeshGeometry3D>
  4016.                   </GeometryModel3D.Geometry>
  4017.                 </GeometryModel3D>
  4018.               </Model3DGroup>
  4019.               <Model3DGroup x:Name="Cylinder02OR68">
  4020.                 <!-- Cylinder02 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[20]) -->
  4021.                 <Model3DGroup.Transform>
  4022.                   <Transform3DGroup>
  4023.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4024.                     <ScaleTransform3D ScaleX="1.44505" ScaleY="1.44505" ScaleZ="1.44505"/>
  4025.                     <RotateTransform3D>
  4026.                       <RotateTransform3D.Rotation>
  4027.                         <AxisAngleRotation3D Angle="0" Axis="0 1 0"/>
  4028.                       </RotateTransform3D.Rotation>
  4029.                     </RotateTransform3D>
  4030.                     <TranslateTransform3D OffsetX="30.3342" OffsetY="-41.7344" OffsetZ="-0.35779"/>
  4031.                   </Transform3DGroup>
  4032.                 </Model3DGroup.Transform>
  4033.                 <GeometryModel3D x:Name="Cylinder02OR68GR69">
  4034.                   <GeometryModel3D.Material>
  4035.                     <MaterialGroup>
  4036.                       <DiffuseMaterial>
  4037.                         <DiffuseMaterial.Brush>
  4038.                           <ImageBrush ImageSource="Assets\bike_lightfloorMR7.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4039.                         </DiffuseMaterial.Brush>
  4040.                       </DiffuseMaterial>
  4041.                     </MaterialGroup>
  4042.                   </GeometryModel3D.Material>
  4043.                   <GeometryModel3D.BackMaterial>
  4044.                     <MaterialGroup>
  4045.                       <DiffuseMaterial>
  4046.                         <DiffuseMaterial.Brush>
  4047.                           <ImageBrush ImageSource="Assets\bike_lightfloorMR7.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4048.                         </DiffuseMaterial.Brush>
  4049.                       </DiffuseMaterial>
  4050.                     </MaterialGroup>
  4051.                   </GeometryModel3D.BackMaterial>
  4052.                   <GeometryModel3D.Geometry>
  4053.                     <MeshGeometry3D
  4054.                                             TriangleIndices="0,1,2 0,3,1 0,4,3 0,5,4 0,6,5 0,7,6 0,8,7 0,9,8 0,10,9 0,11,10 0,12,11 0,13,12 0,14,13 0,15,14 0,16,15 0,17,16 0,18,17 0,19,18 0,20,19 0,21,20 0,22,21 0,23,22 0,24,23 0,2,24 25,26,27 25,28,26 28,29,26 28,30,29 30,31,29 30,32,31 32,33,31 32,34,33 34,35,33 34,36,35 36,37,35 36,38,37 38,39,37 38,40,39 40,41,39 40,42,41 42,43,41 42,44,43 44,45,43 44,46,45 46,47,45 46,48,47 48,49,47 48,50,49 50,51,49 50,52,51 52,53,51 52,54,53 54,55,53 54,56,55 56,57,55 56,58,57 58,59,57 58,60,59 60,61,59 60,62,61 62,63,61 62,64,63 64,65,63 64,66,65 66,67,65 66,68,67 68,69,67 68,70,69 70,71,69 70,72,71 72,27,71 72,25,27 73,74,75 73,75,76 73,76,77 73,77,78 73,78,79 73,79,80 73,80,81 73,81,82 73,82,83 73,83,84 73,84,85 73,85,86 73,86,87 73,87,88 73,88,89 73,89,90 73,90,91 73,91,92 73,92,93 73,93,94 73,94,95 73,95,96 73,96,97 73,97,74 "
  4055.                                 >
  4056.                       <MeshGeometry3D.Normals>
  4057.                         <Vector3DCollection>
  4058.                           0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16
  4059.                           0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0,-1,-2.22045E-16 0.999038,-9.73486E-18,-0.0438421
  4060.                           0.976344,0,-0.216222 0.999038,-9.73486E-18,0.0438418 0.95365,0,-0.300918 0.887114,0,-0.461551 0.843272,0,-0.537488 0.737428,0,-0.675426 0.675426,0,-0.737428 0.537488,0,-0.843272 0.461551,0,-0.887114 0.300918,0,-0.95365 0.216222,0,-0.976344 0.0438418,0,-0.999039 -0.0438422,0,-0.999038
  4061.                           -0.216222,0,-0.976344 -0.300918,0,-0.95365 -0.461551,0,-0.887114 -0.537488,0,-0.843272 -0.675426,0,-0.737428 -0.737428,0,-0.675426 -0.843272,0,-0.537488 -0.887114,0,-0.461551 -0.95365,0,-0.300918 -0.976344,0,-0.216222 -0.999039,0,-0.0438418 -0.999038,0,0.0438422 -0.976344,0,0.216222
  4062.                           -0.95365,0,0.300918 -0.887114,0,0.461551 -0.843272,0,0.537488 -0.737428,0,0.675426 -0.675426,0,0.737428 -0.537487,0,0.843272 -0.461551,0,0.887114 -0.300918,0,0.95365 -0.216222,0,0.976344 -0.0438418,0,0.999039 0.0438422,0,0.999038 0.216222,0,0.976344 0.300918,0,0.95365
  4063.                           0.461551,0,0.887114 0.537488,0,0.843272 0.675426,0,0.737428 0.737428,0,0.675426 0.843272,0,0.537487 0.887114,0,0.461551 0.95365,0,0.300918 0.976344,-9.73486E-18,0.216222 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0
  4064.                           0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0
  4065.                           0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0 0,1,0
  4066.                         </Vector3DCollection>
  4067.                       </MeshGeometry3D.Normals>
  4068.                       <MeshGeometry3D.Positions>
  4069.                         <Point3DCollection>
  4070.                           0,0,0 275.521,1.63926E-14,-73.8255 285.24,0,0 247.025,3.1668E-14,-142.62 201.695,4.47853E-14,-201.695 142.62,5.48506E-14,-247.025 73.8255,6.11779E-14,-275.521 -1.18793E-05,6.3336E-14,-285.24 -73.8256,6.11779E-14,-275.521 -142.62,5.48506E-14,-247.025 -201.695,4.47853E-14,-201.695 -247.025,3.1668E-14,-142.62 -275.521,1.63926E-14,-73.8255
  4071.                           -285.24,-5.53648E-21,2.49341E-05 -275.521,-1.63926E-14,73.8256 -247.025,-3.1668E-14,142.62 -201.695,-4.47853E-14,201.695 -142.62,-5.48506E-14,247.025 -73.8255,-6.11779E-14,275.521 3.69577E-05,-6.3336E-14,285.24 73.8256,-6.11779E-14,275.521 142.62,-5.48506E-14,247.025 201.695,-4.47853E-14,201.695 247.025,-3.1668E-14,142.62 275.521,-1.63926E-14,73.8255 285.24,0,0
  4072.                           275.521,1.30965,-73.8255 285.24,1.30965,2.908E-16 275.521,1.63926E-14,-73.8255 247.025,1.30965,-142.62 247.025,3.1668E-14,-142.62 201.695,1.30965,-201.695 201.695,4.47853E-14,-201.695 142.62,1.30965,-247.025 142.62,5.48506E-14,-247.025 73.8255,1.30965,-275.521 73.8255,6.11779E-14,-275.521 -1.18793E-05,1.30965,-285.24 -1.18793E-05,6.3336E-14,-285.24
  4073.                           -73.8256,1.30965,-275.521 -73.8256,6.11779E-14,-275.521 -142.62,1.30965,-247.025 -142.62,5.48506E-14,-247.025 -201.695,1.30965,-201.695 -201.695,4.47853E-14,-201.695 -247.025,1.30965,-142.62 -247.025,3.1668E-14,-142.62 -275.521,1.30965,-73.8255 -275.521,1.63926E-14,-73.8255 -285.24,1.30965,2.49341E-05 -285.24,-5.53648E-21,2.49341E-05 -275.521,1.30965,73.8256
  4074.                           -275.521,-1.63926E-14,73.8256 -247.025,1.30965,142.62 -247.025,-3.1668E-14,142.62 -201.695,1.30965,201.695 -201.695,-4.47853E-14,201.695 -142.62,1.30965,247.025 -142.62,-5.48506E-14,247.025 -73.8255,1.30965,275.521 -73.8255,-6.11779E-14,275.521 3.69577E-05,1.30965,285.24 3.69577E-05,-6.3336E-14,285.24 73.8256,1.30965,275.521 73.8256,-6.11779E-14,275.521
  4075.                           142.62,1.30965,247.025 142.62,-5.48506E-14,247.025 201.695,1.30965,201.695 201.695,-4.47853E-14,201.695 247.025,1.30965,142.62 247.025,-3.1668E-14,142.62 275.521,1.30965,73.8255 275.521,-1.63926E-14,73.8255 0,1.30965,2.908E-16 285.24,1.30965,2.908E-16 275.521,1.30965,-73.8255 247.025,1.30965,-142.62 201.695,1.30965,-201.695
  4076.                           142.62,1.30965,-247.025 73.8255,1.30965,-275.521 -1.18793E-05,1.30965,-285.24 -73.8256,1.30965,-275.521 -142.62,1.30965,-247.025 -201.695,1.30965,-201.695 -247.025,1.30965,-142.62 -275.521,1.30965,-73.8255 -285.24,1.30965,2.49341E-05 -275.521,1.30965,73.8256 -247.025,1.30965,142.62 -201.695,1.30965,201.695 -142.62,1.30965,247.025
  4077.                           -73.8255,1.30965,275.521 3.69577E-05,1.30965,285.24 73.8256,1.30965,275.521 142.62,1.30965,247.025 201.695,1.30965,201.695 247.025,1.30965,142.62 275.521,1.30965,73.8255
  4078.                         </Point3DCollection>
  4079.                       </MeshGeometry3D.Positions>
  4080.                       <MeshGeometry3D.TextureCoordinates>
  4081.                         <PointCollection>
  4082.                           0.5,0.5 0.98248,0.62928 0.999501,0.5 0.93258,0.74975 0.8532,0.8532 0.74975,0.93258 0.62928,0.98248 0.5,0.999501 0.37072,0.98248 0.25025,0.93258 0.1468,0.8532 0.0674199,0.74975 0.0175196,0.62928 0.000499487,0.5 0.0175196,0.37072 0.0674198,0.25025 0.1468,0.1468 0.25025,0.0674199 0.37072,0.0175196 0.5,0.000499487 0.62928,0.0175196 0.74975,0.0674199 0.8532,0.1468
  4083.                           0.93258,0.25025 0.98248,0.37072 0.999501,0.5 0.98248,0.62928 0.999501,0.5 0.98248,0.62928 0.93258,0.74975 0.93258,0.74975 0.8532,0.8532 0.8532,0.8532 0.74975,0.93258 0.74975,0.93258 0.62928,0.98248 0.62928,0.98248 0.5,0.999501 0.5,0.999501 0.37072,0.98248 0.37072,0.98248 0.25025,0.93258 0.25025,0.93258 0.1468,0.8532 0.1468,0.8532 0.0674199,0.74975
  4084.                           0.0674199,0.74975 0.0175196,0.62928 0.0175196,0.62928 0.000499487,0.5 0.000499487,0.5 0.0175196,0.37072 0.0175196,0.37072 0.0674198,0.25025 0.0674198,0.25025 0.1468,0.1468 0.1468,0.1468 0.25025,0.0674199 0.25025,0.0674199 0.37072,0.0175196 0.37072,0.0175196 0.5,0.000499487 0.5,0.000499487 0.62928,0.0175196 0.62928,0.0175196 0.74975,0.0674199 0.74975,0.0674199 0.8532,0.1468 0.8532,0.1468
  4085.                           0.93258,0.25025 0.93258,0.25025 0.98248,0.37072 0.98248,0.37072 0.5,0.5 0.999501,0.5 0.98248,0.62928 0.93258,0.74975 0.8532,0.8532 0.74975,0.93258 0.62928,0.98248 0.5,0.999501 0.37072,0.98248 0.25025,0.93258 0.1468,0.8532 0.0674199,0.74975 0.0175196,0.62928 0.000499487,0.5 0.0175196,0.37072 0.0674198,0.25025 0.1468,0.1468 0.25025,0.0674199 0.37072,0.0175196
  4086.                           0.5,0.000499487 0.62928,0.0175196 0.74975,0.0674199 0.8532,0.1468 0.93258,0.25025 0.98248,0.37072
  4087.                         </PointCollection>
  4088.                       </MeshGeometry3D.TextureCoordinates>
  4089.                     </MeshGeometry3D>
  4090.                   </GeometryModel3D.Geometry>
  4091.                 </GeometryModel3D>
  4092.               </Model3DGroup>
  4093.               <Model3DGroup x:Name="Sphere05OR71">
  4094.                 <!-- Sphere05 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[21]) -->
  4095.                 <Model3DGroup.Transform>
  4096.                   <Transform3DGroup>
  4097.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4098.                     <ScaleTransform3D ScaleX="1.38156" ScaleY="4.38513" ScaleZ="2.35372"/>
  4099.                     <RotateTransform3D>
  4100.                       <RotateTransform3D.Rotation>
  4101.                         <AxisAngleRotation3D Angle="119.2956196" Axis="0.5855753907 0.57319342 -0.5731934796"/>
  4102.                       </RotateTransform3D.Rotation>
  4103.                     </RotateTransform3D>
  4104.                     <TranslateTransform3D OffsetX="47.0779" OffsetY="18.9849" OffsetZ="-17.9365"/>
  4105.                   </Transform3DGroup>
  4106.                 </Model3DGroup.Transform>
  4107.                 <GeometryModel3D x:Name="Sphere05OR71GR72">
  4108.                   <GeometryModel3D.Material>
  4109.                     <MaterialGroup>
  4110.                       <DiffuseMaterial>
  4111.                         <DiffuseMaterial.Brush>
  4112.                           <SolidColorBrush Color="#D63C00" Opacity="1.000000"/>
  4113.                         </DiffuseMaterial.Brush>
  4114.                       </DiffuseMaterial>
  4115.                     </MaterialGroup>
  4116.                   </GeometryModel3D.Material>
  4117.                   <GeometryModel3D.BackMaterial>
  4118.                     <MaterialGroup>
  4119.                       <DiffuseMaterial>
  4120.                         <DiffuseMaterial.Brush>
  4121.                           <SolidColorBrush Color="#D63C00" Opacity="1.000000"/>
  4122.                         </DiffuseMaterial.Brush>
  4123.                       </DiffuseMaterial>
  4124.                     </MaterialGroup>
  4125.                   </GeometryModel3D.BackMaterial>
  4126.                   <GeometryModel3D.Geometry>
  4127.                     <MeshGeometry3D
  4128.                                             TriangleIndices="0,1,2 0,2,3 3,2,4 3,4,5 5,4,6 5,6,7 7,6,8 7,8,9 9,8,10 9,10,11 11,10,12 11,12,13 13,12,14 13,14,15 15,14,16 15,16,17 18,19,20 18,20,1 1,20,21 1,21,2 2,21,22 2,22,4 4,22,23 4,23,6 6,23,24 6,24,8 8,24,25 8,25,10 10,25,26 10,26,12 12,26,27 12,27,14 14,27,28 14,28,16 16,28,29 16,29,30 19,31,32 19,32,20 20,32,33 20,33,21 21,33,34 21,34,22 22,34,35 22,35,23 23,35,36 23,36,24 24,36,37 24,37,25 25,37,38 25,38,26 26,38,39 26,39,27 27,39,40 27,40,28 28,40,41 28,41,29 31,42,43 31,43,32 32,43,44 32,44,33 33,44,45 33,45,34 34,45,46 34,46,35 35,46,47 35,47,36 36,47,48 36,48,37 37,48,49 37,49,38 38,49,50 38,50,39 39,50,51 39,51,40 40,51,52 40,52,41 42,53,54 42,54,43 43,54,55 43,55,44 44,55,56 44,56,45 45,56,57 45,57,46 46,57,58 46,58,47 47,58,59 47,59,48 48,59,60 48,60,49 49,60,61 49,61,50 50,61,62 50,62,51 51,62,63 51,63,52 53,64,65 53,65,54 54,65,66 54,66,55 55,66,67 55,67,56 56,67,68 56,68,57 57,68,69 57,69,58 58,69,70 58,70,59 59,70,71 59,71,60 60,71,72 60,72,61 61,72,73 61,73,62 62,73,74 62,74,63 64,75,76 64,76,65 65,76,77 65,77,66 66,77,78 66,78,67 67,78,79 67,79,68 68,79,80 68,80,69 69,80,81 69,81,70 70,81,82 70,82,71 71,82,83 71,83,72 72,83,84 72,84,73 73,84,85 73,85,74 75,86,87 75,87,76 76,87,88 76,88,77 77,88,89 77,89,78 78,89,90 78,90,79 79,90,91 79,91,80 80,91,92 80,92,81 81,92,93 81,93,82 82,93,94 82,94,83 83,94,95 83,95,84 84,95,96 84,96,85 86,97,98 86,98,87 87,98,99 87,99,88 88,99,100 88,100,89 89,100,101 89,101,90 90,101,102 90,102,91 91,102,103 91,103,92 92,103,104 92,104,93 93,104,105 93,105,94 94,105,106 94,106,95 95,106,107 95,107,96 97,108,109 97,109,98 98,109,110 98,110,99 99,110,111 99,111,100 100,111,112 100,112,101 101,112,113 101,113,102 102,113,114 102,114,103 103,114,115 103,115,104 104,115,116 104,116,105 105,116,117 105,117,106 106,117,118 106,118,107 108,119,120 108,120,109 109,120,121 109,121,110 110,121,122 110,122,111 111,122,123 111,123,112 112,123,124 112,124,113 113,124,125 113,125,114 114,125,126 114,126,115 115,126,127 115,127,116 116,127,128 116,128,117 117,128,129 117,129,118 121,130,131 121,131,122 122,131,132 122,132,123 123,132,133 123,133,124 124,133,134 124,134,125 125,134,135 125,135,126 126,135,136 126,136,127 "
  4129.                                 >
  4130.                       <MeshGeometry3D.Normals>
  4131.                         <Vector3DCollection>
  4132.                           0.365764,0.880972,0.300175 0.440433,0.802856,0.401797 0.463397,0.831491,0.306409 0.400502,0.881816,0.248996 0.514271,0.831491,0.210116 0.441383,0.881816,0.166078 0.545381,0.83149,0.10575 0.465302,0.881816,0.0767767 0.555533,0.83149,-0.00268042 0.47134,0.881816,-0.0154739 0.544335,0.831491,-0.111008 0.459264,0.881816,-0.107131 0.512219,0.831491,-0.21507
  4133.                           0.42954,0.881816,-0.19467 0.460419,0.83149,-0.310867 0.383307,0.881816,-0.27473 0.408644,0.820375,-0.399994 0.365762,0.880972,-0.300176 0.403615,0.771506,0.491806 0.464086,0.681794,0.565491 0.501585,0.707138,0.498366 0.589173,0.707138,0.390937 0.654121,0.707138,0.268482 0.69393,0.707138,0.135711 0.707072,0.707137,-0.00227588 0.693043,0.707137,-0.140174
  4134.                           0.652378,0.707138,-0.272688 0.586645,0.707138,-0.394721 0.498366,0.707138,-0.501585 0.434717,0.728308,-0.529706 0.403615,0.771506,-0.491807 0.539469,0.526183,0.657346 0.589182,0.555605,0.586658 0.692313,0.555605,0.460442 0.768838,0.555605,0.316531 0.815817,0.555605,0.160456 0.831445,0.555605,-0.00178483 0.81512,0.555605,-0.163957 0.767472,0.555605,-0.319829
  4135.                           0.690329,0.555605,-0.46341 0.586658,0.555605,-0.589182 0.516459,0.580727,-0.629306 0.594101,0.350703,0.723914 0.65414,0.382713,0.652404 0.768849,0.382714,0.512252 0.854011,0.382714,0.352414 0.906354,0.382714,0.179033 0.923866,0.382714,-0.00122744 0.905875,0.382713,-0.181441 0.853072,0.382713,-0.354682 0.767485,0.382713,-0.514293 0.652404,0.382714,-0.65414
  4136.                           0.578287,0.411168,-0.704645 0.626007,0.162055,0.762793 0.69396,0.195108,0.693075 0.815837,0.195108,0.544373 0.906363,0.195108,0.374751 0.962058,0.195108,0.190727 0.980782,0.195108,-0.000624933 0.961814,0.195109,-0.191955 0.905885,0.195108,-0.375906 0.815143,0.195107,-0.545413 0.693075,0.195107,-0.693959 0.617958,0.226145,-0.752985 0.634055,-0.0326553,0.772598
  4137.                           0.707107,-1.46689E-07,0.707107 0.83147,6.26876E-09,0.55557 0.923879,-5.74218E-07,0.382684 0.980785,2.74572E-07,0.195089 1,-3.79887E-07,2.64542E-07 0.980785,-1.89316E-07,-0.19509 0.923879,4.41321E-07,-0.382684 0.831469,3.38513E-08,-0.55557 0.707107,-2.006E-08,-0.707107 0.634055,0.0326549,-0.772598 0.617959,-0.226145,0.752984 0.693075,-0.195108,0.69396 0.815143,-0.195108,0.545412
  4138.                           0.905885,-0.195108,0.375906 0.961814,-0.195108,0.191954 0.980782,-0.195107,0.000624719 0.962058,-0.195108,-0.190728 0.906363,-0.195108,-0.374752 0.815837,-0.195108,-0.544373 0.693959,-0.195108,-0.693075 0.626008,-0.162055,-0.762793 0.578288,-0.411168,0.704645 0.652404,-0.382713,0.65414 0.767485,-0.382714,0.514293 0.853072,-0.382713,0.354682 0.905875,-0.382714,0.181441
  4139.                           0.923866,-0.382713,0.00122737 0.906354,-0.382713,-0.179034 0.854011,-0.382713,-0.352415 0.768849,-0.382713,-0.512253 0.65414,-0.382713,-0.652404 0.594101,-0.350703,-0.723914 0.516459,-0.580727,0.629306 0.586658,-0.555605,0.589182 0.690329,-0.555605,0.46341 0.767472,-0.555605,0.319829 0.815121,-0.555605,0.163956 0.831444,-0.555605,0.00178416 0.815816,-0.555606,-0.160456
  4140.                           0.768837,-0.555605,-0.316531 0.692312,-0.555605,-0.460442 0.589182,-0.555604,-0.586659 0.539469,-0.526183,-0.657347 0.434718,-0.728308,0.529705 0.498367,-0.707138,0.501584 0.586645,-0.707138,0.39472 0.652378,-0.707138,0.272687 0.693042,-0.707138,0.140174 0.707072,-0.707138,0.00227445 0.69393,-0.707138,-0.135711 0.65412,-0.707138,-0.268483 0.589173,-0.707138,-0.390935
  4141.                           0.501584,-0.707138,-0.498367 0.464086,-0.681795,-0.565491 0.403615,-0.771506,0.491806 0.433763,-0.772843,0.46321 0.478827,-0.820375,0.312585 0.51222,-0.83149,0.215069 0.544335,-0.831491,0.111008 0.555532,-0.831491,0.00268033 0.545381,-0.831491,-0.10575 0.514271,-0.83149,-0.210117 0.510357,-0.802856,-0.308152 0.46321,-0.772843,-0.433762 0.403614,-0.771506,-0.491807
  4142.                           0.417295,-0.880973,0.223051 0.42954,-0.881816,0.19467 0.459265,-0.881816,0.10713 0.47134,-0.881816,0.0154744 0.465302,-0.881816,-0.0767766 0.441383,-0.881816,-0.166077 0.417296,-0.880972,-0.223051
  4143.                         </Vector3DCollection>
  4144.                       </MeshGeometry3D.Normals>
  4145.                       <MeshGeometry3D.Positions>
  4146.                         <Point3DCollection>
  4147.                           0.994237,3.39453,0.994236 1.44341,3.055,1.44341 1.69727,3.055,1.13408 1.1691,3.39453,0.781166 1.8859,3.055,0.781166 1.29903,3.39453,0.538076 2.00206,3.055,0.398235 1.37905,3.39453,0.274309 2.04129,3.055,-3.02353E-07 1.40606,3.39453,-3.13335E-07 2.00206,3.055,-0.398236 1.37905,3.39453,-0.274309 1.8859,3.055,-0.781167
  4148.                           1.29903,3.39453,-0.538077 1.69727,3.055,-1.13408 1.1691,3.39453,-0.781167 1.44341,3.055,-1.44341 0.994235,3.39453,-0.994236 1.13408,3.055,1.69727 1.44341,2.59806,2.16021 1.83711,2.59806,1.83711 2.16021,2.59806,1.44341 2.4003,2.59806,0.994236 2.54814,2.59806,0.506857 2.59806,2.59806,-2.79751E-07 2.54814,2.59806,-0.506858
  4149.                           2.4003,2.59806,-0.994236 2.16021,2.59806,-1.44341 1.83711,2.59806,-1.83711 1.44341,2.59806,-2.16021 1.13408,3.055,-1.69727 1.69727,2.04129,2.54014 2.16021,2.04129,2.16021 2.54014,2.04129,1.69727 2.82245,2.04129,1.1691 2.9963,2.04129,0.596 3.055,2.04129,-2.46398E-07 2.9963,2.04129,-0.596002 2.82245,2.04129,-1.1691
  4150.                           2.54014,2.04129,-1.69727 2.16021,2.04129,-2.16021 1.69727,2.04129,-2.54014 1.8859,1.40606,2.82245 2.4003,1.40606,2.4003 2.82245,1.40606,1.8859 3.13614,1.40606,1.29903 3.32931,1.40606,0.66224 3.39453,1.40606,-2.03577E-07 3.32931,1.40606,-0.662242 3.13614,1.40606,-1.29903 2.82245,1.40606,-1.8859 2.4003,1.40606,-2.4003
  4151.                           1.8859,1.40606,-2.82245 2.00206,0.716804,2.9963 2.54814,0.716804,2.54814 2.9963,0.716804,2.00206 3.32931,0.716804,1.37904 3.53438,0.716804,0.70303 3.60362,0.716804,-9.63286E-07 3.53438,0.716804,-0.703032 3.32931,0.716804,-1.37905 2.9963,0.716804,-2.00206 2.54814,0.716805,-2.54814 2.00206,0.716805,-2.9963 2.04129,-3.08918E-07,3.055
  4152.                           2.59806,-2.2606E-07,2.59806 3.055,-4.18484E-07,2.04129 3.39454,-1.29184E-07,1.40606 3.60362,-2.27868E-07,0.716804 3.67422,-5.52579E-07,-9.06764E-07 3.60362,-2.61504E-07,-0.716805 3.39454,-1.95162E-07,-1.40606 3.055,-5.1427E-07,-2.04129 2.59806,-3.38678E-07,-2.59806 2.04129,-4.52271E-07,-3.055 2.00206,-0.716804,2.9963 2.54814,-0.716805,2.54814 2.9963,-0.716805,2.00206
  4153.                           3.32931,-0.716804,1.37904 3.53438,-0.716804,0.703031 3.60362,-0.716805,-8.46537E-07 3.53438,-0.716804,-0.703031 3.32931,-0.716804,-1.37905 2.9963,-0.716805,-2.00206 2.54814,-0.716805,-2.54814 2.00206,-0.716805,-2.9963 1.8859,-1.40606,2.82245 2.4003,-1.40606,2.4003 2.82245,-1.40606,1.8859 3.13614,-1.40606,1.29903 3.32931,-1.40606,0.662241
  4154.                           3.39453,-1.40606,-7.84919E-07 3.32931,-1.40606,-0.662241 3.13614,-1.40606,-1.29903 2.82245,-1.40606,-1.8859 2.4003,-1.40606,-2.4003 1.8859,-1.40606,-2.82245 1.69727,-2.04129,2.54014 2.16021,-2.04129,2.16021 2.54014,-2.04129,1.69727 2.82245,-2.04129,1.1691 2.9963,-2.04129,0.596001 3.055,-2.04129,-7.24279E-07 2.9963,-2.04129,-0.596001
  4155.                           2.82245,-2.04129,-1.1691 2.54014,-2.04129,-1.69727 2.16021,-2.04129,-2.16021 1.69727,-2.04129,-2.54014 1.44341,-2.59806,2.16021 1.83711,-2.59806,1.83711 2.16021,-2.59806,1.44341 2.4003,-2.59806,0.994235 2.54814,-2.59806,0.506857 2.59806,-2.59806,-6.66947E-07 2.54814,-2.59806,-0.506858 2.4003,-2.59806,-0.994237 2.16021,-2.59806,-1.44341
  4156.                           1.83711,-2.59806,-1.83711 1.44341,-2.59806,-2.16021 1.13408,-3.055,1.69727 1.44341,-3.055,1.44341 1.69727,-3.055,1.13408 1.8859,-3.055,0.781166 2.00206,-3.055,0.398235 2.04129,-3.055,-6.15126E-07 2.00206,-3.055,-0.398235 1.8859,-3.055,-0.781166 1.69727,-3.055,-1.13408 1.44341,-3.055,-1.44341 1.13408,-3.055,-1.69727
  4157.                           1.1691,-3.39453,0.781166 1.29903,-3.39453,0.538077 1.37904,-3.39453,0.274309 1.40606,-3.39453,-5.70807E-07 1.37904,-3.39453,-0.274309 1.29903,-3.39453,-0.538077 1.1691,-3.39453,-0.781166
  4158.                         </Point3DCollection>
  4159.                       </MeshGeometry3D.Positions>
  4160.                     </MeshGeometry3D>
  4161.                   </GeometryModel3D.Geometry>
  4162.                 </GeometryModel3D>
  4163.               </Model3DGroup>
  4164.               <Model3DGroup x:Name="Sphere01OR74">
  4165.                 <!-- Sphere01 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[22]) -->
  4166.                 <Model3DGroup.Transform>
  4167.                   <Transform3DGroup>
  4168.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4169.                     <ScaleTransform3D ScaleX="0.769275" ScaleY="0.163076" ScaleZ="0.769275"/>
  4170.                     <RotateTransform3D>
  4171.                       <RotateTransform3D.Rotation>
  4172.                         <AxisAngleRotation3D Angle="115.7460796" Axis="0.550305663 -0.6279548985 0.550305663"/>
  4173.                       </RotateTransform3D.Rotation>
  4174.                     </RotateTransform3D>
  4175.                     <TranslateTransform3D OffsetX="-101.176" OffsetY="-0.667294" OffsetZ="0.879384"/>
  4176.                   </Transform3DGroup>
  4177.                 </Model3DGroup.Transform>
  4178.                 <GeometryModel3D x:Name="Sphere01OR74GR75">
  4179.                   <GeometryModel3D.Material>
  4180.                     <MaterialGroup>
  4181.                       <DiffuseMaterial>
  4182.                         <DiffuseMaterial.Brush>
  4183.                           <ImageBrush ImageSource="Assets\bike_lightblackLogoMR8.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4184.                         </DiffuseMaterial.Brush>
  4185.                       </DiffuseMaterial>
  4186.                       <SpecularMaterial SpecularPower="107.52">
  4187.                         <SpecularMaterial.Brush>
  4188.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  4189.                         </SpecularMaterial.Brush>
  4190.                       </SpecularMaterial>
  4191.                     </MaterialGroup>
  4192.                   </GeometryModel3D.Material>
  4193.                   <GeometryModel3D.BackMaterial>
  4194.                     <MaterialGroup>
  4195.                       <DiffuseMaterial>
  4196.                         <DiffuseMaterial.Brush>
  4197.                           <ImageBrush ImageSource="Assets\bike_lightblackLogoMR8.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4198.                         </DiffuseMaterial.Brush>
  4199.                       </DiffuseMaterial>
  4200.                       <SpecularMaterial SpecularPower="107.52">
  4201.                         <SpecularMaterial.Brush>
  4202.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  4203.                         </SpecularMaterial.Brush>
  4204.                       </SpecularMaterial>
  4205.                     </MaterialGroup>
  4206.                   </GeometryModel3D.BackMaterial>
  4207.                   <GeometryModel3D.Geometry>
  4208.                     <MeshGeometry3D
  4209.                                             TriangleIndices="0,1,2 0,2,3 0,3,4 0,4,5 0,5,6 0,6,7 0,7,8 0,8,9 0,9,10 0,10,11 0,11,12 0,12,13 0,13,14 0,14,1 1,15,16 1,16,2 2,16,17 2,17,3 3,17,18 3,18,4 4,18,19 4,19,5 5,19,20 5,20,6 6,20,21 6,21,7 7,21,22 7,22,8 8,22,23 8,23,9 9,23,24 9,24,10 10,24,25 10,25,11 11,25,26 11,26,12 12,26,27 12,27,13 13,27,28 13,28,14 14,28,15 14,15,1 15,29,30 15,30,16 16,30,31 16,31,17 17,31,32 17,32,18 18,32,33 18,33,19 19,33,34 19,34,20 20,34,35 20,35,21 21,35,36 21,36,22 22,36,37 22,37,23 23,37,38 23,38,24 24,38,39 24,39,25 25,39,40 25,40,26 26,40,41 26,41,27 27,41,42 27,42,28 28,42,29 28,29,15 29,43,44 29,44,30 30,44,45 30,45,31 31,45,46 31,46,32 32,46,47 32,47,33 33,47,48 33,48,34 34,48,49 34,49,35 35,49,50 35,50,36 36,50,51 36,51,37 37,51,52 37,52,38 38,52,53 38,53,39 39,53,54 39,54,40 40,54,55 40,55,41 41,55,56 41,56,42 42,56,43 42,43,29 43,57,58 43,58,44 44,58,59 44,59,45 45,59,60 45,60,46 46,60,61 46,61,47 47,61,62 47,62,48 48,62,63 48,63,49 49,63,64 49,64,50 50,64,65 50,65,51 51,65,66 51,66,52 52,66,67 52,67,53 53,67,68 53,68,54 54,68,69 54,69,55 55,69,70 55,70,56 56,70,57 56,57,43 57,71,72 57,72,58 58,72,73 58,73,59 59,73,74 59,74,60 60,74,75 60,75,61 61,75,76 61,76,62 62,76,77 62,77,63 63,77,78 63,78,64 64,78,79 64,79,65 65,79,80 65,80,66 66,80,81 66,81,67 67,81,82 67,82,68 68,82,83 68,83,69 69,83,84 69,84,70 70,84,71 70,71,57 85,72,71 85,73,72 85,74,73 85,75,74 85,76,75 85,77,76 85,78,77 85,79,78 85,80,79 85,81,80 85,82,81 85,83,82 85,84,83 85,71,84 "
  4210.                                 >
  4211.                       <MeshGeometry3D.Normals>
  4212.                         <Vector3DCollection>
  4213.                           1.42109E-07,1,-2.12399E-06 -0.0290508,0.880329,-0.473473 -0.231608,0.880326,-0.413984 -0.388289,0.880327,-0.272502 -0.46807,0.880327,-0.077035 -0.455141,0.880327,0.133682 -0.35207,0.880327,0.317917 -0.179263,0.880328,0.439189 0.0290531,0.880328,0.473475 0.231606,0.880328,0.413983 0.388295,0.880328,0.27249 0.46807,0.880327,0.0770388 0.455143,0.880327,-0.133679
  4214.                           0.352063,0.880327,-0.317924 0.179262,0.880327,-0.439192 -0.0105079,0.62441,-0.781026 -0.348346,0.62441,-0.699119 -0.617183,0.624409,-0.478747 -0.763784,0.624408,-0.163552 -0.759106,0.62441,0.18404 -0.604078,0.62441,0.495179 -0.329412,0.624406,0.708241 0.0105112,0.624409,0.781026 0.348343,0.624407,0.699123 0.617184,0.624409,0.478745 0.763783,0.62441,0.163547
  4215.                           0.759107,0.624408,-0.18404 0.60408,0.624407,-0.495179 0.329409,0.624409,-0.70824 -0.00368991,0.22304,-0.974802 -0.426277,0.223039,-0.876665 -0.764432,0.223041,-0.604894 -0.951183,0.223041,-0.213317 -0.949541,0.223041,0.220511 -0.759829,0.223041,0.610665 -0.419625,0.22304,0.879868 0.00368927,0.223039,0.974803 0.426277,0.223039,0.876665 0.764431,0.22304,0.604895
  4216.                           0.951183,0.223041,0.213315 0.94954,0.223041,-0.220513 0.75983,0.223041,-0.610665 0.419627,0.22304,-0.879867 0.00368901,-0.223039,-0.974803 -0.419625,-0.22304,-0.879868 -0.75983,-0.223041,-0.610665 -0.949541,-0.223041,-0.220511 -0.951183,-0.223041,0.213317 -0.764432,-0.223041,0.604894 -0.426276,-0.223039,0.876665 -0.00368979,-0.22304,0.974802 0.419627,-0.22304,0.879867
  4217.                           0.75983,-0.223041,0.610665 0.94954,-0.223041,0.220512 0.951183,-0.223041,-0.213315 0.764431,-0.22304,-0.604895 0.426277,-0.223039,-0.876665 0.0105109,-0.62441,-0.781026 -0.329412,-0.624406,-0.708241 -0.604078,-0.62441,-0.495179 -0.759106,-0.62441,-0.18404 -0.763784,-0.624408,0.163552 -0.617183,-0.624409,0.478747 -0.348346,-0.62441,0.699119 -0.0105079,-0.62441,0.781026
  4218.                           0.329409,-0.624409,0.70824 0.60408,-0.624407,0.495179 0.759107,-0.624408,0.18404 0.763783,-0.62441,-0.163547 0.617184,-0.62441,-0.478745 0.348343,-0.624407,-0.699123 0.0290528,-0.880328,-0.473475 -0.179263,-0.880328,-0.439189 -0.352071,-0.880327,-0.317917 -0.455141,-0.880327,-0.133682 -0.46807,-0.880327,0.077035 -0.388289,-0.880326,0.272502 -0.231608,-0.880326,0.413984
  4219.                           -0.029051,-0.880329,0.473473 0.179262,-0.880327,0.439192 0.352063,-0.880327,0.317924 0.455142,-0.880327,0.133679 0.46807,-0.880327,-0.0770388 0.388294,-0.880328,-0.27249 0.231606,-0.880328,-0.413983 -1.24892E-07,-1,2.17646E-06
  4220.                         </Vector3DCollection>
  4221.                       </MeshGeometry3D.Normals>
  4222.                       <MeshGeometry3D.Positions>
  4223.                         <Point3DCollection>
  4224.                           -2.6527E-08,5.59711,6.26138E-08 -1.40503E-07,5.04281,-2.42849 -1.05368,5.0428,-2.188 -1.89867,5.04281,-1.51414 -2.3676,5.04281,-0.54039 -2.3676,5.0428,0.54039 -1.89867,5.04281,1.51414 -1.05368,5.04282,2.188 1.4099E-07,5.04281,2.42849 1.05368,5.04282,2.188 1.89867,5.04281,1.51414 2.3676,5.0428,0.54039 2.36761,5.04281,-0.540391
  4225.                           1.89867,5.04281,-1.51414 1.05368,5.04279,-2.188 -2.25145E-07,3.48975,-4.37599 -1.89867,3.48974,-3.94263 -3.42129,3.48972,-2.72839 -4.26628,3.48973,-0.97375 -4.26628,3.48974,0.97375 -3.42129,3.48974,2.72839 -1.89867,3.48973,3.94263 3.44226E-07,3.48976,4.37599 1.89867,3.48973,3.94263 3.42129,3.48974,2.72839 4.26628,3.48973,0.973749
  4226.                           4.26628,3.48973,-0.97375 3.42129,3.48972,-2.72839 1.89867,3.48974,-3.94263 -2.02311E-07,1.24548,-5.45677 -2.3676,1.24545,-4.91638 -4.26628,1.24548,-3.40224 -5.31996,1.24547,-1.21425 -5.31996,1.24549,1.21425 -4.26628,1.24548,3.40224 -2.3676,1.24545,4.91638 3.71853E-07,1.24547,5.45677 2.36761,1.24545,4.91638 4.26628,1.24548,3.40224
  4227.                           5.31996,1.24549,1.21425 5.31996,1.24546,-1.21425 4.26628,1.24547,-3.40224 2.3676,1.24545,-4.91638 -2.16889E-07,-1.24547,-5.45677 -2.3676,-1.24545,-4.91638 -4.26628,-1.24548,-3.40224 -5.31996,-1.24549,-1.21425 -5.31996,-1.24546,1.21425 -4.26628,-1.24547,3.40224 -2.3676,-1.24545,4.91638 3.57274E-07,-1.24548,5.45677 2.36761,-1.24545,4.91638
  4228.                           4.26628,-1.24548,3.40224 5.31996,-1.24547,1.21425 5.31996,-1.24549,-1.21425 4.26628,-1.24548,-3.40224 2.3676,-1.24545,-4.91638 -1.89263E-07,-3.48976,-4.37599 -1.89867,-3.48973,-3.94263 -3.42129,-3.48974,-2.72839 -4.26628,-3.48973,-0.97375 -4.26628,-3.48973,0.97375 -3.42129,-3.48972,2.72839 -1.89867,-3.48973,3.94263 3.02626E-07,-3.48975,4.37599
  4229.                           1.89867,-3.48974,3.94263 3.42129,-3.48972,2.72839 4.26628,-3.48973,0.97375 4.26628,-3.48974,-0.97375 3.42129,-3.48974,-2.72839 1.89867,-3.48973,-3.94263 -1.4099E-07,-5.04281,-2.42849 -1.05368,-5.04282,-2.188 -1.89867,-5.04281,-1.51414 -2.3676,-5.0428,-0.54039 -2.3676,-5.04281,0.540391 -1.89867,-5.04281,1.51414 -1.05368,-5.04279,2.188
  4230.                           1.40503E-07,-5.04281,2.42849 1.05368,-5.04279,2.188 1.89867,-5.04281,1.51414 2.3676,-5.04281,0.54039 2.3676,-5.0428,-0.54039 1.89867,-5.04281,-1.51414 1.05368,-5.04282,-2.188 2.6527E-08,-5.59711,-6.26138E-08
  4231.                         </Point3DCollection>
  4232.                       </MeshGeometry3D.Positions>
  4233.                       <MeshGeometry3D.TextureCoordinates>
  4234.                         <PointCollection>
  4235.                           0.5,0.5 0.5,0.716725 0.405967,0.695263 0.330557,0.635126 0.288709,0.548226 0.288709,0.451774 0.330557,0.364874 0.405966,0.304737 0.5,0.283275 0.594033,0.304737 0.669443,0.364874 0.711291,0.451774 0.711291,0.548226 0.669443,0.635126 0.594034,0.695263 0.5,0.890525 0.330558,0.851851 0.194675,0.743489 0.119266,0.5869 0.119266,0.4131 0.194675,0.256512 0.330557,0.148149 0.5,0.109475
  4236.                           0.669442,0.148149 0.805325,0.256512 0.880734,0.4131 0.880734,0.5869 0.805325,0.743488 0.669443,0.851851 0.5,0.986977 0.288709,0.938751 0.119266,0.803625 0.0252326,0.608363 0.0252326,0.391638 0.119266,0.196375 0.288709,0.061249 0.5,0.0130231 0.711291,0.0612489 0.880734,0.196375 0.974767,0.391637 0.974767,0.608362 0.880734,0.803625 0.711291,0.938751 0.5,0.986977 0.288709,0.938751 0.119266,0.803625
  4237.                           0.0252326,0.608363 0.0252326,0.391638 0.119266,0.196375 0.288709,0.061249 0.5,0.0130231 0.711291,0.0612489 0.880734,0.196375 0.974767,0.391637 0.974767,0.608362 0.880734,0.803625 0.711291,0.938751 0.5,0.890525 0.330558,0.851851 0.194675,0.743489 0.119266,0.5869 0.119266,0.4131 0.194675,0.256512 0.330557,0.148149 0.5,0.109475 0.669442,0.148149 0.805325,0.256512 0.880734,0.4131 0.880734,0.5869
  4238.                           0.805325,0.743488 0.669443,0.851851 0.5,0.716725 0.405967,0.695263 0.330558,0.635126 0.288709,0.548226 0.288709,0.451774 0.330557,0.364874 0.405966,0.304737 0.5,0.283275 0.594033,0.304737 0.669442,0.364874 0.711291,0.451774 0.711291,0.548226 0.669443,0.635126 0.594034,0.695263 0.5,0.5
  4239.                         </PointCollection>
  4240.                       </MeshGeometry3D.TextureCoordinates>
  4241.                     </MeshGeometry3D>
  4242.                   </GeometryModel3D.Geometry>
  4243.                 </GeometryModel3D>
  4244.               </Model3DGroup>
  4245.               <Model3DGroup x:Name="Sphere06OR77">
  4246.                 <!-- Sphere06 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[23]) -->
  4247.                 <Model3DGroup.Transform>
  4248.                   <Transform3DGroup>
  4249.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4250.                     <ScaleTransform3D ScaleX="1.00744" ScaleY="0.213565" ScaleZ="1.00744"/>
  4251.                     <RotateTransform3D>
  4252.                       <RotateTransform3D.Rotation>
  4253.                         <AxisAngleRotation3D Angle="93.24617285" Axis="0.2483203988 0.9368654419 -0.2462115418"/>
  4254.                       </RotateTransform3D.Rotation>
  4255.                     </RotateTransform3D>
  4256.                     <TranslateTransform3D OffsetX="132.32" OffsetY="50.1385" OffsetZ="0.879384"/>
  4257.                   </Transform3DGroup>
  4258.                 </Model3DGroup.Transform>
  4259.                 <GeometryModel3D x:Name="Sphere06OR77GR78">
  4260.                   <GeometryModel3D.Material>
  4261.                     <MaterialGroup>
  4262.                       <DiffuseMaterial>
  4263.                         <DiffuseMaterial.Brush>
  4264.                           <ImageBrush ImageSource="Assets\bike_lightblackLogoMR8.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4265.                         </DiffuseMaterial.Brush>
  4266.                       </DiffuseMaterial>
  4267.                       <SpecularMaterial SpecularPower="107.52">
  4268.                         <SpecularMaterial.Brush>
  4269.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  4270.                         </SpecularMaterial.Brush>
  4271.                       </SpecularMaterial>
  4272.                     </MaterialGroup>
  4273.                   </GeometryModel3D.Material>
  4274.                   <GeometryModel3D.BackMaterial>
  4275.                     <MaterialGroup>
  4276.                       <DiffuseMaterial>
  4277.                         <DiffuseMaterial.Brush>
  4278.                           <ImageBrush ImageSource="Assets\bike_lightblackLogoMR8.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4279.                         </DiffuseMaterial.Brush>
  4280.                       </DiffuseMaterial>
  4281.                       <SpecularMaterial SpecularPower="107.52">
  4282.                         <SpecularMaterial.Brush>
  4283.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  4284.                         </SpecularMaterial.Brush>
  4285.                       </SpecularMaterial>
  4286.                     </MaterialGroup>
  4287.                   </GeometryModel3D.BackMaterial>
  4288.                   <GeometryModel3D.Geometry>
  4289.                     <MeshGeometry3D
  4290.                                             TriangleIndices="0,1,2 0,2,3 0,3,4 0,4,5 0,5,6 0,6,7 0,7,8 0,8,9 0,9,10 0,10,11 0,11,12 0,12,13 0,13,14 0,14,15 0,15,16 0,16,17 0,17,18 0,18,19 0,19,20 0,20,21 0,21,22 0,22,1 1,23,24 1,24,2 2,24,25 2,25,3 3,25,26 3,26,4 4,26,27 4,27,5 5,27,28 5,28,6 6,28,29 6,29,7 7,29,30 7,30,8 8,30,31 8,31,9 9,31,32 9,32,10 10,32,33 10,33,11 11,33,34 11,34,12 12,34,35 12,35,13 13,35,36 13,36,14 14,36,37 14,37,15 15,37,38 15,38,16 16,38,39 16,39,17 17,39,40 17,40,18 18,40,41 18,41,19 19,41,42 19,42,20 20,42,43 20,43,21 21,43,44 21,44,22 22,44,23 22,23,1 23,45,46 23,46,24 24,46,47 24,47,25 25,47,48 25,48,26 26,48,49 26,49,27 27,49,50 27,50,28 28,50,51 28,51,29 29,51,52 29,52,30 30,52,53 30,53,31 31,53,54 31,54,32 32,54,55 32,55,33 33,55,56 33,56,34 34,56,57 34,57,35 35,57,58 35,58,36 36,58,59 36,59,37 37,59,60 37,60,38 38,60,61 38,61,39 39,61,62 39,62,40 40,62,63 40,63,41 41,63,64 41,64,42 42,64,65 42,65,43 43,65,66 43,66,44 44,66,45 44,45,23 45,67,68 45,68,46 46,68,69 46,69,47 47,69,70 47,70,48 48,70,71 48,71,49 49,71,72 49,72,50 50,72,73 50,73,51 51,73,74 51,74,52 52,74,75 52,75,53 53,75,76 53,76,54 54,76,77 54,77,55 55,77,78 55,78,56 56,78,79 56,79,57 57,79,80 57,80,58 58,80,81 58,81,59 59,81,82 59,82,60 60,82,83 60,83,61 61,83,84 61,84,62 62,84,85 62,85,63 63,85,86 63,86,64 64,86,87 64,87,65 65,87,88 65,88,66 66,88,67 66,67,45 67,89,90 67,90,68 68,90,91 68,91,69 69,91,92 69,92,70 70,92,93 70,93,71 71,93,94 71,94,72 72,94,95 72,95,73 73,95,96 73,96,74 74,96,97 74,97,75 75,97,98 75,98,76 76,98,99 76,99,77 77,99,100 77,100,78 78,100,101 78,101,79 79,101,102 79,102,80 80,102,103 80,103,81 81,103,104 81,104,82 82,104,105 82,105,83 83,105,106 83,106,84 84,106,107 84,107,85 85,107,108 85,108,86 86,108,109 86,109,87 87,109,110 87,110,88 88,110,89 88,89,67 89,111,112 89,112,90 90,112,113 90,113,91 91,113,114 91,114,92 92,114,115 92,115,93 93,115,116 93,116,94 94,116,117 94,117,95 95,117,118 95,118,96 96,118,119 96,119,97 97,119,120 97,120,98 98,120,121 98,121,99 99,121,122 99,122,100 100,122,123 100,123,101 101,123,124 101,124,102 102,124,125 102,125,103 103,125,126 103,126,104 104,126,127 104,127,105 105,127,128 105,128,106 106,128,129 106,129,107 107,129,130 107,130,108 108,130,131 108,131,109 109,131,132 109,132,110 110,132,111 110,111,89 111,133,134 111,134,112 112,134,135 112,135,113 113,135,136 113,136,114 114,136,137 114,137,115 115,137,138 115,138,116 116,138,139 116,139,117 117,139,140 117,140,118 118,140,141 118,141,119 119,141,142 119,142,120 120,142,143 120,143,121 121,143,144 121,144,122 122,144,145 122,145,123 123,145,146 123,146,124 124,146,147 124,147,125 125,147,148 125,148,126 126,148,149 126,149,127 127,149,150 127,150,128 128,150,151 128,151,129 129,151,152 129,152,130 130,152,153 130,153,131 131,153,154 131,154,132 132,154,133 132,133,111 133,155,156 133,156,134 134,156,157 134,157,135 135,157,158 135,158,136 136,158,159 136,159,137 137,159,160 137,160,138 138,160,161 138,161,139 139,161,162 139,162,140 140,162,163 140,163,141 141,163,164 141,164,142 142,164,165 142,165,143 143,165,166 143,166,144 144,166,167 144,167,145 145,167,168 145,168,146 146,168,169 146,169,147 147,169,170 147,170,148 148,170,171 148,171,149 149,171,172 149,172,150 150,172,173 150,173,151 151,173,174 151,174,152 152,174,175 152,175,153 153,175,176 153,176,154 154,176,155 154,155,133 155,177,178 155,178,156 156,178,179 156,179,157 157,179,180 157,180,158 158,180,181 158,181,159 159,181,182 159,182,160 160,182,183 160,183,161 161,183,184 161,184,162 162,184,185 162,185,163 163,185,186 163,186,164 164,186,187 164,187,165 165,187,188 165,188,166 166,188,189 166,189,167 167,189,190 167,190,168 168,190,191 168,191,169 169,191,192 169,192,170 170,192,193 170,193,171 171,193,194 171,194,172 172,194,195 172,195,173 173,195,196 173,196,174 174,196,197 174,197,175 175,197,198 175,198,176 176,198,177 176,177,155 177,199,200 177,200,178 178,200,201 178,201,179 179,201,202 179,202,180 180,202,203 180,203,181 181,203,204 181,204,182 182,204,205 182,205,183 183,205,206 183,206,184 184,206,207 184,207,185 185,207,208 185,208,186 186,208,209 186,209,187 187,209,210 187,210,188 188,210,211 188,211,189 189,211,212 189,212,190 190,212,213 190,213,191 191,213,214 191,214,192 192,214,215 192,215,193 193,215,216 193,216,194 194,216,217 194,217,195 195,217,218 195,218,196 196,218,219 196,219,197 197,219,220 197,220,198 198,220,199 198,199,177 221,200,199 221,201,200 221,202,201 221,203,202 221,204,203 221,205,204 221,206,205 221,207,206 221,208,207 221,209,208 221,210,209 221,211,210 221,212,211 221,213,212 221,214,213 221,215,214 221,216,215 221,217,216 221,218,217 221,219,218 221,220,219 221,199,220 "
  4291.                                 >
  4292.                       <MeshGeometry3D.Normals>
  4293.                         <Vector3DCollection>
  4294.                           6.80499E-07,1,-1.83086E-06 -0.0120482,0.950962,-0.309073 -0.0986531,0.950962,-0.293154 -0.177232,0.950962,-0.253497 -0.241463,0.950963,-0.1933 -0.286149,0.950964,-0.117417 -0.307645,0.950962,-0.0320198 -0.304221,0.950959,0.055913 -0.276145,0.950961,0.139347 -0.225702,0.950958,0.21151 -0.156972,0.950959,0.266529 -0.0754962,0.95096,0.29996 0.0120584,0.95096,0.309079
  4295.                           0.0986306,0.950962,0.293161 0.177241,0.950962,0.253488 0.241487,0.950962,0.193273 0.28615,0.950963,0.117423 0.307641,0.950962,0.0320664 0.304213,0.950962,-0.05591 0.276137,0.950961,-0.139361 0.225678,0.950962,-0.211519 0.156948,0.950961,-0.266535 0.0755256,0.950961,-0.29995 -0.00575614,0.841343,-0.540471 -0.157804,0.841342,-0.516954 -0.297047,0.84134,-0.451564
  4296.                           -0.41223,0.841341,-0.349588 -0.494027,0.841341,-0.219276 -0.535791,0.841343,-0.0711984 -0.534145,0.841345,0.0826322 -0.489239,0.841344,0.229752 -0.404681,0.841342,0.358296 -0.28736,0.841338,0.457793 -0.146743,0.841337,0.52021 0.00575749,0.841338,0.540479 0.157786,0.84134,0.516963 0.297048,0.841341,0.45156 0.41224,0.841342,0.349573 0.494024,0.841342,0.21928
  4297.                           0.535788,0.841344,0.0712109 0.534152,0.841342,-0.082621 0.489238,0.84134,-0.229767 0.40469,0.841341,-0.35829 0.287347,0.841343,-0.457793 0.146741,0.841344,-0.520199 -0.0044597,0.655008,-0.755609 -0.217164,0.65501,-0.723741 -0.412268,0.655008,-0.633245 -0.57397,0.655005,-0.491454 -0.689181,0.655006,-0.309833 -0.748555,0.655005,-0.103121 -0.747279,0.655012,0.111952
  4298.                           -0.685471,0.655012,0.317945 -0.56812,0.655014,0.498193 -0.404755,0.655013,0.638069 -0.208598,0.655015,0.726252 0.00446086,0.655014,0.755604 0.217153,0.655007,0.723748 0.412261,0.655006,0.633252 0.573973,0.65501,0.491444 0.68918,0.655007,0.309833 0.748552,0.655009,0.10312 0.747282,0.655008,-0.111954 0.685471,0.655009,-0.317951 0.568131,0.655007,-0.498189
  4299.                           0.404761,0.655009,-0.638069 0.2086,0.65501,-0.726256 -0.0028161,0.415553,-0.909565 -0.258955,0.415552,-0.871928 -0.494116,0.415555,-0.763651 -0.689245,0.415556,-0.59351 -0.828538,0.415555,-0.375285 -0.900706,0.415555,-0.126658 -0.899906,0.415554,0.132229 -0.826199,0.415553,0.380409 -0.685559,0.415553,0.597766 -0.489377,0.415556,0.766697 -0.253553,0.415558,0.873512
  4300.                           0.00281731,0.415555,0.909564 0.258956,0.415556,0.871926 0.494115,0.415553,0.763653 0.689247,0.415551,0.593511 0.828539,0.415553,0.375284 0.900707,0.415552,0.126661 0.899904,0.415555,-0.132233 0.826198,0.415555,-0.380408 0.685558,0.415555,-0.597766 0.489379,0.415555,-0.766696 0.253553,0.415555,-0.873513 -0.000960926,0.142373,-0.989813 -0.279785,0.142372,-0.949447
  4301.                           -0.535942,0.142372,-0.832164 -0.748681,0.142373,-0.647462 -0.900765,0.142371,-0.410308 -0.979875,0.142372,-0.139913 -0.979601,0.142372,0.141817 -0.899965,0.142371,0.41206 -0.747422,0.142369,0.648915 -0.534325,0.142372,0.833203 -0.277939,0.142373,0.949989 0.000965316,0.14237,0.989813 0.279784,0.142369,0.949448 0.535943,0.142372,0.832163 0.748681,0.14237,0.647462
  4302.                           0.900765,0.14237,0.410308 0.979875,0.142371,0.139913 0.979601,0.14237,-0.141817 0.899966,0.142371,-0.412058 0.747421,0.142372,-0.648916 0.534323,0.142371,-0.833204 0.27794,0.142372,-0.949989 0.000962145,-0.142371,-0.989813 -0.27794,-0.142372,-0.949989 -0.534323,-0.142373,-0.833204 -0.747422,-0.142372,-0.648915 -0.899967,-0.142371,-0.412057 -0.979601,-0.142371,-0.141818
  4303.                           -0.979875,-0.142372,0.139913 -0.900765,-0.142371,0.410309 -0.748681,-0.142371,0.647463 -0.535943,-0.142372,0.832163 -0.279785,-0.142372,0.949447 -0.000958992,-0.142371,0.989813 0.27794,-0.142371,0.949989 0.534324,-0.142371,0.833204 0.747422,-0.142371,0.648915 0.899966,-0.142371,0.412057 0.979601,-0.142372,0.141818 0.979875,-0.142372,-0.139914 0.900764,-0.14237,-0.41031
  4304.                           0.74868,-0.14237,-0.647464 0.535943,-0.142374,-0.832163 0.279786,-0.142372,-0.949447 0.00281653,-0.415558,-0.909562 -0.253552,-0.415556,-0.873513 -0.489378,-0.415553,-0.766697 -0.685559,-0.415556,-0.597764 -0.8262,-0.415554,-0.380406 -0.899905,-0.415555,-0.132232 -0.900705,-0.415557,0.126657 -0.828537,-0.415555,0.375286 -0.689246,-0.415557,0.593509 -0.494115,-0.415554,0.763652
  4305.                           -0.258953,-0.415555,0.871928 -0.00281621,-0.415555,0.909564 0.253554,-0.415553,0.873513 0.489377,-0.415556,0.766696 0.685558,-0.415555,0.597766 0.8262,-0.415555,0.380406 0.899905,-0.415554,0.132233 0.900706,-0.415555,-0.126657 0.828538,-0.415555,-0.375285 0.689243,-0.415552,-0.593516 0.494114,-0.415556,-0.763652 0.258957,-0.415557,-0.871925 0.00446817,-0.65501,-0.755607
  4306.                           -0.208599,-0.655005,-0.726261 -0.404758,-0.655007,-0.638072 -0.56813,-0.655009,-0.498188 -0.685474,-0.655007,-0.317949 -0.747284,-0.655007,-0.111948 -0.748551,-0.655009,0.103122 -0.689176,-0.65501,0.309835 -0.573971,-0.655011,0.491445 -0.412266,-0.655012,0.633242 -0.217159,-0.65501,0.723743 -0.00445944,-0.655008,0.755609 0.2086,-0.655009,0.726257 0.404764,-0.655006,0.63807
  4307.                           0.568126,-0.655008,0.498194 0.685474,-0.655007,0.317948 0.747284,-0.655006,0.111952 0.748552,-0.655009,-0.10312 0.689175,-0.655012,-0.309834 0.573967,-0.655014,-0.491445 0.412258,-0.655007,-0.633252 0.217161,-0.655011,-0.723742 0.00577941,-0.841341,-0.540473 -0.146725,-0.841342,-0.520207 -0.287363,-0.84134,-0.457788 -0.404691,-0.841343,-0.358283 -0.489234,-0.841344,-0.229762
  4308.                           -0.534147,-0.841344,-0.0826299 -0.535793,-0.84134,0.0712249 -0.494023,-0.841341,0.219287 -0.412235,-0.841342,0.34958 -0.297051,-0.841343,0.451557 -0.157807,-0.841344,0.516951 -0.0057583,-0.841341,0.540474 0.146739,-0.841343,0.520202 0.287355,-0.841343,0.457787 0.40468,-0.841341,0.3583 0.489238,-0.841342,0.229761 0.534152,-0.841342,0.0826131 0.535787,-0.841345,-0.071207
  4309.                           0.494021,-0.84134,-0.219293 0.41224,-0.841341,-0.349575 0.29705,-0.841339,-0.451564 0.15779,-0.841338,-0.516965 0.012044,-0.950959,-0.309084 -0.0754847,-0.950963,-0.299953 -0.156959,-0.950964,-0.266517 -0.225703,-0.950962,-0.211495 -0.276139,-0.950962,-0.139352 -0.304206,-0.950963,-0.0559348 -0.307639,-0.950963,0.0320446 -0.286145,-0.950961,0.117448 -0.241474,-0.95096,0.193301
  4310.                           -0.177242,-0.950961,0.253493 -0.0986573,-0.950961,0.293155 -0.0120644,-0.950962,0.309071 0.0755233,-0.950961,0.299949 0.156963,-0.950961,0.266524 0.225677,-0.950962,0.211523 0.276125,-0.950964,0.139365 0.304216,-0.950962,0.0558874 0.307642,-0.950962,-0.0320477 0.286152,-0.950963,-0.117415 0.241487,-0.95096,-0.193287 0.177254,-0.950961,-0.253486 0.0986276,-0.95096,-0.293168
  4311.                           -6.58084E-07,-1,3.01151E-06
  4312.                         </Vector3DCollection>
  4313.                       </MeshGeometry3D.Normals>
  4314.                       <MeshGeometry3D.Positions>
  4315.                         <Point3DCollection>
  4316.                           6.15096E-08,5.59712,5.03707E-06 -8.1509E-08,5.37039,-1.57689 -0.44426,5.37038,-1.51301 -0.852529,5.37037,-1.32656 -1.19173,5.37039,-1.03264 -1.43439,5.37039,-0.655059 -1.56084,5.37038,-0.224412 -1.56084,5.37036,0.22441 -1.43439,5.37038,0.655063 -1.19173,5.37038,1.03264 -0.852529,5.3704,1.32657 -0.44426,5.3704,1.51301 3.62552E-07,5.37038,1.57688
  4317.                           0.444261,5.37039,1.51301 0.85253,5.37039,1.32656 1.19173,5.37038,1.03264 1.43439,5.37037,0.655058 1.56084,5.37037,0.224412 1.56084,5.37039,-0.224409 1.43439,5.37038,-0.655064 1.19173,5.37039,-1.03264 0.852529,5.37037,-1.32657 0.44426,5.37037,-1.51301 -1.0015E-07,4.70859,-3.02602 -0.852529,4.70858,-2.90344 -1.63599,4.70859,-2.54565
  4318.                           -2.28692,4.7086,-1.98162 -2.75257,4.7086,-1.25705 -2.99522,4.70859,-0.430645 -2.99522,4.70857,0.430642 -2.75257,4.70858,1.25706 -2.28692,4.70857,1.98162 -1.63599,4.70856,2.54565 -0.852529,4.70856,2.90344 6.68498E-07,4.70857,3.02602 0.85253,4.70859,2.90345 1.63599,4.70859,2.54566 2.28692,4.70859,1.98163 2.75257,4.70859,1.25706
  4319.                           2.99522,4.7086,0.430653 2.99522,4.70859,-0.430647 2.75257,4.70858,-1.25706 2.28691,4.70859,-1.98163 1.63599,4.70858,-2.54565 0.852528,4.70858,-2.90345 -1.96857E-07,3.66533,-4.23001 -1.19173,3.66534,-4.05866 -2.28692,3.6653,-3.55851 -3.19683,3.66531,-2.77007 -3.84775,3.66533,-1.75721 -4.18695,3.66532,-0.601997 -4.18695,3.66534,0.601999
  4320.                           -3.84775,3.66532,1.75721 -3.19683,3.66534,2.77007 -2.28692,3.66531,3.55851 -1.19173,3.66531,4.05866 1.03808E-06,3.66532,4.23001 1.19173,3.66531,4.05866 2.28692,3.66533,3.55851 3.19683,3.66533,2.77007 3.84775,3.66532,1.75721 4.18695,3.66533,0.601996 4.18695,3.66531,-0.602001 3.84775,3.66532,-1.75721 3.19683,3.66531,-2.77007
  4321.                           2.28691,3.66533,-3.55851 1.19173,3.66534,-4.05866 -2.97145E-07,2.32511,-5.09131 -1.43439,2.32511,-4.88507 -2.75257,2.32512,-4.28308 -3.84775,2.32511,-3.3341 -4.63121,2.32513,-2.115 -5.03948,2.32511,-0.724573 -5.03948,2.32513,0.724575 -4.63121,2.32513,2.11501 -3.84775,2.32514,3.3341 -2.75257,2.32511,4.28308 -1.43439,2.32513,4.88508
  4322.                           1.30572E-06,2.32512,5.09131 1.43439,2.32512,4.88507 2.75257,2.32511,4.28308 3.84775,2.32513,3.3341 4.63121,2.32512,2.115 5.03948,2.32512,0.72457 5.03948,2.32514,-0.724565 4.63121,2.32512,-2.11501 3.84775,2.32511,-3.3341 2.75257,2.32512,-4.28308 1.43438,2.32513,-4.88507 -2.10267E-07,0.796563,-5.54013 -1.56084,0.796541,-5.31572
  4323.                           -2.99522,0.796542,-4.66066 -4.18695,0.796573,-3.62801 -5.03948,0.796553,-2.30145 -5.48374,0.796548,-0.788442 -5.48374,0.79656,0.78845 -5.03948,0.796545,2.30145 -4.18695,0.796538,3.62801 -2.99522,0.796551,4.66066 -1.56083,0.796558,5.31572 1.31805E-06,0.796544,5.54013 1.56084,0.796533,5.31571 2.99522,0.79655,4.66066 4.18695,0.796534,3.62801
  4324.                           5.03948,0.796539,2.30145 5.48374,0.796544,0.788441 5.48374,0.796532,-0.78845 5.03948,0.796547,-2.30145 4.18695,0.79657,-3.62801 2.99522,0.79654,-4.66066 1.56083,0.796551,-5.31572 -2.58561E-07,-0.796561,-5.54013 -1.56084,-0.796551,-5.31572 -2.99522,-0.79655,-4.66066 -4.18695,-0.79657,-3.62802 -5.03948,-0.796539,-2.30145 -5.48374,-0.796544,-0.788441
  4325.                           -5.48374,-0.796567,0.788437 -5.03948,-0.796547,2.30145 -4.18695,-0.796554,3.62801 -2.99522,-0.79654,4.66066 -1.56083,-0.796533,5.31572 1.33435E-06,-0.796563,5.54013 1.56084,-0.796559,5.31571 2.99522,-0.796542,4.66066 4.18695,-0.796557,3.62801 5.03948,-0.796553,2.30145 5.48374,-0.796548,0.788442 5.48374,-0.79656,-0.78845 5.03948,-0.796545,-2.30145
  4326.                           4.18695,-0.796538,-3.62801 2.99522,-0.796551,-4.66066 1.56083,-0.796541,-5.31572 -2.40797E-07,-2.32512,-5.09131 -1.43439,-2.32512,-4.88507 -2.75257,-2.32511,-4.28308 -3.84775,-2.32513,-3.3341 -4.63121,-2.32512,-2.115 -5.03948,-2.32512,-0.72457 -5.03948,-2.32514,0.724565 -4.63121,-2.32512,2.11501 -3.84775,-2.32515,3.33409 -2.75257,-2.32512,4.28308
  4327.                           -1.43439,-2.32513,4.88507 1.3029E-06,-2.32511,5.09131 1.43439,-2.32511,4.88507 2.75257,-2.32512,4.28308 3.84775,-2.32511,3.3341 4.63121,-2.32513,2.115 5.03948,-2.32511,0.724573 5.03948,-2.32513,-0.724575 4.63121,-2.32513,-2.11501 3.84775,-2.32514,-3.3341 2.75257,-2.32511,-4.28308 1.43438,-2.32512,-4.88507 -1.50648E-07,-3.66532,-4.23001
  4328.                           -1.19173,-3.66531,-4.05866 -2.28692,-3.66533,-3.55851 -3.19683,-3.66534,-2.77007 -3.84775,-3.66532,-1.75721 -4.18695,-3.66533,-0.601996 -4.18695,-3.66531,0.602001 -3.84775,-3.66532,1.75721 -3.19683,-3.66531,2.77007 -2.28691,-3.66533,3.55851 -1.19173,-3.66534,4.05866 1.08429E-06,-3.66532,4.23001 1.19173,-3.66534,4.05866 2.28692,-3.6653,3.55851
  4329.                           3.19683,-3.66531,2.77007 3.84775,-3.66533,1.75721 4.18695,-3.66532,0.601997 4.18695,-3.66534,-0.601999 3.84775,-3.66532,-1.75721 3.19683,-3.66534,-2.77007 2.28691,-3.66531,-3.55851 1.19173,-3.66531,-4.05866 -7.68763E-08,-4.70857,-3.02602 -0.852529,-4.70861,-2.90345 -1.63599,-4.7086,-2.54565 -2.28692,-4.70859,-1.98163 -2.75257,-4.70859,-1.25706
  4330.                           -2.99522,-4.7086,-0.430653 -2.99522,-4.70859,0.430647 -2.75257,-4.70858,1.25706 -2.28691,-4.70857,1.98162 -1.63599,-4.70858,2.54565 -0.852528,-4.70858,2.90345 7.50934E-07,-4.70859,3.02602 0.85253,-4.70858,2.90344 1.63599,-4.70859,2.54565 2.28692,-4.70859,1.98162 2.75257,-4.7086,1.25705 2.99522,-4.70859,0.430645 2.99522,-4.7086,-0.430655
  4331.                           2.75257,-4.70858,-1.25706 2.28691,-4.70857,-1.98162 1.63599,-4.70858,-2.54565 0.852528,-4.70858,-2.90344 -6.67414E-08,-5.37038,-1.57688 -0.44426,-5.37039,-1.51301 -0.852529,-5.37039,-1.32656 -1.19173,-5.37038,-1.03264 -1.43439,-5.37037,-0.655058 -1.56083,-5.37037,-0.224412 -1.56084,-5.37039,0.224409 -1.43439,-5.37038,0.655064 -1.19173,-5.37037,1.03264
  4332.                           -0.852528,-5.37037,1.32657 -0.444259,-5.37037,1.51301 3.7732E-07,-5.37039,1.57689 0.44426,-5.37038,1.51301 0.852529,-5.37037,1.32656 1.19173,-5.37037,1.03264 1.43439,-5.37039,0.655059 1.56084,-5.37038,0.224412 1.56083,-5.37036,-0.22441 1.43439,-5.37038,-0.655063 1.19173,-5.37038,-1.03264 0.852528,-5.3704,-1.32657 0.444259,-5.3704,-1.51301
  4333.                           -6.15096E-08,-5.59712,-5.03707E-06
  4334.                         </Point3DCollection>
  4335.                       </MeshGeometry3D.Positions>
  4336.                       <MeshGeometry3D.TextureCoordinates>
  4337.                         <PointCollection>
  4338.                           0.5,0.5 0.5,0.640726 0.460353,0.635025 0.423918,0.618386 0.393647,0.592156 0.371992,0.55846 0.360707,0.520027 0.360707,0.479973 0.371992,0.441541 0.393647,0.407844 0.423918,0.381614 0.460353,0.364975 0.5,0.359274 0.539647,0.364975 0.576082,0.381614 0.606353,0.407844 0.628008,0.441541 0.639293,0.479973 0.639293,0.520027 0.628008,0.55846 0.606353,0.592156 0.576082,0.618386 0.539647,0.635025
  4339.                           0.5,0.77005 0.423918,0.759111 0.354,0.727181 0.29591,0.676845 0.254354,0.612183 0.232698,0.538432 0.232698,0.461568 0.254354,0.387817 0.29591,0.323155 0.354,0.272819 0.423918,0.240889 0.5,0.22995 0.576082,0.240889 0.646,0.272819 0.70409,0.323155 0.745646,0.387817 0.767302,0.461568 0.767302,0.538432 0.745646,0.612183 0.70409,0.676845 0.646,0.727181 0.576082,0.759111 0.5,0.877497
  4340.                           0.393647,0.862206 0.29591,0.817571 0.214707,0.747208 0.156616,0.656818 0.126345,0.553724 0.126345,0.446277 0.156616,0.343182 0.214707,0.252792 0.29591,0.182429 0.393647,0.137794 0.5,0.122503 0.606353,0.137794 0.70409,0.182429 0.785293,0.252792 0.843384,0.343182 0.873655,0.446277 0.873655,0.553724 0.843384,0.656818 0.785293,0.747208 0.70409,0.817571 0.606353,0.862206 0.5,0.954362 0.371992,0.935957
  4341.                           0.254354,0.882233 0.156616,0.797544 0.0866981,0.688749 0.0502631,0.564662 0.0502631,0.435338 0.0866981,0.311251 0.156616,0.202456 0.254354,0.117767 0.371992,0.0640433 0.5,0.0456384 0.628008,0.0640432 0.745646,0.117767 0.843384,0.202456 0.913302,0.311251 0.949737,0.435338 0.949737,0.564662 0.913302,0.688749 0.843384,0.797544 0.745646,0.882233 0.628008,0.935957 0.5,0.994416 0.360707,0.974389 0.232698,0.915929
  4342.                           0.126345,0.823774 0.0502632,0.705388 0.0106162,0.570363 0.0106162,0.429637 0.0502632,0.294612 0.126345,0.176226 0.232698,0.0840706 0.360707,0.0256111 0.5,0.00558376 0.639293,0.0256111 0.767302,0.0840706 0.873655,0.176226 0.949737,0.294612 0.989384,0.429637 0.989384,0.570363 0.949737,0.705388 0.873655,0.823774 0.767302,0.915929 0.639293,0.974389 0.5,0.994416 0.360707,0.974389 0.232698,0.915929 0.126345,0.823774
  4343.                           0.0502632,0.705388 0.0106162,0.570363 0.0106162,0.429637 0.0502632,0.294612 0.126345,0.176226 0.232698,0.0840706 0.360707,0.0256111 0.5,0.00558376 0.639293,0.0256111 0.767302,0.0840706 0.873655,0.176226 0.949737,0.294612 0.989384,0.429637 0.989384,0.570363 0.949737,0.705388 0.873655,0.823774 0.767302,0.915929 0.639293,0.974389 0.5,0.954362 0.371992,0.935957 0.254354,0.882233 0.156616,0.797544 0.0866982,0.688749
  4344.                           0.0502632,0.564662 0.0502632,0.435338 0.0866982,0.311251 0.156616,0.202456 0.254354,0.117767 0.371992,0.0640433 0.5,0.0456384 0.628008,0.0640433 0.745646,0.117767 0.843384,0.202456 0.913302,0.311251 0.949737,0.435338 0.949737,0.564662 0.913302,0.688749 0.843384,0.797544 0.745646,0.882233 0.628008,0.935957 0.5,0.877497 0.393647,0.862206 0.29591,0.817571 0.214707,0.747208 0.156616,0.656818 0.126345,0.553724
  4345.                           0.126345,0.446277 0.156616,0.343182 0.214707,0.252792 0.29591,0.182429 0.393647,0.137794 0.5,0.122503 0.606353,0.137794 0.70409,0.182429 0.785293,0.252792 0.843384,0.343182 0.873655,0.446277 0.873655,0.553724 0.843383,0.656818 0.785293,0.747208 0.70409,0.817571 0.606353,0.862206 0.5,0.77005 0.423918,0.759111 0.354,0.727181 0.29591,0.676845 0.254354,0.612183 0.232698,0.538432 0.232698,0.461568
  4346.                           0.254354,0.387817 0.29591,0.323155 0.354,0.272819 0.423918,0.240889 0.5,0.22995 0.576082,0.240889 0.646,0.272819 0.70409,0.323155 0.745646,0.387817 0.767302,0.461568 0.767302,0.538432 0.745646,0.612183 0.70409,0.676845 0.646,0.727181 0.576082,0.759111 0.5,0.640725 0.460353,0.635025 0.423918,0.618386 0.393647,0.592156 0.371992,0.558459 0.360707,0.520027 0.360707,0.479973 0.371992,0.441541
  4347.                           0.393647,0.407844 0.423918,0.381614 0.460353,0.364975 0.5,0.359275 0.539647,0.364975 0.576082,0.381614 0.606353,0.407844 0.628008,0.441541 0.639293,0.479973 0.639293,0.520027 0.628008,0.558459 0.606353,0.592156 0.576082,0.618386 0.539647,0.635025 0.5,0.5
  4348.                         </PointCollection>
  4349.                       </MeshGeometry3D.TextureCoordinates>
  4350.                     </MeshGeometry3D>
  4351.                   </GeometryModel3D.Geometry>
  4352.                 </GeometryModel3D>
  4353.               </Model3DGroup>
  4354.               <Model3DGroup x:Name="Cylinder03OR80">
  4355.                 <!-- Cylinder03 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[24]) -->
  4356.                 <Model3DGroup.Transform>
  4357.                   <Transform3DGroup>
  4358.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4359.                     <ScaleTransform3D ScaleX="1.37473" ScaleY="1.04063" ScaleZ="1.42374"/>
  4360.                     <RotateTransform3D>
  4361.                       <RotateTransform3D.Rotation>
  4362.                         <AxisAngleRotation3D Angle="117.8445322" Axis="0.5642437431 -0.6027088264 0.5642438027"/>
  4363.                       </RotateTransform3D.Rotation>
  4364.                     </RotateTransform3D>
  4365.                     <TranslateTransform3D OffsetX="-83.9347" OffsetY="16.8547" OffsetZ="0.442403"/>
  4366.                   </Transform3DGroup>
  4367.                 </Model3DGroup.Transform>
  4368.                 <GeometryModel3D x:Name="Cylinder03OR80GR81">
  4369.                   <GeometryModel3D.Material>
  4370.                     <MaterialGroup>
  4371.                       <DiffuseMaterial>
  4372.                         <DiffuseMaterial.Brush>
  4373.                           <ImageBrush ImageSource="Assets\bike_lightFrontlightMR9.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4374.                         </DiffuseMaterial.Brush>
  4375.                       </DiffuseMaterial>
  4376.                       <SpecularMaterial SpecularPower="101.547">
  4377.                         <SpecularMaterial.Brush>
  4378.                           <SolidColorBrush Color="#828282" Opacity="1.000000"/>
  4379.                         </SpecularMaterial.Brush>
  4380.                       </SpecularMaterial>
  4381.                     </MaterialGroup>
  4382.                   </GeometryModel3D.Material>
  4383.                   <GeometryModel3D.BackMaterial>
  4384.                     <MaterialGroup>
  4385.                       <DiffuseMaterial>
  4386.                         <DiffuseMaterial.Brush>
  4387.                           <ImageBrush ImageSource="Assets\bike_lightFrontlightMR9.png" TileMode="Tile" ViewportUnits="Absolute" Viewport="0 0 1 1" AlignmentX="Left" AlignmentY="Top" Opacity="1.000000" />
  4388.                         </DiffuseMaterial.Brush>
  4389.                       </DiffuseMaterial>
  4390.                       <SpecularMaterial SpecularPower="101.547">
  4391.                         <SpecularMaterial.Brush>
  4392.                           <SolidColorBrush Color="#828282" Opacity="1.000000"/>
  4393.                         </SpecularMaterial.Brush>
  4394.                       </SpecularMaterial>
  4395.                     </MaterialGroup>
  4396.                   </GeometryModel3D.BackMaterial>
  4397.                   <GeometryModel3D.Geometry>
  4398.                     <MeshGeometry3D
  4399.                                             TriangleIndices="0,1,2 2,3,4 4,5,6 2,4,6 6,7,8 8,9,10 6,8,10 10,11,12 12,13,14 10,12,14 6,10,14 14,15,16 16,17,18 14,16,18 6,14,18 18,19,20 20,21,22 18,20,22 6,18,22 2,6,22 0,2,22 23,0,22 22,21,24 24,25,22 21,20,26 26,24,21 20,19,27 27,26,20 19,18,28 28,27,19 18,17,29 29,28,18 17,16,30 30,29,17 16,15,31 31,30,16 15,14,32 32,31,15 14,13,33 33,32,14 13,12,34 34,33,13 12,11,35 35,34,12 11,10,36 36,35,11 10,9,37 37,36,10 9,8,38 38,37,9 8,7,39 39,38,8 7,6,40 40,39,7 6,5,41 41,40,6 5,4,42 42,41,5 4,3,43 43,42,4 3,2,44 44,43,3 2,1,45 45,44,2 1,0,46 46,45,1 0,23,47 47,46,0 23,22,25 25,47,23 25,24,48 48,49,25 24,26,50 50,48,24 26,27,51 51,50,26 27,28,52 52,51,27 28,29,53 53,52,28 29,30,54 54,53,29 30,31,55 55,54,30 31,32,56 56,55,31 32,33,57 57,56,32 33,34,58 58,57,33 34,35,59 59,58,34 35,36,60 60,59,35 36,37,61 61,60,36 37,38,62 62,61,37 38,39,63 63,62,38 39,40,64 64,63,39 40,41,65 65,64,40 41,42,66 66,65,41 42,43,67 67,66,42 43,44,68 68,67,43 44,45,69 69,68,44 45,46,70 70,69,45 46,47,71 71,70,46 47,25,49 49,71,47 49,48,50 50,51,52 52,53,54 50,52,54 54,55,56 56,57,58 54,56,58 58,59,60 60,61,62 58,60,62 54,58,62 62,63,64 64,65,66 62,64,66 66,67,68 68,69,70 66,68,70 62,66,70 54,62,70 50,54,70 49,50,70 71,49,70 "
  4400.                                 >
  4401.                       <MeshGeometry3D.Normals>
  4402.                         <Vector3DCollection>
  4403.                           0.585988,-0.641169,0.495499 0.562173,-0.209751,0.799979 0.204169,-0.854485,0.477672 0.206021,-0.316594,0.925918 0.0304944,-0.715539,0.697906 -0.124132,-0.327513,0.936657 -0.110126,-0.935656,0.33529 -0.48858,-0.236754,0.839784 -0.538659,-0.645977,0.540888 -0.896245,-0.0728959,0.437527 -0.564091,-0.825319,0.025477 -0.933061,-0.0385951,-0.357643 -0.592772,-0.630511,-0.501075
  4404.                           -0.565862,-0.176292,-0.805433 -0.179342,-0.889735,-0.419772 -0.208553,-0.278343,-0.937566 -0.0311918,-0.699561,-0.713892 0.125759,-0.288892,-0.949066 0.142781,-0.889127,-0.434819 0.492421,-0.20167,-0.84667 0.545578,-0.634115,-0.547944 0.897382,-0.0547667,-0.437843 0.480916,-0.876506,-0.0213963 0.932231,-0.053416,0.357899 0.780367,0.583855,-0.223921 0.806506,0.590478,0.0297414
  4405.                           0.694135,0.559471,-0.452957 0.562832,0.525389,-0.638111 0.396487,0.490503,-0.776018 0.203819,0.463489,-0.862343 -0.00305116,0.451243,-0.892396 -0.209387,0.457003,-0.864468 -0.400107,0.4795,-0.781021 -0.562185,0.513152,-0.648554 -0.686976,0.549411,-0.475617 -0.769966,0.578879,-0.268425 -0.804751,0.59286,-0.0298945 -0.778934,0.586112,0.223015 -0.692855,0.561831,0.451994
  4406.                           -0.561594,0.5283,0.636798 -0.395675,0.494024,0.774198 -0.203832,0.467396,0.860229 0.00204685,0.4551,0.890438 0.207582,0.460252,0.863179 0.398052,0.481657,0.780744 0.560607,0.513943,0.649293 0.686559,0.548764,0.476964 0.770993,0.577017,0.269483 0.454864,0.884816,-0.100991 0.311031,0.950304,0.0134739 0.210586,0.971402,-0.109692 0.349833,0.880219,-0.320674
  4407.                           0.17347,0.946438,-0.27233 0.144352,0.877309,-0.457702 0.00846358,0.981189,-0.192865 -0.103797,0.877065,-0.469024 -0.149232,0.94623,-0.287016 -0.321215,0.879565,-0.35098 -0.200802,0.971217,-0.128126 -0.445785,0.883977,-0.140929 -0.312141,0.949935,-0.0138722 -0.447269,0.888926,0.0988018 -0.161553,0.983286,0.0839574 -0.331882,0.893081,0.303743 -0.162115,0.95347,0.254192
  4408.                           -0.133987,0.895501,0.424412 -0.00981816,0.9746,0.223736 0.0962084,0.895696,0.434133 0.138982,0.953637,0.266945 0.303261,0.893631,0.330841 0.153114,0.983388,0.097491 0.435425,0.889718,0.137139
  4409.                         </Vector3DCollection>
  4410.                       </MeshGeometry3D.Normals>
  4411.                       <MeshGeometry3D.Positions>
  4412.                         <Point3DCollection>
  4413.                           9.16146,-1.11079,2.23127 7.4803,-1.11079,3.30357 5.28937,-1.11079,4.12637 2.73798,-1.11079,4.6436 1.37045E-06,-1.11079,4.82002 -2.73798,-1.11079,4.64361 -5.28937,-1.11079,4.12637 -7.4803,-1.11079,3.30357 -9.16146,-1.11079,2.23127 -10.2183,-1.11079,0.982556 -10.5787,-1.11079,-0.357481 -10.2183,-1.11079,-1.69752 -9.16146,-1.11079,-2.94623
  4414.                           -7.4803,-1.11079,-4.01853 -5.28937,-1.11079,-4.84133 -2.73798,-1.11079,-5.35857 -1.56256E-07,-1.11079,-5.53499 2.73798,-1.11079,-5.35857 5.28937,-1.11079,-4.84133 7.4803,-1.11079,-4.01853 9.16146,-1.11079,-2.94624 10.2183,-1.11079,-1.69752 10.5787,-1.11079,-0.357483 10.2183,-1.11079,0.982554 5.00109,14.6327,-1.34004 5.17751,14.6327,-9.5243E-07
  4415.                           4.48385,14.6327,-2.58875 3.66105,14.6327,-3.66105 2.58875,14.6327,-4.48385 1.34004,14.6327,-5.00109 1.6205E-06,14.6327,-5.17751 -1.34004,14.6327,-5.00109 -2.58875,14.6327,-4.48385 -3.66105,14.6327,-3.66105 -4.48385,14.6327,-2.58875 -5.00109,14.6327,-1.34004 -5.1775,14.6327,2.11259E-07 -5.00109,14.6327,1.34004 -4.48385,14.6327,2.58875
  4416.                           -3.66105,14.6327,3.66105 -2.58875,14.6327,4.48385 -1.34003,14.6327,5.00109 2.51853E-06,14.6327,5.17751 1.34004,14.6327,5.00109 2.58876,14.6327,4.48385 3.66105,14.6327,3.66105 4.48385,14.6327,2.58875 5.00109,14.6327,1.34004 3.3059,15.9251,-0.984254 3.42252,15.9252,-0.0984396 2.96399,15.9252,-1.8097 2.42009,15.9252,-2.51853
  4417.                           1.71126,15.9252,-3.06243 0.885814,15.9252,-3.40434 -3.48649E-07,15.9252,-3.52096 -0.885814,15.9252,-3.40434 -1.71126,15.9252,-3.06243 -2.42009,15.9251,-2.51853 -2.96399,15.9252,-1.8097 -3.3059,15.9252,-0.984253 -3.42252,15.9252,-0.0984389 -3.3059,15.9252,0.787375 -2.96399,15.9252,1.61282 -2.42009,15.9251,2.32165 -1.71126,15.9252,2.86555
  4418.                           -0.885814,15.9251,3.20746 2.55621E-07,15.9252,3.32408 0.885814,15.9251,3.20746 1.71126,15.9252,2.86555 2.42009,15.9251,2.32165 2.96399,15.9252,1.61282 3.3059,15.9252,0.787374
  4419.                         </Point3DCollection>
  4420.                       </MeshGeometry3D.Positions>
  4421.                       <MeshGeometry3D.TextureCoordinates>
  4422.                         <PointCollection>
  4423.                           1.59317,0.27951 1.39257,0.164864 1.13114,0.0768925 0.826704,0.0215916 0.5,0.00272948 0.173296,0.0215918 -0.131144,0.0768929 -0.392573,0.164864 -0.593174,0.279511 -0.719277,0.413019 -0.762288,0.556291 -0.719277,0.699564 -0.593174,0.833072 -0.392573,0.947719 -0.131144,1.03569 0.173296,1.09099 0.5,1.10985 0.826704,1.09099 1.13114,1.03569 1.39257,0.947718 1.59317,0.833072 1.71928,0.699563 1.76229,0.556291
  4424.                           1.71928,0.413018 1.09675,0.688127 1.1178,0.544855 1.03503,0.821636 0.936848,0.936282 0.808898,1.02425 0.659898,1.07955 0.5,1.09842 0.340103,1.07955 0.191102,1.02425 0.0631521,0.936282 -0.0350273,0.821636 -0.0967454,0.688128 -0.117796,0.544855 -0.0967454,0.401583 -0.0350273,0.268075 0.0631521,0.153428 0.191102,0.0654569 0.340103,0.0101558 0.5,-0.00870639 0.659897,0.0101557 0.808898,0.0654567 0.936848,0.153428
  4425.                           1.03503,0.268074 1.09675,0.401583 0.89447,0.652287 0.908386,0.557579 0.853673,0.740541 0.788772,0.816326 0.704193,0.874479 0.605698,0.911035 0.5,0.923503 0.394302,0.911035 0.295807,0.874479 0.211227,0.816327 0.146327,0.740541 0.105529,0.652287 0.0916137,0.557579 0.105529,0.462871 0.146327,0.374617 0.211227,0.298831 0.295807,0.240679 0.394302,0.204123 0.5,0.191654 0.605698,0.204123 0.704193,0.240679
  4426.                           0.788772,0.298831 0.853673,0.374617 0.89447,0.46287
  4427.                         </PointCollection>
  4428.                       </MeshGeometry3D.TextureCoordinates>
  4429.                     </MeshGeometry3D>
  4430.                   </GeometryModel3D.Geometry>
  4431.                 </GeometryModel3D>
  4432.               </Model3DGroup>
  4433.               <Model3DGroup x:Name="Cylinder04OR83">
  4434.                 <!-- Cylinder04 (XAML Path = (Viewport3D.Children)[0].(ModelVisual3D.Content).(Model3DGroup.Children)[25]) -->
  4435.                 <Model3DGroup.Transform>
  4436.                   <Transform3DGroup>
  4437.                     <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4438.                     <ScaleTransform3D ScaleX="1.71995" ScaleY="1.30195" ScaleZ="1.78127"/>
  4439.                     <RotateTransform3D>
  4440.                       <RotateTransform3D.Rotation>
  4441.                         <AxisAngleRotation3D Angle="117.8445322" Axis="0.5642437431 -0.6027088264 0.5642438027"/>
  4442.                       </RotateTransform3D.Rotation>
  4443.                     </RotateTransform3D>
  4444.                     <TranslateTransform3D OffsetX="-79.9239" OffsetY="17.1367" OffsetZ="0.442403"/>
  4445.                   </Transform3DGroup>
  4446.                 </Model3DGroup.Transform>
  4447.                 <GeometryModel3D x:Name="Cylinder04OR83GR84">
  4448.                   <GeometryModel3D.Material>
  4449.                     <MaterialGroup>
  4450.                       <DiffuseMaterial>
  4451.                         <DiffuseMaterial.Brush>
  4452.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  4453.                         </DiffuseMaterial.Brush>
  4454.                       </DiffuseMaterial>
  4455.                       <SpecularMaterial SpecularPower="107.52">
  4456.                         <SpecularMaterial.Brush>
  4457.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  4458.                         </SpecularMaterial.Brush>
  4459.                       </SpecularMaterial>
  4460.                     </MaterialGroup>
  4461.                   </GeometryModel3D.Material>
  4462.                   <GeometryModel3D.BackMaterial>
  4463.                     <MaterialGroup>
  4464.                       <DiffuseMaterial>
  4465.                         <DiffuseMaterial.Brush>
  4466.                           <SolidColorBrush Color="#262626" Opacity="1.000000"/>
  4467.                         </DiffuseMaterial.Brush>
  4468.                       </DiffuseMaterial>
  4469.                       <SpecularMaterial SpecularPower="107.52">
  4470.                         <SpecularMaterial.Brush>
  4471.                           <SolidColorBrush Color="#C7C7C7" Opacity="1.000000"/>
  4472.                         </SpecularMaterial.Brush>
  4473.                       </SpecularMaterial>
  4474.                     </MaterialGroup>
  4475.                   </GeometryModel3D.BackMaterial>
  4476.                   <GeometryModel3D.Geometry>
  4477.                     <MeshGeometry3D
  4478.                                             TriangleIndices="0,1,2 0,3,1 0,4,3 0,5,4 0,6,5 0,7,6 0,8,7 0,9,8 0,10,9 0,11,10 0,12,11 0,13,12 0,14,13 0,15,14 0,16,15 0,17,16 0,18,17 0,19,18 0,20,19 0,21,20 0,22,21 0,23,22 0,24,23 0,2,24 25,26,27 25,28,26 28,29,26 28,30,29 30,31,29 30,32,31 32,33,31 32,34,33 34,35,33 34,36,35 36,37,35 36,38,37 38,39,37 38,40,39 40,41,39 40,42,41 42,43,41 42,44,43 44,45,43 44,46,45 46,47,45 46,48,47 48,49,47 48,50,49 50,51,49 50,52,51 52,53,51 52,54,53 54,55,53 54,56,55 56,57,55 56,58,57 58,59,57 58,60,59 60,61,59 60,62,61 62,63,61 62,64,63 64,65,63 64,66,65 66,67,65 66,68,67 68,69,67 68,70,69 70,71,69 70,72,71 72,27,71 72,25,27 27,73,74 27,26,73 26,75,73 26,29,75 29,76,75 29,31,76 31,77,76 31,33,77 33,78,77 33,35,78 35,79,78 35,37,79 37,80,79 37,39,80 39,81,80 39,41,81 41,82,81 41,43,82 43,83,82 43,45,83 45,84,83 45,47,84 47,85,84 47,49,85 49,86,85 49,51,86 51,87,86 51,53,87 53,88,87 53,55,88 55,89,88 55,57,89 57,90,89 57,59,90 59,91,90 59,61,91 61,92,91 61,63,92 63,93,92 63,65,93 65,94,93 65,67,94 67,95,94 67,69,95 69,96,95 69,71,96 71,74,96 71,27,74 97,98,99 97,99,100 97,100,101 97,101,102 97,102,103 97,103,104 97,104,105 97,105,106 97,106,107 97,107,108 97,108,109 97,109,110 97,110,111 97,111,112 97,112,113 97,113,114 97,114,115 97,115,116 97,116,117 97,117,118 97,118,119 97,119,120 97,120,121 97,121,98 "
  4479.                                 >
  4480.                       <MeshGeometry3D.Normals>
  4481.                         <Vector3DCollection>
  4482.                           1.25616E-07,-1,2.63882E-08 4.36927E-07,-1,1.29184E-07 3.26794E-07,-1,-4.00318E-07 3.13787E-07,-1,1.43449E-07 -1.31482E-07,-1,-1.11524E-06 -2.81086E-09,-1,-1.14653E-06 4.92246E-07,-1,-6.60137E-07 8.27244E-07,-1,-5.75611E-07 2.49417E-07,-1,-1.60387E-07 -1.10953E-07,-1,-2.14737E-07 1.14636E-07,-1,-3.3191E-07 -2.56732E-07,-1,7.24364E-07 -3.34866E-07,-1,5.07402E-07
  4483.                           -2.14106E-07,-1,-3.55838E-07 -1.06928E-07,-1,5.1903E-07 -1.85049E-07,-1,6.80541E-07 -5.45286E-07,-1,-3.32658E-07 -2.60042E-07,-1,-1.4724E-07 3.85557E-07,-1,4.97124E-07 -2.39465E-07,-1,5.98636E-07 2.34222E-07,-1,-1.04395E-07 1.05686E-06,-1,-2.63025E-07 5.20472E-07,-1,4.34394E-07 2.51864E-07,-1,1.27297E-06 1.9247E-07,-1,9.34254E-07 0.946672,0.31945,-0.0420104
  4484.                           0.694593,0.692314,-0.195555 0.716041,0.69705,0.0375057 0.860975,0.286917,-0.420001 0.619137,0.67234,-0.405743 0.689205,0.214219,-0.692176 0.504463,0.643312,-0.575905 0.497972,0.137404,-0.856238 0.358601,0.612775,-0.70421 0.311063,0.076186,-0.947331 0.187939,0.588736,-0.786173 0.131254,0.0397323,-0.990552 0.00317879,0.57781,-0.816165 -0.0436283,0.0322053,-0.998529
  4485.                           -0.181468,0.583145,-0.79184 -0.216809,0.054135,-0.974712 -0.351283,0.60347,-0.715838 -0.390803,0.102541,-0.914745 -0.494284,0.633357,-0.595435 -0.566468,0.170418,-0.80627 -0.603986,0.664753,-0.439664 -0.740373,0.245552,-0.625742 -0.678704,0.689187,-0.253738 -0.889044,0.30589,-0.340635 -0.713756,0.699388,-0.0375232 -0.947419,0.31711,0.0428905 -0.69532,0.691659,0.19529
  4486.                           -0.866952,0.263203,0.423224 -0.621662,0.669045,0.407328 -0.694955,0.173646,0.697771 -0.507237,0.638136,0.579217 -0.501045,0.0859749,0.86114 -0.360975,0.606267,0.708616 -0.312008,0.0187425,0.949895 -0.189733,0.581369,0.791209 -0.131353,-0.020421,0.991125 -0.00435616,0.569981,0.821646 0.0436356,-0.0284266,0.998643 0.181101,0.575168,0.797737 0.217201,-0.00504475,0.976114
  4487.                           0.352094,0.595701,0.721921 0.392622,0.0472367,0.918486 0.496498,0.626228,0.601106 0.570685,0.122387,0.811998 0.607405,0.65866,0.444101 0.746702,0.209339,0.631359 0.682488,0.684574,0.256064 0.894311,0.286873,0.343382 0.343426,0.936071,-0.0763551 0.34645,0.93795,0.0149084 0.316299,0.934224,-0.164868 0.266092,0.932549,-0.244022 0.195795,0.931191,-0.307486
  4488.                           0.110314,0.930275,-0.349884 0.0161272,0.929894,-0.367474 -0.079346,0.930083,-0.358678 -0.168539,0.930824,-0.324285 -0.244572,0.932044,-0.267354 -0.301955,0.933627,-0.192779 -0.33703,0.935433,-0.106655 -0.34813,0.937317,-0.0155729 -0.335459,0.939143,0.0740086 -0.300815,0.940798,0.156237 -0.247232,0.942188,0.226182 -0.178612,0.943246,0.279974 -0.0994152,0.943927,0.314832
  4489.                           -0.0144404,0.944204,0.329044 0.0713677,0.944067,0.321938 0.15304,0.94352,0.29385 0.225708,0.942586,0.246143 0.284788,0.941303,0.181232 0.326153,0.93973,0.102626 -4.60172E-08,1,5.48165E-08 1.72262E-13,1,1.61491E-06 -5.47799E-07,1,-9.67804E-07 -3.24826E-07,1,-1.6772E-06 1.53598E-06,1,7.47849E-07 7.93047E-07,1,7.79619E-07 -2.07985E-06,1,-5.57293E-07
  4490.                           -2.27374E-13,1,-8.3594E-07 2.59981E-06,1,-6.96617E-07 -1.87539E-07,1,7.51783E-07 -1.33895E-06,1,9.44883E-07 -7.79619E-07,1,7.93047E-07 -5.2881E-07,1,-1.25628E-06 2.78646E-07,1,-1.61491E-06 5.57293E-07,1,2.07985E-06 8.35107E-08,1,1.81652E-06 -1.73301E-06,1,-5.50816E-07 -1.86474E-06,1,-1.07661E-06 1.11204E-06,1,9.49444E-09 1.13687E-13,1,5.57293E-07
  4491.                           -5.92081E-07,1,-1.29829E-07 2.47025E-06,1,-1.10444E-06 -3.53784E-07,1,1.93005E-06 -1.02093E-06,1,6.53724E-07 8.1695E-07,1,-8.95685E-07
  4492.                         </Vector3DCollection>
  4493.                       </MeshGeometry3D.Normals>
  4494.                       <MeshGeometry3D.Positions>
  4495.                         <Point3DCollection>
  4496.                           1.50403E-07,-1.25659,-0.482385 10.2183,-1.25658,-1.82242 10.5787,-1.25658,-0.482385 9.16146,-1.25658,-3.07114 7.4803,-1.25658,-4.14344 5.28937,-1.25658,-4.96624 2.73798,-1.25658,-5.48347 -1.33729E-07,-1.25658,-5.65989 -2.73798,-1.25659,-5.48347 -5.28937,-1.25658,-4.96624 -7.4803,-1.25659,-4.14344 -9.16146,-1.25658,-3.07114 -10.2183,-1.25658,-1.82242
  4497.                           -10.5787,-1.25658,-0.482384 -10.2183,-1.25658,0.857652 -9.16146,-1.25658,2.10637 -7.4803,-1.25658,3.17867 -5.28937,-1.25658,4.00147 -2.73798,-1.25658,4.5187 1.35289E-06,-1.25658,4.69512 2.73798,-1.25659,4.5187 5.28937,-1.25658,4.00147 7.4803,-1.25658,3.17866 9.16146,-1.25658,2.10637 10.2183,-1.25658,0.857651 10.5787,-1.25658,-0.482385
  4498.                           5.00109,14.6327,-1.34004 5.17751,14.6327,-3.15638E-07 10.2183,-1.25658,-1.82242 4.48385,14.6327,-2.58875 9.16146,-1.25658,-3.07114 3.66105,14.6327,-3.66105 7.4803,-1.25658,-4.14344 2.58875,14.6327,-4.48385 5.28937,-1.25658,-4.96624 1.34004,14.6327,-5.00109 2.73798,-1.25658,-5.48347 1.62913E-06,14.6327,-5.17751 -1.33729E-07,-1.25658,-5.65989
  4499.                           -1.34004,14.6327,-5.00109 -2.73798,-1.25659,-5.48347 -2.58875,14.6327,-4.48385 -5.28937,-1.25658,-4.96624 -3.66105,14.6327,-3.66105 -7.4803,-1.25659,-4.14344 -4.48385,14.6327,-2.58875 -9.16146,-1.25658,-3.07114 -5.00109,14.6327,-1.34004 -10.2183,-1.25658,-1.82242 -5.1775,14.6327,-2.28376E-07 -10.5787,-1.25658,-0.482384 -5.00109,14.6327,1.34004
  4500.                           -10.2183,-1.25658,0.857652 -4.48385,14.6327,2.58875 -9.16146,-1.25658,2.10637 -3.66105,14.6327,3.66105 -7.4803,-1.25658,3.17867 -2.58875,14.6327,4.48385 -5.28937,-1.25658,4.00147 -1.34003,14.6327,5.00109 -2.73798,-1.25658,4.5187 2.52661E-06,14.6327,5.17751 1.35289E-06,-1.25658,4.69512 1.34004,14.6327,5.00109 2.73798,-1.25659,4.5187
  4501.                           2.58876,14.6327,4.48385 5.28937,-1.25658,4.00147 3.66105,14.6327,3.66105 7.4803,-1.25658,3.17866 4.48385,14.6327,2.58875 9.16146,-1.25658,2.10637 5.00109,14.6327,1.34004 10.2183,-1.25658,0.857651 3.3059,15.2827,-0.995999 3.42252,15.2827,-0.110186 2.96399,15.2827,-1.82145 2.42009,15.2827,-2.53027 1.71126,15.2827,-3.07418
  4502.                           0.885814,15.2827,-3.41609 -4.14053E-07,15.2827,-3.53271 -0.885814,15.2827,-3.41609 -1.71126,15.2827,-3.07418 -2.42009,15.2827,-2.53027 -2.96399,15.2827,-1.82145 -3.3059,15.2827,-0.996 -3.42252,15.2827,-0.110185 -3.3059,15.2827,0.775628 -2.96399,15.2827,1.60108 -2.42009,15.2827,2.3099 -1.71126,15.2827,2.85381 -0.885814,15.2827,3.19572
  4503.                           1.76856E-07,15.2827,3.31234 0.885814,15.2827,3.19572 1.71126,15.2827,2.85381 2.42009,15.2827,2.3099 2.96399,15.2827,1.60107 3.3059,15.2827,0.775628 -2.65881E-07,15.2827,-0.110185 3.42252,15.2827,-0.110186 3.3059,15.2827,-0.995999 2.96399,15.2827,-1.82145 2.42009,15.2827,-2.53027 1.71126,15.2827,-3.07418 0.885814,15.2827,-3.41609
  4504.                           -4.14053E-07,15.2827,-3.53271 -0.885814,15.2827,-3.41609 -1.71126,15.2827,-3.07418 -2.42009,15.2827,-2.53027 -2.96399,15.2827,-1.82145 -3.3059,15.2827,-0.996 -3.42252,15.2827,-0.110185 -3.3059,15.2827,0.775628 -2.96399,15.2827,1.60108 -2.42009,15.2827,2.3099 -1.71126,15.2827,2.85381 -0.885814,15.2827,3.19572 1.76856E-07,15.2827,3.31234
  4505.                           0.885814,15.2827,3.19572 1.71126,15.2827,2.85381 2.42009,15.2827,2.3099 2.96399,15.2827,1.60107 3.3059,15.2827,0.775628
  4506.                         </Point3DCollection>
  4507.                       </MeshGeometry3D.Positions>
  4508.                     </MeshGeometry3D>
  4509.                   </GeometryModel3D.Geometry>
  4510.                 </GeometryModel3D>
  4511.               </Model3DGroup>
  4512.             </Model3DGroup>
  4513.           </ModelVisual3D.Content>
  4514.         </ModelVisual3D>
  4515.       </Viewport3D>
  4516.  
  4517.     </Viewbox>
  4518.     <Viewport3D x:Name="detail3DEngine" Visibility="Visible" Opacity="0" RenderTransformOrigin="0.5,0.5" Margin="459,39,59,-3">
  4519.       <Viewport3D.Camera>
  4520.         <PerspectiveCamera x:Name="Camera4" FieldOfView="45" FarPlaneDistance="104.13230408909656" LookDirection="0,0,-34.7107680296989" NearPlaneDistance="0.1" Position="1.06581410364015E-14,0,34.7107680296989" UpDirection="0,1,0">
  4521.           <PerspectiveCamera.Transform>
  4522.             <Transform3DGroup>
  4523.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4524.               <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  4525.               <RotateTransform3D d:EulerAngles="19,24,10">
  4526.                 <RotateTransform3D.Rotation>
  4527.                   <AxisAngleRotation3D Angle="30.818" Axis="0.538,0.822,0.188"/>
  4528.                 </RotateTransform3D.Rotation>
  4529.               </RotateTransform3D>
  4530.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4531.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4532.             </Transform3DGroup>
  4533.           </PerspectiveCamera.Transform>
  4534.         </PerspectiveCamera>
  4535.       </Viewport3D.Camera>
  4536.       <Viewport3D.RenderTransform>
  4537.         <TransformGroup>
  4538.           <ScaleTransform ScaleX="1.2" ScaleY="1.2"/>
  4539.           <SkewTransform AngleX="0" AngleY="0"/>
  4540.           <RotateTransform Angle="0"/>
  4541.           <TranslateTransform X="0" Y="0"/>
  4542.         </TransformGroup>
  4543.       </Viewport3D.RenderTransform>
  4544.       <ModelVisual3D x:Name="ModelContainer4">
  4545.         <ModelVisual3D.Content>
  4546.           <GeometryModel3D x:Name="Model4" d:Bounds="-7.14285714285714,-10,0,14.2857142857143,20,0">
  4547.             <GeometryModel3D.Geometry>
  4548.               <MeshGeometry3D TriangleIndices="0 1 10 1 11 10 1 2 11 2 12 11 2 3 12 3 13 12 3 4 13 4 14 13 4 5 14 5 15 14 5 6 15 6 16 15 6 7 16 7 17 16 7 8 17 8 18 17 8 9 18 9 19 18 10 11 20 11 21 20 11 12 21 12 22 21 12 13 22 13 23 22 13 14 23 14 24 23 14 15 24 15 25 24 15 16 25 16 26 25 16 17 26 17 27 26 17 18 27 18 28 27 18 19 28 19 29 28 20 21 30 21 31 30 21 22 31 22 32 31 22 23 32 23 33 32 23 24 33 24 34 33 24 25 34 25 35 34 25 26 35 26 36 35 26 27 36 27 37 36 27 28 37 28 38 37 28 29 38 29 39 38 30 31 40 31 41 40 31 32 41 32 42 41 32 33 42 33 43 42 33 34 43 34 44 43 34 35 44 35 45 44 35 36 45 36 46 45 36 37 46 37 47 46 37 38 47 38 48 47 38 39 48 39 49 48 40 41 50 41 51 50 41 42 51 42 52 51 42 43 52 43 53 52 43 44 53 44 54 53 44 45 54 45 55 54 45 46 55 46 56 55 46 47 56 47 57 56 47 48 57 48 58 57 48 49 58 49 59 58 50 51 60 51 61 60 51 52 61 52 62 61 52 53 62 53 63 62 53 54 63 54 64 63 54 55 64 55 65 64 55 56 65 56 66 65 56 57 66 57 67 66 57 58 67 58 68 67 58 59 68 59 69 68 60 61 70 61 71 70 61 62 71 62 72 71 62 63 72 63 73 72 63 64 73 64 74 73 64 65 74 65 75 74 65 66 75 66 76 75 66 67 76 67 77 76 67 68 77 68 78 77 68 69 78 69 79 78 70 71 80 71 81 80 71 72 81 72 82 81 72 73 82 73 83 82 73 74 83 74 84 83 74 75 84 75 85 84 75 76 85 76 86 85 76 77 86 77 87 86 77 78 87 78 88 87 78 79 88 79 89 88 80 81 90 81 91 90 81 82 91 82 92 91 82 83 92 83 93 92 83 84 93 84 94 93 84 85 94 85 95 94 85 86 95 86 96 95 86 87 96 87 97 96 87 88 97 88 98 97 88 89 98 89 99 98">
  4549.                 <MeshGeometry3D.Normals>
  4550.                   <Vector3DCollection>
  4551.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4552.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4553.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4554.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4555.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4556.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4557.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4558.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4559.                   </Vector3DCollection>
  4560.                 </MeshGeometry3D.Normals>
  4561.                 <MeshGeometry3D.Positions>
  4562.                   <Point3DCollection>
  4563.                     -7.1428571,-10,0 -5.5555556,-10,0 -3.968254,-10,0 -2.3809524,-10,0 -0.79365079,-10,0 0.79365079,-10,0 2.3809524,-10,0 3.968254,-10,0 5.5555556,-10,0 7.1428571,-10,0 -7.1428571,-7.7777778,0 -5.5555556,-7.7777778,0 -3.968254,-7.7777778,0
  4564.                     -2.3809524,-7.7777778,0 -0.79365079,-7.7777778,0 0.79365079,-7.7777778,0 2.3809524,-7.7777778,0 3.968254,-7.7777778,0 5.5555556,-7.7777778,0 7.1428571,-7.7777778,0 -7.1428571,-5.5555556,0 -5.5555556,-5.5555556,0 -3.968254,-5.5555556,0 -2.3809524,-5.5555556,0 -0.79365079,-5.5555556,0 0.79365079,-5.5555556,0
  4565.                     2.3809524,-5.5555556,0 3.968254,-5.5555556,0 5.5555556,-5.5555556,0 7.1428571,-5.5555556,0 -7.1428571,-3.3333333,0 -5.5555556,-3.3333333,0 -3.968254,-3.3333333,0 -2.3809524,-3.3333333,0 -0.79365079,-3.3333333,0 0.79365079,-3.3333333,0 2.3809524,-3.3333333,0 3.968254,-3.3333333,0 5.5555556,-3.3333333,0
  4566.                     7.1428571,-3.3333333,0 -7.1428571,-1.1111111,0 -5.5555556,-1.1111111,0 -3.968254,-1.1111111,0 -2.3809524,-1.1111111,0 -0.79365079,-1.1111111,0 0.79365079,-1.1111111,0 2.3809524,-1.1111111,0 3.968254,-1.1111111,0 5.5555556,-1.1111111,0 7.1428571,-1.1111111,0 -7.1428571,1.1111111,0 -5.5555556,1.1111111,0
  4567.                     -3.968254,1.1111111,0 -2.3809524,1.1111111,0 -0.79365079,1.1111111,0 0.79365079,1.1111111,0 2.3809524,1.1111111,0 3.968254,1.1111111,0 5.5555556,1.1111111,0 7.1428571,1.1111111,0 -7.1428571,3.3333333,0 -5.5555556,3.3333333,0 -3.968254,3.3333333,0 -2.3809524,3.3333333,0 -0.79365079,3.3333333,0
  4568.                     0.79365079,3.3333333,0 2.3809524,3.3333333,0 3.968254,3.3333333,0 5.5555556,3.3333333,0 7.1428571,3.3333333,0 -7.1428571,5.5555556,0 -5.5555556,5.5555556,0 -3.968254,5.5555556,0 -2.3809524,5.5555556,0 -0.79365079,5.5555556,0 0.79365079,5.5555556,0 2.3809524,5.5555556,0 3.968254,5.5555556,0
  4569.                     5.5555556,5.5555556,0 7.1428571,5.5555556,0 -7.1428571,7.7777778,0 -5.5555556,7.7777778,0 -3.968254,7.7777778,0 -2.3809524,7.7777778,0 -0.79365079,7.7777778,0 0.79365079,7.7777778,0 2.3809524,7.7777778,0 3.968254,7.7777778,0 5.5555556,7.7777778,0 7.1428571,7.7777778,0 -7.1428571,10,0
  4570.                     -5.5555556,10,0 -3.968254,10,0 -2.3809524,10,0 -0.79365079,10,0 0.79365079,10,0 2.3809524,10,0 3.968254,10,0 5.5555556,10,0 7.1428571,10,0
  4571.                   </Point3DCollection>
  4572.                 </MeshGeometry3D.Positions>
  4573.                 <MeshGeometry3D.TextureCoordinates>
  4574.                   <PointCollection>
  4575.                     0,1 0.11111111,1 0.22222222,1 0.33333333,1 0.44444444,1 0.55555556,1 0.66666667,1 0.77777778,1 0.88888889,1 1,1 0,0.88888889 0.11111111,0.88888889 0.22222222,0.88888889 0.33333333,0.88888889 0.44444444,0.88888889 0.55555556,0.88888889 0.66666667,0.88888889 0.77777778,0.88888889 0.88888889,0.88888889 1,0.88888889 0,0.77777778 0.11111111,0.77777778 0.22222222,0.77777778
  4576.                     0.33333333,0.77777778 0.44444444,0.77777778 0.55555556,0.77777778 0.66666667,0.77777778 0.77777778,0.77777778 0.88888889,0.77777778 1,0.77777778 0,0.66666667 0.11111111,0.66666667 0.22222222,0.66666667 0.33333333,0.66666667 0.44444444,0.66666667 0.55555556,0.66666667 0.66666667,0.66666667 0.77777778,0.66666667 0.88888889,0.66666667 1,0.66666667 0,0.55555556 0.11111111,0.55555556 0.22222222,0.55555556 0.33333333,0.55555556 0.44444444,0.55555556 0.55555556,0.55555556
  4577.                     0.66666667,0.55555556 0.77777778,0.55555556 0.88888889,0.55555556 1,0.55555556 0,0.44444444 0.11111111,0.44444444 0.22222222,0.44444444 0.33333333,0.44444444 0.44444444,0.44444444 0.55555556,0.44444444 0.66666667,0.44444444 0.77777778,0.44444444 0.88888889,0.44444444 1,0.44444444 0,0.33333333 0.11111111,0.33333333 0.22222222,0.33333333 0.33333333,0.33333333 0.44444444,0.33333333 0.55555556,0.33333333 0.66666667,0.33333333 0.77777778,0.33333333 0.88888889,0.33333333
  4578.                     1,0.33333333 0,0.22222222 0.11111111,0.22222222 0.22222222,0.22222222 0.33333333,0.22222222 0.44444444,0.22222222 0.55555556,0.22222222 0.66666667,0.22222222 0.77777778,0.22222222 0.88888889,0.22222222 1,0.22222222 0,0.11111111 0.11111111,0.11111111 0.22222222,0.11111111 0.33333333,0.11111111 0.44444444,0.11111111 0.55555556,0.11111111 0.66666667,0.11111111 0.77777778,0.11111111 0.88888889,0.11111111 1,0.11111111 0,0 0.11111111,0
  4579.                     0.22222222,0 0.33333333,0 0.44444444,0 0.55555556,0 0.66666667,0 0.77777778,0 0.88888889,0 1,0
  4580.                   </PointCollection>
  4581.                 </MeshGeometry3D.TextureCoordinates>
  4582.               </MeshGeometry3D>
  4583.             </GeometryModel3D.Geometry>
  4584.             <GeometryModel3D.Material>
  4585.               <DiffuseMaterial Brush="{DynamicResource detailEngineVisualBrush}"/>
  4586.             </GeometryModel3D.Material>
  4587.             <GeometryModel3D.Transform>
  4588.               <Transform3DGroup>
  4589.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4590.                 <ScaleTransform3D ScaleX="1.5" ScaleY="1.5" ScaleZ="1.5"/>
  4591.                 <RotateTransform3D d:EulerAngles="0,0,0"/>
  4592.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4593.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4594.               </Transform3DGroup>
  4595.             </GeometryModel3D.Transform>
  4596.           </GeometryModel3D>
  4597.         </ModelVisual3D.Content>
  4598.       </ModelVisual3D>
  4599.       <ModelVisual3D x:Name="AmbientContainer4">
  4600.         <ModelVisual3D.Content>
  4601.           <AmbientLight x:Name="Ambient4" Color="#FF808080"/>
  4602.         </ModelVisual3D.Content>
  4603.       </ModelVisual3D>
  4604.       <ModelVisual3D x:Name="DirectionalContainer4">
  4605.         <ModelVisual3D.Content>
  4606.           <DirectionalLight x:Name="Directional4" Color="#FF7F7F7F" Direction="0,0,-1">
  4607.             <DirectionalLight.Transform>
  4608.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="3"/>
  4609.             </DirectionalLight.Transform>
  4610.           </DirectionalLight>
  4611.         </ModelVisual3D.Content>
  4612.       </ModelVisual3D>
  4613.     </Viewport3D>
  4614.     <Viewport3D x:Name="detail3DFrontLight" Visibility="Visible" Opacity="0" RenderTransformOrigin="0.5,0.5" Width="500" Height="700" Margin="81.5,39,436.5,-3">
  4615.       <Viewport3D.Camera>
  4616.         <PerspectiveCamera x:Name="Camera3" FieldOfView="45" FarPlaneDistance="104.13230408909656" LookDirection="0,0,-34.7107680296989" NearPlaneDistance="0.1" Position="1.06581410364015E-14,0,34.7107680296989" UpDirection="0,1,0">
  4617.           <PerspectiveCamera.Transform>
  4618.             <Transform3DGroup>
  4619.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4620.               <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  4621.               <RotateTransform3D d:EulerAngles="19,24,10">
  4622.                 <RotateTransform3D.Rotation>
  4623.                   <AxisAngleRotation3D Angle="30.818" Axis="0.538,0.822,0.188"/>
  4624.                 </RotateTransform3D.Rotation>
  4625.               </RotateTransform3D>
  4626.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4627.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4628.             </Transform3DGroup>
  4629.           </PerspectiveCamera.Transform>
  4630.         </PerspectiveCamera>
  4631.       </Viewport3D.Camera>
  4632.       <Viewport3D.RenderTransform>
  4633.         <TransformGroup>
  4634.           <ScaleTransform ScaleX="1.1" ScaleY="1.1"/>
  4635.           <SkewTransform AngleX="0" AngleY="0"/>
  4636.           <RotateTransform Angle="0"/>
  4637.           <TranslateTransform X="0" Y="0"/>
  4638.         </TransformGroup>
  4639.       </Viewport3D.RenderTransform>
  4640.       <ModelVisual3D x:Name="ModelContainer3">
  4641.         <ModelVisual3D.Content>
  4642.           <GeometryModel3D x:Name="Model3" d:Bounds="-7.14285714285714,-10,0,14.2857142857143,20,0">
  4643.             <GeometryModel3D.Geometry>
  4644.               <MeshGeometry3D TriangleIndices="0 1 10 1 11 10 1 2 11 2 12 11 2 3 12 3 13 12 3 4 13 4 14 13 4 5 14 5 15 14 5 6 15 6 16 15 6 7 16 7 17 16 7 8 17 8 18 17 8 9 18 9 19 18 10 11 20 11 21 20 11 12 21 12 22 21 12 13 22 13 23 22 13 14 23 14 24 23 14 15 24 15 25 24 15 16 25 16 26 25 16 17 26 17 27 26 17 18 27 18 28 27 18 19 28 19 29 28 20 21 30 21 31 30 21 22 31 22 32 31 22 23 32 23 33 32 23 24 33 24 34 33 24 25 34 25 35 34 25 26 35 26 36 35 26 27 36 27 37 36 27 28 37 28 38 37 28 29 38 29 39 38 30 31 40 31 41 40 31 32 41 32 42 41 32 33 42 33 43 42 33 34 43 34 44 43 34 35 44 35 45 44 35 36 45 36 46 45 36 37 46 37 47 46 37 38 47 38 48 47 38 39 48 39 49 48 40 41 50 41 51 50 41 42 51 42 52 51 42 43 52 43 53 52 43 44 53 44 54 53 44 45 54 45 55 54 45 46 55 46 56 55 46 47 56 47 57 56 47 48 57 48 58 57 48 49 58 49 59 58 50 51 60 51 61 60 51 52 61 52 62 61 52 53 62 53 63 62 53 54 63 54 64 63 54 55 64 55 65 64 55 56 65 56 66 65 56 57 66 57 67 66 57 58 67 58 68 67 58 59 68 59 69 68 60 61 70 61 71 70 61 62 71 62 72 71 62 63 72 63 73 72 63 64 73 64 74 73 64 65 74 65 75 74 65 66 75 66 76 75 66 67 76 67 77 76 67 68 77 68 78 77 68 69 78 69 79 78 70 71 80 71 81 80 71 72 81 72 82 81 72 73 82 73 83 82 73 74 83 74 84 83 74 75 84 75 85 84 75 76 85 76 86 85 76 77 86 77 87 86 77 78 87 78 88 87 78 79 88 79 89 88 80 81 90 81 91 90 81 82 91 82 92 91 82 83 92 83 93 92 83 84 93 84 94 93 84 85 94 85 95 94 85 86 95 86 96 95 86 87 96 87 97 96 87 88 97 88 98 97 88 89 98 89 99 98">
  4645.                 <MeshGeometry3D.Normals>
  4646.                   <Vector3DCollection>
  4647.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4648.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4649.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4650.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4651.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4652.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4653.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4654.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4655.                   </Vector3DCollection>
  4656.                 </MeshGeometry3D.Normals>
  4657.                 <MeshGeometry3D.Positions>
  4658.                   <Point3DCollection>
  4659.                     -7.1428571,-10,0 -5.5555556,-10,0 -3.968254,-10,0 -2.3809524,-10,0 -0.79365079,-10,0 0.79365079,-10,0 2.3809524,-10,0 3.968254,-10,0 5.5555556,-10,0 7.1428571,-10,0 -7.1428571,-7.7777778,0 -5.5555556,-7.7777778,0 -3.968254,-7.7777778,0
  4660.                     -2.3809524,-7.7777778,0 -0.79365079,-7.7777778,0 0.79365079,-7.7777778,0 2.3809524,-7.7777778,0 3.968254,-7.7777778,0 5.5555556,-7.7777778,0 7.1428571,-7.7777778,0 -7.1428571,-5.5555556,0 -5.5555556,-5.5555556,0 -3.968254,-5.5555556,0 -2.3809524,-5.5555556,0 -0.79365079,-5.5555556,0 0.79365079,-5.5555556,0
  4661.                     2.3809524,-5.5555556,0 3.968254,-5.5555556,0 5.5555556,-5.5555556,0 7.1428571,-5.5555556,0 -7.1428571,-3.3333333,0 -5.5555556,-3.3333333,0 -3.968254,-3.3333333,0 -2.3809524,-3.3333333,0 -0.79365079,-3.3333333,0 0.79365079,-3.3333333,0 2.3809524,-3.3333333,0 3.968254,-3.3333333,0 5.5555556,-3.3333333,0
  4662.                     7.1428571,-3.3333333,0 -7.1428571,-1.1111111,0 -5.5555556,-1.1111111,0 -3.968254,-1.1111111,0 -2.3809524,-1.1111111,0 -0.79365079,-1.1111111,0 0.79365079,-1.1111111,0 2.3809524,-1.1111111,0 3.968254,-1.1111111,0 5.5555556,-1.1111111,0 7.1428571,-1.1111111,0 -7.1428571,1.1111111,0 -5.5555556,1.1111111,0
  4663.                     -3.968254,1.1111111,0 -2.3809524,1.1111111,0 -0.79365079,1.1111111,0 0.79365079,1.1111111,0 2.3809524,1.1111111,0 3.968254,1.1111111,0 5.5555556,1.1111111,0 7.1428571,1.1111111,0 -7.1428571,3.3333333,0 -5.5555556,3.3333333,0 -3.968254,3.3333333,0 -2.3809524,3.3333333,0 -0.79365079,3.3333333,0
  4664.                     0.79365079,3.3333333,0 2.3809524,3.3333333,0 3.968254,3.3333333,0 5.5555556,3.3333333,0 7.1428571,3.3333333,0 -7.1428571,5.5555556,0 -5.5555556,5.5555556,0 -3.968254,5.5555556,0 -2.3809524,5.5555556,0 -0.79365079,5.5555556,0 0.79365079,5.5555556,0 2.3809524,5.5555556,0 3.968254,5.5555556,0
  4665.                     5.5555556,5.5555556,0 7.1428571,5.5555556,0 -7.1428571,7.7777778,0 -5.5555556,7.7777778,0 -3.968254,7.7777778,0 -2.3809524,7.7777778,0 -0.79365079,7.7777778,0 0.79365079,7.7777778,0 2.3809524,7.7777778,0 3.968254,7.7777778,0 5.5555556,7.7777778,0 7.1428571,7.7777778,0 -7.1428571,10,0
  4666.                     -5.5555556,10,0 -3.968254,10,0 -2.3809524,10,0 -0.79365079,10,0 0.79365079,10,0 2.3809524,10,0 3.968254,10,0 5.5555556,10,0 7.1428571,10,0
  4667.                   </Point3DCollection>
  4668.                 </MeshGeometry3D.Positions>
  4669.                 <MeshGeometry3D.TextureCoordinates>
  4670.                   <PointCollection>
  4671.                     0,1 0.11111111,1 0.22222222,1 0.33333333,1 0.44444444,1 0.55555556,1 0.66666667,1 0.77777778,1 0.88888889,1 1,1 0,0.88888889 0.11111111,0.88888889 0.22222222,0.88888889 0.33333333,0.88888889 0.44444444,0.88888889 0.55555556,0.88888889 0.66666667,0.88888889 0.77777778,0.88888889 0.88888889,0.88888889 1,0.88888889 0,0.77777778 0.11111111,0.77777778 0.22222222,0.77777778
  4672.                     0.33333333,0.77777778 0.44444444,0.77777778 0.55555556,0.77777778 0.66666667,0.77777778 0.77777778,0.77777778 0.88888889,0.77777778 1,0.77777778 0,0.66666667 0.11111111,0.66666667 0.22222222,0.66666667 0.33333333,0.66666667 0.44444444,0.66666667 0.55555556,0.66666667 0.66666667,0.66666667 0.77777778,0.66666667 0.88888889,0.66666667 1,0.66666667 0,0.55555556 0.11111111,0.55555556 0.22222222,0.55555556 0.33333333,0.55555556 0.44444444,0.55555556 0.55555556,0.55555556
  4673.                     0.66666667,0.55555556 0.77777778,0.55555556 0.88888889,0.55555556 1,0.55555556 0,0.44444444 0.11111111,0.44444444 0.22222222,0.44444444 0.33333333,0.44444444 0.44444444,0.44444444 0.55555556,0.44444444 0.66666667,0.44444444 0.77777778,0.44444444 0.88888889,0.44444444 1,0.44444444 0,0.33333333 0.11111111,0.33333333 0.22222222,0.33333333 0.33333333,0.33333333 0.44444444,0.33333333 0.55555556,0.33333333 0.66666667,0.33333333 0.77777778,0.33333333 0.88888889,0.33333333
  4674.                     1,0.33333333 0,0.22222222 0.11111111,0.22222222 0.22222222,0.22222222 0.33333333,0.22222222 0.44444444,0.22222222 0.55555556,0.22222222 0.66666667,0.22222222 0.77777778,0.22222222 0.88888889,0.22222222 1,0.22222222 0,0.11111111 0.11111111,0.11111111 0.22222222,0.11111111 0.33333333,0.11111111 0.44444444,0.11111111 0.55555556,0.11111111 0.66666667,0.11111111 0.77777778,0.11111111 0.88888889,0.11111111 1,0.11111111 0,0 0.11111111,0
  4675.                     0.22222222,0 0.33333333,0 0.44444444,0 0.55555556,0 0.66666667,0 0.77777778,0 0.88888889,0 1,0
  4676.                   </PointCollection>
  4677.                 </MeshGeometry3D.TextureCoordinates>
  4678.               </MeshGeometry3D>
  4679.             </GeometryModel3D.Geometry>
  4680.             <GeometryModel3D.Material>
  4681.               <DiffuseMaterial Brush="{DynamicResource detailFrontLightVisualBrush}"/>
  4682.             </GeometryModel3D.Material>
  4683.             <GeometryModel3D.Transform>
  4684.               <Transform3DGroup>
  4685.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4686.                 <ScaleTransform3D ScaleX="1.5" ScaleY="1.5" ScaleZ="1.5"/>
  4687.                 <RotateTransform3D d:EulerAngles="22.517,49.717,40.845">
  4688.                   <RotateTransform3D.Rotation>
  4689.                     <AxisAngleRotation3D Angle="60.782" Axis="0.044,0.886,0.462"/>
  4690.                   </RotateTransform3D.Rotation>
  4691.                 </RotateTransform3D>
  4692.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4693.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4694.               </Transform3DGroup>
  4695.             </GeometryModel3D.Transform>
  4696.           </GeometryModel3D>
  4697.         </ModelVisual3D.Content>
  4698.       </ModelVisual3D>
  4699.       <ModelVisual3D x:Name="AmbientContainer3">
  4700.         <ModelVisual3D.Content>
  4701.           <AmbientLight x:Name="Ambient3" Color="#FF808080"/>
  4702.         </ModelVisual3D.Content>
  4703.       </ModelVisual3D>
  4704.       <ModelVisual3D x:Name="DirectionalContainer3">
  4705.         <ModelVisual3D.Content>
  4706.           <DirectionalLight x:Name="Directional3" Color="#FF7F7F7F" Direction="0,0,-1">
  4707.             <DirectionalLight.Transform>
  4708.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="3"/>
  4709.             </DirectionalLight.Transform>
  4710.           </DirectionalLight>
  4711.         </ModelVisual3D.Content>
  4712.       </ModelVisual3D>
  4713.     </Viewport3D>
  4714.     <Viewport3D x:Name="detail3DWindShield" Visibility="Visible" Opacity="0" RenderTransformOrigin="0.5,0.5" Width="500" Height="700" Margin="-319,-31,36,-73">
  4715.       <Viewport3D.Camera>
  4716.         <PerspectiveCamera x:Name="Camera2" FieldOfView="45" FarPlaneDistance="104.13230408909656" LookDirection="0,0,-34.7107680296989" NearPlaneDistance="0.1" Position="1.06581410364015E-14,0,34.7107680296989" UpDirection="0,1,0">
  4717.           <PerspectiveCamera.Transform>
  4718.             <Transform3DGroup>
  4719.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4720.               <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  4721.               <RotateTransform3D d:EulerAngles="19,24,10">
  4722.                 <RotateTransform3D.Rotation>
  4723.                   <AxisAngleRotation3D Angle="30.818" Axis="0.538,0.822,0.188"/>
  4724.                 </RotateTransform3D.Rotation>
  4725.               </RotateTransform3D>
  4726.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4727.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4728.             </Transform3DGroup>
  4729.           </PerspectiveCamera.Transform>
  4730.         </PerspectiveCamera>
  4731.       </Viewport3D.Camera>
  4732.       <Viewport3D.RenderTransform>
  4733.         <TransformGroup>
  4734.           <ScaleTransform ScaleX="1.1" ScaleY="1.1"/>
  4735.           <SkewTransform AngleX="0" AngleY="0"/>
  4736.           <RotateTransform Angle="0"/>
  4737.           <TranslateTransform X="0" Y="0"/>
  4738.         </TransformGroup>
  4739.       </Viewport3D.RenderTransform>
  4740.       <ModelVisual3D x:Name="ModelContainer2">
  4741.         <ModelVisual3D.Content>
  4742.           <GeometryModel3D x:Name="Model2" d:Bounds="-7.14285714285714,-10,0,14.2857142857143,20,0">
  4743.             <GeometryModel3D.Geometry>
  4744.               <MeshGeometry3D TriangleIndices="0 1 10 1 11 10 1 2 11 2 12 11 2 3 12 3 13 12 3 4 13 4 14 13 4 5 14 5 15 14 5 6 15 6 16 15 6 7 16 7 17 16 7 8 17 8 18 17 8 9 18 9 19 18 10 11 20 11 21 20 11 12 21 12 22 21 12 13 22 13 23 22 13 14 23 14 24 23 14 15 24 15 25 24 15 16 25 16 26 25 16 17 26 17 27 26 17 18 27 18 28 27 18 19 28 19 29 28 20 21 30 21 31 30 21 22 31 22 32 31 22 23 32 23 33 32 23 24 33 24 34 33 24 25 34 25 35 34 25 26 35 26 36 35 26 27 36 27 37 36 27 28 37 28 38 37 28 29 38 29 39 38 30 31 40 31 41 40 31 32 41 32 42 41 32 33 42 33 43 42 33 34 43 34 44 43 34 35 44 35 45 44 35 36 45 36 46 45 36 37 46 37 47 46 37 38 47 38 48 47 38 39 48 39 49 48 40 41 50 41 51 50 41 42 51 42 52 51 42 43 52 43 53 52 43 44 53 44 54 53 44 45 54 45 55 54 45 46 55 46 56 55 46 47 56 47 57 56 47 48 57 48 58 57 48 49 58 49 59 58 50 51 60 51 61 60 51 52 61 52 62 61 52 53 62 53 63 62 53 54 63 54 64 63 54 55 64 55 65 64 55 56 65 56 66 65 56 57 66 57 67 66 57 58 67 58 68 67 58 59 68 59 69 68 60 61 70 61 71 70 61 62 71 62 72 71 62 63 72 63 73 72 63 64 73 64 74 73 64 65 74 65 75 74 65 66 75 66 76 75 66 67 76 67 77 76 67 68 77 68 78 77 68 69 78 69 79 78 70 71 80 71 81 80 71 72 81 72 82 81 72 73 82 73 83 82 73 74 83 74 84 83 74 75 84 75 85 84 75 76 85 76 86 85 76 77 86 77 87 86 77 78 87 78 88 87 78 79 88 79 89 88 80 81 90 81 91 90 81 82 91 82 92 91 82 83 92 83 93 92 83 84 93 84 94 93 84 85 94 85 95 94 85 86 95 86 96 95 86 87 96 87 97 96 87 88 97 88 98 97 88 89 98 89 99 98">
  4745.                 <MeshGeometry3D.Normals>
  4746.                   <Vector3DCollection>
  4747.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4748.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4749.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4750.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4751.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4752.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4753.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4754.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4755.                   </Vector3DCollection>
  4756.                 </MeshGeometry3D.Normals>
  4757.                 <MeshGeometry3D.Positions>
  4758.                   <Point3DCollection>
  4759.                     -7.1428571,-10,0 -5.5555556,-10,0 -3.968254,-10,0 -2.3809524,-10,0 -0.79365079,-10,0 0.79365079,-10,0 2.3809524,-10,0 3.968254,-10,0 5.5555556,-10,0 7.1428571,-10,0 -7.1428571,-7.7777778,0 -5.5555556,-7.7777778,0 -3.968254,-7.7777778,0
  4760.                     -2.3809524,-7.7777778,0 -0.79365079,-7.7777778,0 0.79365079,-7.7777778,0 2.3809524,-7.7777778,0 3.968254,-7.7777778,0 5.5555556,-7.7777778,0 7.1428571,-7.7777778,0 -7.1428571,-5.5555556,0 -5.5555556,-5.5555556,0 -3.968254,-5.5555556,0 -2.3809524,-5.5555556,0 -0.79365079,-5.5555556,0 0.79365079,-5.5555556,0
  4761.                     2.3809524,-5.5555556,0 3.968254,-5.5555556,0 5.5555556,-5.5555556,0 7.1428571,-5.5555556,0 -7.1428571,-3.3333333,0 -5.5555556,-3.3333333,0 -3.968254,-3.3333333,0 -2.3809524,-3.3333333,0 -0.79365079,-3.3333333,0 0.79365079,-3.3333333,0 2.3809524,-3.3333333,0 3.968254,-3.3333333,0 5.5555556,-3.3333333,0
  4762.                     7.1428571,-3.3333333,0 -7.1428571,-1.1111111,0 -5.5555556,-1.1111111,0 -3.968254,-1.1111111,0 -2.3809524,-1.1111111,0 -0.79365079,-1.1111111,0 0.79365079,-1.1111111,0 2.3809524,-1.1111111,0 3.968254,-1.1111111,0 5.5555556,-1.1111111,0 7.1428571,-1.1111111,0 -7.1428571,1.1111111,0 -5.5555556,1.1111111,0
  4763.                     -3.968254,1.1111111,0 -2.3809524,1.1111111,0 -0.79365079,1.1111111,0 0.79365079,1.1111111,0 2.3809524,1.1111111,0 3.968254,1.1111111,0 5.5555556,1.1111111,0 7.1428571,1.1111111,0 -7.1428571,3.3333333,0 -5.5555556,3.3333333,0 -3.968254,3.3333333,0 -2.3809524,3.3333333,0 -0.79365079,3.3333333,0
  4764.                     0.79365079,3.3333333,0 2.3809524,3.3333333,0 3.968254,3.3333333,0 5.5555556,3.3333333,0 7.1428571,3.3333333,0 -7.1428571,5.5555556,0 -5.5555556,5.5555556,0 -3.968254,5.5555556,0 -2.3809524,5.5555556,0 -0.79365079,5.5555556,0 0.79365079,5.5555556,0 2.3809524,5.5555556,0 3.968254,5.5555556,0
  4765.                     5.5555556,5.5555556,0 7.1428571,5.5555556,0 -7.1428571,7.7777778,0 -5.5555556,7.7777778,0 -3.968254,7.7777778,0 -2.3809524,7.7777778,0 -0.79365079,7.7777778,0 0.79365079,7.7777778,0 2.3809524,7.7777778,0 3.968254,7.7777778,0 5.5555556,7.7777778,0 7.1428571,7.7777778,0 -7.1428571,10,0
  4766.                     -5.5555556,10,0 -3.968254,10,0 -2.3809524,10,0 -0.79365079,10,0 0.79365079,10,0 2.3809524,10,0 3.968254,10,0 5.5555556,10,0 7.1428571,10,0
  4767.                   </Point3DCollection>
  4768.                 </MeshGeometry3D.Positions>
  4769.                 <MeshGeometry3D.TextureCoordinates>
  4770.                   <PointCollection>
  4771.                     0,1 0.11111111,1 0.22222222,1 0.33333333,1 0.44444444,1 0.55555556,1 0.66666667,1 0.77777778,1 0.88888889,1 1,1 0,0.88888889 0.11111111,0.88888889 0.22222222,0.88888889 0.33333333,0.88888889 0.44444444,0.88888889 0.55555556,0.88888889 0.66666667,0.88888889 0.77777778,0.88888889 0.88888889,0.88888889 1,0.88888889 0,0.77777778 0.11111111,0.77777778 0.22222222,0.77777778
  4772.                     0.33333333,0.77777778 0.44444444,0.77777778 0.55555556,0.77777778 0.66666667,0.77777778 0.77777778,0.77777778 0.88888889,0.77777778 1,0.77777778 0,0.66666667 0.11111111,0.66666667 0.22222222,0.66666667 0.33333333,0.66666667 0.44444444,0.66666667 0.55555556,0.66666667 0.66666667,0.66666667 0.77777778,0.66666667 0.88888889,0.66666667 1,0.66666667 0,0.55555556 0.11111111,0.55555556 0.22222222,0.55555556 0.33333333,0.55555556 0.44444444,0.55555556 0.55555556,0.55555556
  4773.                     0.66666667,0.55555556 0.77777778,0.55555556 0.88888889,0.55555556 1,0.55555556 0,0.44444444 0.11111111,0.44444444 0.22222222,0.44444444 0.33333333,0.44444444 0.44444444,0.44444444 0.55555556,0.44444444 0.66666667,0.44444444 0.77777778,0.44444444 0.88888889,0.44444444 1,0.44444444 0,0.33333333 0.11111111,0.33333333 0.22222222,0.33333333 0.33333333,0.33333333 0.44444444,0.33333333 0.55555556,0.33333333 0.66666667,0.33333333 0.77777778,0.33333333 0.88888889,0.33333333
  4774.                     1,0.33333333 0,0.22222222 0.11111111,0.22222222 0.22222222,0.22222222 0.33333333,0.22222222 0.44444444,0.22222222 0.55555556,0.22222222 0.66666667,0.22222222 0.77777778,0.22222222 0.88888889,0.22222222 1,0.22222222 0,0.11111111 0.11111111,0.11111111 0.22222222,0.11111111 0.33333333,0.11111111 0.44444444,0.11111111 0.55555556,0.11111111 0.66666667,0.11111111 0.77777778,0.11111111 0.88888889,0.11111111 1,0.11111111 0,0 0.11111111,0
  4775.                     0.22222222,0 0.33333333,0 0.44444444,0 0.55555556,0 0.66666667,0 0.77777778,0 0.88888889,0 1,0
  4776.                   </PointCollection>
  4777.                 </MeshGeometry3D.TextureCoordinates>
  4778.               </MeshGeometry3D>
  4779.             </GeometryModel3D.Geometry>
  4780.             <GeometryModel3D.Material>
  4781.               <DiffuseMaterial Brush="{DynamicResource detailWindshieldVisualBrush}"/>
  4782.             </GeometryModel3D.Material>
  4783.             <GeometryModel3D.Transform>
  4784.               <Transform3DGroup>
  4785.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4786.                 <ScaleTransform3D ScaleX="1.5" ScaleY="1.5" ScaleZ="1.5"/>
  4787.                 <RotateTransform3D d:EulerAngles="7.785,24.721,10.184">
  4788.                   <RotateTransform3D.Rotation>
  4789.                     <AxisAngleRotation3D Angle="27.176" Axis="0.2,0.931,0.307"/>
  4790.                   </RotateTransform3D.Rotation>
  4791.                 </RotateTransform3D>
  4792.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4793.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4794.               </Transform3DGroup>
  4795.             </GeometryModel3D.Transform>
  4796.           </GeometryModel3D>
  4797.         </ModelVisual3D.Content>
  4798.       </ModelVisual3D>
  4799.       <ModelVisual3D x:Name="AmbientContainer2">
  4800.         <ModelVisual3D.Content>
  4801.           <AmbientLight x:Name="Ambient2" Color="#FF808080"/>
  4802.         </ModelVisual3D.Content>
  4803.       </ModelVisual3D>
  4804.       <ModelVisual3D x:Name="DirectionalContainer2">
  4805.         <ModelVisual3D.Content>
  4806.           <DirectionalLight x:Name="Directional2" Color="#FF7F7F7F" Direction="0,0,-1">
  4807.             <DirectionalLight.Transform>
  4808.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="3"/>
  4809.             </DirectionalLight.Transform>
  4810.           </DirectionalLight>
  4811.         </ModelVisual3D.Content>
  4812.       </ModelVisual3D>
  4813.     </Viewport3D>
  4814.     <Viewport3D x:Name="detail3DWheel" Visibility="Visible" Opacity="0" RenderTransformOrigin="0.5,0.5" Margin="-310,109,84,-3" Width="500" Height="700">
  4815.       <Viewport3D.Camera>
  4816.         <PerspectiveCamera x:Name="Camera1" FieldOfView="45" FarPlaneDistance="104.13230408909656" LookDirection="0,0,-34.7107680296989" NearPlaneDistance="0.1" Position="1.06581410364015E-14,0,34.7107680296989" UpDirection="0,1,0">
  4817.           <PerspectiveCamera.Transform>
  4818.             <Transform3DGroup>
  4819.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4820.               <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  4821.               <RotateTransform3D d:EulerAngles="19,24,10">
  4822.                 <RotateTransform3D.Rotation>
  4823.                   <AxisAngleRotation3D Angle="30.818" Axis="0.538,0.822,0.188"/>
  4824.                 </RotateTransform3D.Rotation>
  4825.               </RotateTransform3D>
  4826.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4827.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4828.             </Transform3DGroup>
  4829.           </PerspectiveCamera.Transform>
  4830.         </PerspectiveCamera>
  4831.       </Viewport3D.Camera>
  4832.       <Viewport3D.RenderTransform>
  4833.         <TransformGroup>
  4834.           <ScaleTransform ScaleX="1.1" ScaleY="1.1"/>
  4835.           <SkewTransform AngleX="0" AngleY="0"/>
  4836.           <RotateTransform Angle="0"/>
  4837.           <TranslateTransform X="0" Y="0"/>
  4838.         </TransformGroup>
  4839.       </Viewport3D.RenderTransform>
  4840.       <ModelVisual3D x:Name="ModelContainer1">
  4841.         <ModelVisual3D.Content>
  4842.           <GeometryModel3D x:Name="Model1" d:Bounds="-7.14285714285714,-10,0,14.2857142857143,20,0">
  4843.             <GeometryModel3D.Geometry>
  4844.               <MeshGeometry3D TriangleIndices="0 1 10 1 11 10 1 2 11 2 12 11 2 3 12 3 13 12 3 4 13 4 14 13 4 5 14 5 15 14 5 6 15 6 16 15 6 7 16 7 17 16 7 8 17 8 18 17 8 9 18 9 19 18 10 11 20 11 21 20 11 12 21 12 22 21 12 13 22 13 23 22 13 14 23 14 24 23 14 15 24 15 25 24 15 16 25 16 26 25 16 17 26 17 27 26 17 18 27 18 28 27 18 19 28 19 29 28 20 21 30 21 31 30 21 22 31 22 32 31 22 23 32 23 33 32 23 24 33 24 34 33 24 25 34 25 35 34 25 26 35 26 36 35 26 27 36 27 37 36 27 28 37 28 38 37 28 29 38 29 39 38 30 31 40 31 41 40 31 32 41 32 42 41 32 33 42 33 43 42 33 34 43 34 44 43 34 35 44 35 45 44 35 36 45 36 46 45 36 37 46 37 47 46 37 38 47 38 48 47 38 39 48 39 49 48 40 41 50 41 51 50 41 42 51 42 52 51 42 43 52 43 53 52 43 44 53 44 54 53 44 45 54 45 55 54 45 46 55 46 56 55 46 47 56 47 57 56 47 48 57 48 58 57 48 49 58 49 59 58 50 51 60 51 61 60 51 52 61 52 62 61 52 53 62 53 63 62 53 54 63 54 64 63 54 55 64 55 65 64 55 56 65 56 66 65 56 57 66 57 67 66 57 58 67 58 68 67 58 59 68 59 69 68 60 61 70 61 71 70 61 62 71 62 72 71 62 63 72 63 73 72 63 64 73 64 74 73 64 65 74 65 75 74 65 66 75 66 76 75 66 67 76 67 77 76 67 68 77 68 78 77 68 69 78 69 79 78 70 71 80 71 81 80 71 72 81 72 82 81 72 73 82 73 83 82 73 74 83 74 84 83 74 75 84 75 85 84 75 76 85 76 86 85 76 77 86 77 87 86 77 78 87 78 88 87 78 79 88 79 89 88 80 81 90 81 91 90 81 82 91 82 92 91 82 83 92 83 93 92 83 84 93 84 94 93 84 85 94 85 95 94 85 86 95 86 96 95 86 87 96 87 97 96 87 88 97 88 98 97 88 89 98 89 99 98">
  4845.                 <MeshGeometry3D.Normals>
  4846.                   <Vector3DCollection>
  4847.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4848.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4849.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4850.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4851.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4852.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4853.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4854.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4855.                   </Vector3DCollection>
  4856.                 </MeshGeometry3D.Normals>
  4857.                 <MeshGeometry3D.Positions>
  4858.                   <Point3DCollection>
  4859.                     -7.1428571,-10,0 -5.5555556,-10,0 -3.968254,-10,0 -2.3809524,-10,0 -0.79365079,-10,0 0.79365079,-10,0 2.3809524,-10,0 3.968254,-10,0 5.5555556,-10,0 7.1428571,-10,0 -7.1428571,-7.7777778,0 -5.5555556,-7.7777778,0 -3.968254,-7.7777778,0
  4860.                     -2.3809524,-7.7777778,0 -0.79365079,-7.7777778,0 0.79365079,-7.7777778,0 2.3809524,-7.7777778,0 3.968254,-7.7777778,0 5.5555556,-7.7777778,0 7.1428571,-7.7777778,0 -7.1428571,-5.5555556,0 -5.5555556,-5.5555556,0 -3.968254,-5.5555556,0 -2.3809524,-5.5555556,0 -0.79365079,-5.5555556,0 0.79365079,-5.5555556,0
  4861.                     2.3809524,-5.5555556,0 3.968254,-5.5555556,0 5.5555556,-5.5555556,0 7.1428571,-5.5555556,0 -7.1428571,-3.3333333,0 -5.5555556,-3.3333333,0 -3.968254,-3.3333333,0 -2.3809524,-3.3333333,0 -0.79365079,-3.3333333,0 0.79365079,-3.3333333,0 2.3809524,-3.3333333,0 3.968254,-3.3333333,0 5.5555556,-3.3333333,0
  4862.                     7.1428571,-3.3333333,0 -7.1428571,-1.1111111,0 -5.5555556,-1.1111111,0 -3.968254,-1.1111111,0 -2.3809524,-1.1111111,0 -0.79365079,-1.1111111,0 0.79365079,-1.1111111,0 2.3809524,-1.1111111,0 3.968254,-1.1111111,0 5.5555556,-1.1111111,0 7.1428571,-1.1111111,0 -7.1428571,1.1111111,0 -5.5555556,1.1111111,0
  4863.                     -3.968254,1.1111111,0 -2.3809524,1.1111111,0 -0.79365079,1.1111111,0 0.79365079,1.1111111,0 2.3809524,1.1111111,0 3.968254,1.1111111,0 5.5555556,1.1111111,0 7.1428571,1.1111111,0 -7.1428571,3.3333333,0 -5.5555556,3.3333333,0 -3.968254,3.3333333,0 -2.3809524,3.3333333,0 -0.79365079,3.3333333,0
  4864.                     0.79365079,3.3333333,0 2.3809524,3.3333333,0 3.968254,3.3333333,0 5.5555556,3.3333333,0 7.1428571,3.3333333,0 -7.1428571,5.5555556,0 -5.5555556,5.5555556,0 -3.968254,5.5555556,0 -2.3809524,5.5555556,0 -0.79365079,5.5555556,0 0.79365079,5.5555556,0 2.3809524,5.5555556,0 3.968254,5.5555556,0
  4865.                     5.5555556,5.5555556,0 7.1428571,5.5555556,0 -7.1428571,7.7777778,0 -5.5555556,7.7777778,0 -3.968254,7.7777778,0 -2.3809524,7.7777778,0 -0.79365079,7.7777778,0 0.79365079,7.7777778,0 2.3809524,7.7777778,0 3.968254,7.7777778,0 5.5555556,7.7777778,0 7.1428571,7.7777778,0 -7.1428571,10,0
  4866.                     -5.5555556,10,0 -3.968254,10,0 -2.3809524,10,0 -0.79365079,10,0 0.79365079,10,0 2.3809524,10,0 3.968254,10,0 5.5555556,10,0 7.1428571,10,0
  4867.                   </Point3DCollection>
  4868.                 </MeshGeometry3D.Positions>
  4869.                 <MeshGeometry3D.TextureCoordinates>
  4870.                   <PointCollection>
  4871.                     0,1 0.11111111,1 0.22222222,1 0.33333333,1 0.44444444,1 0.55555556,1 0.66666667,1 0.77777778,1 0.88888889,1 1,1 0,0.88888889 0.11111111,0.88888889 0.22222222,0.88888889 0.33333333,0.88888889 0.44444444,0.88888889 0.55555556,0.88888889 0.66666667,0.88888889 0.77777778,0.88888889 0.88888889,0.88888889 1,0.88888889 0,0.77777778 0.11111111,0.77777778 0.22222222,0.77777778
  4872.                     0.33333333,0.77777778 0.44444444,0.77777778 0.55555556,0.77777778 0.66666667,0.77777778 0.77777778,0.77777778 0.88888889,0.77777778 1,0.77777778 0,0.66666667 0.11111111,0.66666667 0.22222222,0.66666667 0.33333333,0.66666667 0.44444444,0.66666667 0.55555556,0.66666667 0.66666667,0.66666667 0.77777778,0.66666667 0.88888889,0.66666667 1,0.66666667 0,0.55555556 0.11111111,0.55555556 0.22222222,0.55555556 0.33333333,0.55555556 0.44444444,0.55555556 0.55555556,0.55555556
  4873.                     0.66666667,0.55555556 0.77777778,0.55555556 0.88888889,0.55555556 1,0.55555556 0,0.44444444 0.11111111,0.44444444 0.22222222,0.44444444 0.33333333,0.44444444 0.44444444,0.44444444 0.55555556,0.44444444 0.66666667,0.44444444 0.77777778,0.44444444 0.88888889,0.44444444 1,0.44444444 0,0.33333333 0.11111111,0.33333333 0.22222222,0.33333333 0.33333333,0.33333333 0.44444444,0.33333333 0.55555556,0.33333333 0.66666667,0.33333333 0.77777778,0.33333333 0.88888889,0.33333333
  4874.                     1,0.33333333 0,0.22222222 0.11111111,0.22222222 0.22222222,0.22222222 0.33333333,0.22222222 0.44444444,0.22222222 0.55555556,0.22222222 0.66666667,0.22222222 0.77777778,0.22222222 0.88888889,0.22222222 1,0.22222222 0,0.11111111 0.11111111,0.11111111 0.22222222,0.11111111 0.33333333,0.11111111 0.44444444,0.11111111 0.55555556,0.11111111 0.66666667,0.11111111 0.77777778,0.11111111 0.88888889,0.11111111 1,0.11111111 0,0 0.11111111,0
  4875.                     0.22222222,0 0.33333333,0 0.44444444,0 0.55555556,0 0.66666667,0 0.77777778,0 0.88888889,0 1,0
  4876.                   </PointCollection>
  4877.                 </MeshGeometry3D.TextureCoordinates>
  4878.               </MeshGeometry3D>
  4879.             </GeometryModel3D.Geometry>
  4880.             <GeometryModel3D.Material>
  4881.               <DiffuseMaterial Brush="{DynamicResource detailWheelVisualBrush}"/>
  4882.             </GeometryModel3D.Material>
  4883.             <GeometryModel3D.Transform>
  4884.               <Transform3DGroup>
  4885.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4886.                 <ScaleTransform3D ScaleX="1.5" ScaleY="1.5" ScaleZ="1.5"/>
  4887.                 <RotateTransform3D d:EulerAngles="52.383,59.719,33.468">
  4888.                   <RotateTransform3D.Rotation>
  4889.                     <AxisAngleRotation3D Angle="72.097" Axis="0.404,0.914,0.023"/>
  4890.                   </RotateTransform3D.Rotation>
  4891.                 </RotateTransform3D>
  4892.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4893.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4894.               </Transform3DGroup>
  4895.             </GeometryModel3D.Transform>
  4896.           </GeometryModel3D>
  4897.         </ModelVisual3D.Content>
  4898.       </ModelVisual3D>
  4899.       <ModelVisual3D x:Name="AmbientContainer1">
  4900.         <ModelVisual3D.Content>
  4901.           <AmbientLight x:Name="Ambient1" Color="#FF808080"/>
  4902.         </ModelVisual3D.Content>
  4903.       </ModelVisual3D>
  4904.       <ModelVisual3D x:Name="DirectionalContainer1">
  4905.         <ModelVisual3D.Content>
  4906.           <DirectionalLight x:Name="Directional1" Color="#FF7F7F7F" Direction="0,0,-1">
  4907.             <DirectionalLight.Transform>
  4908.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="3"/>
  4909.             </DirectionalLight.Transform>
  4910.           </DirectionalLight>
  4911.         </ModelVisual3D.Content>
  4912.       </ModelVisual3D>
  4913.     </Viewport3D>
  4914.     <Viewport3D HorizontalAlignment="Right" Margin="0,39,59,0" VerticalAlignment="Top" Width="500" Height="700" x:Name="detail3DBrakeLight" Visibility="Visible" Opacity="0" RenderTransformOrigin="0.5,0.5">
  4915.       <Viewport3D.Camera>
  4916.         <PerspectiveCamera x:Name="Camera" FieldOfView="45" FarPlaneDistance="104.13230408909656" LookDirection="0,0,-34.7107680296989" NearPlaneDistance="0.1" Position="1.06581410364015E-14,0,34.7107680296989" UpDirection="0,1,0">
  4917.           <PerspectiveCamera.Transform>
  4918.             <Transform3DGroup>
  4919.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4920.               <ScaleTransform3D ScaleX="1" ScaleY="1" ScaleZ="1"/>
  4921.               <RotateTransform3D d:EulerAngles="19,24,10">
  4922.                 <RotateTransform3D.Rotation>
  4923.                   <AxisAngleRotation3D Angle="30.818" Axis="0.538,0.822,0.188"/>
  4924.                 </RotateTransform3D.Rotation>
  4925.               </RotateTransform3D>
  4926.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4927.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4928.             </Transform3DGroup>
  4929.           </PerspectiveCamera.Transform>
  4930.         </PerspectiveCamera>
  4931.       </Viewport3D.Camera>
  4932.       <Viewport3D.RenderTransform>
  4933.         <TransformGroup>
  4934.           <ScaleTransform ScaleX="1.2" ScaleY="1.2"/>
  4935.           <SkewTransform AngleX="0" AngleY="0"/>
  4936.           <RotateTransform Angle="0"/>
  4937.           <TranslateTransform X="0" Y="0"/>
  4938.         </TransformGroup>
  4939.       </Viewport3D.RenderTransform>
  4940.       <ModelVisual3D x:Name="ModelContainer">
  4941.         <ModelVisual3D.Content>
  4942.           <GeometryModel3D x:Name="Model" d:Bounds="-7.14285714285714,-10,0,14.2857142857143,20,0">
  4943.             <GeometryModel3D.Geometry>
  4944.               <MeshGeometry3D TriangleIndices="0 1 10 1 11 10 1 2 11 2 12 11 2 3 12 3 13 12 3 4 13 4 14 13 4 5 14 5 15 14 5 6 15 6 16 15 6 7 16 7 17 16 7 8 17 8 18 17 8 9 18 9 19 18 10 11 20 11 21 20 11 12 21 12 22 21 12 13 22 13 23 22 13 14 23 14 24 23 14 15 24 15 25 24 15 16 25 16 26 25 16 17 26 17 27 26 17 18 27 18 28 27 18 19 28 19 29 28 20 21 30 21 31 30 21 22 31 22 32 31 22 23 32 23 33 32 23 24 33 24 34 33 24 25 34 25 35 34 25 26 35 26 36 35 26 27 36 27 37 36 27 28 37 28 38 37 28 29 38 29 39 38 30 31 40 31 41 40 31 32 41 32 42 41 32 33 42 33 43 42 33 34 43 34 44 43 34 35 44 35 45 44 35 36 45 36 46 45 36 37 46 37 47 46 37 38 47 38 48 47 38 39 48 39 49 48 40 41 50 41 51 50 41 42 51 42 52 51 42 43 52 43 53 52 43 44 53 44 54 53 44 45 54 45 55 54 45 46 55 46 56 55 46 47 56 47 57 56 47 48 57 48 58 57 48 49 58 49 59 58 50 51 60 51 61 60 51 52 61 52 62 61 52 53 62 53 63 62 53 54 63 54 64 63 54 55 64 55 65 64 55 56 65 56 66 65 56 57 66 57 67 66 57 58 67 58 68 67 58 59 68 59 69 68 60 61 70 61 71 70 61 62 71 62 72 71 62 63 72 63 73 72 63 64 73 64 74 73 64 65 74 65 75 74 65 66 75 66 76 75 66 67 76 67 77 76 67 68 77 68 78 77 68 69 78 69 79 78 70 71 80 71 81 80 71 72 81 72 82 81 72 73 82 73 83 82 73 74 83 74 84 83 74 75 84 75 85 84 75 76 85 76 86 85 76 77 86 77 87 86 77 78 87 78 88 87 78 79 88 79 89 88 80 81 90 81 91 90 81 82 91 82 92 91 82 83 92 83 93 92 83 84 93 84 94 93 84 85 94 85 95 94 85 86 95 86 96 95 86 87 96 87 97 96 87 88 97 88 98 97 88 89 98 89 99 98">
  4945.                 <MeshGeometry3D.Normals>
  4946.                   <Vector3DCollection>
  4947.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4948.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4949.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4950.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4951.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4952.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4953.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4954.                     0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1 0,0,1
  4955.                   </Vector3DCollection>
  4956.                 </MeshGeometry3D.Normals>
  4957.                 <MeshGeometry3D.Positions>
  4958.                   <Point3DCollection>
  4959.                     -7.1428571,-10,0 -5.5555556,-10,0 -3.968254,-10,0 -2.3809524,-10,0 -0.79365079,-10,0 0.79365079,-10,0 2.3809524,-10,0 3.968254,-10,0 5.5555556,-10,0 7.1428571,-10,0 -7.1428571,-7.7777778,0 -5.5555556,-7.7777778,0 -3.968254,-7.7777778,0
  4960.                     -2.3809524,-7.7777778,0 -0.79365079,-7.7777778,0 0.79365079,-7.7777778,0 2.3809524,-7.7777778,0 3.968254,-7.7777778,0 5.5555556,-7.7777778,0 7.1428571,-7.7777778,0 -7.1428571,-5.5555556,0 -5.5555556,-5.5555556,0 -3.968254,-5.5555556,0 -2.3809524,-5.5555556,0 -0.79365079,-5.5555556,0 0.79365079,-5.5555556,0
  4961.                     2.3809524,-5.5555556,0 3.968254,-5.5555556,0 5.5555556,-5.5555556,0 7.1428571,-5.5555556,0 -7.1428571,-3.3333333,0 -5.5555556,-3.3333333,0 -3.968254,-3.3333333,0 -2.3809524,-3.3333333,0 -0.79365079,-3.3333333,0 0.79365079,-3.3333333,0 2.3809524,-3.3333333,0 3.968254,-3.3333333,0 5.5555556,-3.3333333,0
  4962.                     7.1428571,-3.3333333,0 -7.1428571,-1.1111111,0 -5.5555556,-1.1111111,0 -3.968254,-1.1111111,0 -2.3809524,-1.1111111,0 -0.79365079,-1.1111111,0 0.79365079,-1.1111111,0 2.3809524,-1.1111111,0 3.968254,-1.1111111,0 5.5555556,-1.1111111,0 7.1428571,-1.1111111,0 -7.1428571,1.1111111,0 -5.5555556,1.1111111,0
  4963.                     -3.968254,1.1111111,0 -2.3809524,1.1111111,0 -0.79365079,1.1111111,0 0.79365079,1.1111111,0 2.3809524,1.1111111,0 3.968254,1.1111111,0 5.5555556,1.1111111,0 7.1428571,1.1111111,0 -7.1428571,3.3333333,0 -5.5555556,3.3333333,0 -3.968254,3.3333333,0 -2.3809524,3.3333333,0 -0.79365079,3.3333333,0
  4964.                     0.79365079,3.3333333,0 2.3809524,3.3333333,0 3.968254,3.3333333,0 5.5555556,3.3333333,0 7.1428571,3.3333333,0 -7.1428571,5.5555556,0 -5.5555556,5.5555556,0 -3.968254,5.5555556,0 -2.3809524,5.5555556,0 -0.79365079,5.5555556,0 0.79365079,5.5555556,0 2.3809524,5.5555556,0 3.968254,5.5555556,0
  4965.                     5.5555556,5.5555556,0 7.1428571,5.5555556,0 -7.1428571,7.7777778,0 -5.5555556,7.7777778,0 -3.968254,7.7777778,0 -2.3809524,7.7777778,0 -0.79365079,7.7777778,0 0.79365079,7.7777778,0 2.3809524,7.7777778,0 3.968254,7.7777778,0 5.5555556,7.7777778,0 7.1428571,7.7777778,0 -7.1428571,10,0
  4966.                     -5.5555556,10,0 -3.968254,10,0 -2.3809524,10,0 -0.79365079,10,0 0.79365079,10,0 2.3809524,10,0 3.968254,10,0 5.5555556,10,0 7.1428571,10,0
  4967.                   </Point3DCollection>
  4968.                 </MeshGeometry3D.Positions>
  4969.                 <MeshGeometry3D.TextureCoordinates>
  4970.                   <PointCollection>
  4971.                     0,1 0.11111111,1 0.22222222,1 0.33333333,1 0.44444444,1 0.55555556,1 0.66666667,1 0.77777778,1 0.88888889,1 1,1 0,0.88888889 0.11111111,0.88888889 0.22222222,0.88888889 0.33333333,0.88888889 0.44444444,0.88888889 0.55555556,0.88888889 0.66666667,0.88888889 0.77777778,0.88888889 0.88888889,0.88888889 1,0.88888889 0,0.77777778 0.11111111,0.77777778 0.22222222,0.77777778
  4972.                     0.33333333,0.77777778 0.44444444,0.77777778 0.55555556,0.77777778 0.66666667,0.77777778 0.77777778,0.77777778 0.88888889,0.77777778 1,0.77777778 0,0.66666667 0.11111111,0.66666667 0.22222222,0.66666667 0.33333333,0.66666667 0.44444444,0.66666667 0.55555556,0.66666667 0.66666667,0.66666667 0.77777778,0.66666667 0.88888889,0.66666667 1,0.66666667 0,0.55555556 0.11111111,0.55555556 0.22222222,0.55555556 0.33333333,0.55555556 0.44444444,0.55555556 0.55555556,0.55555556
  4973.                     0.66666667,0.55555556 0.77777778,0.55555556 0.88888889,0.55555556 1,0.55555556 0,0.44444444 0.11111111,0.44444444 0.22222222,0.44444444 0.33333333,0.44444444 0.44444444,0.44444444 0.55555556,0.44444444 0.66666667,0.44444444 0.77777778,0.44444444 0.88888889,0.44444444 1,0.44444444 0,0.33333333 0.11111111,0.33333333 0.22222222,0.33333333 0.33333333,0.33333333 0.44444444,0.33333333 0.55555556,0.33333333 0.66666667,0.33333333 0.77777778,0.33333333 0.88888889,0.33333333
  4974.                     1,0.33333333 0,0.22222222 0.11111111,0.22222222 0.22222222,0.22222222 0.33333333,0.22222222 0.44444444,0.22222222 0.55555556,0.22222222 0.66666667,0.22222222 0.77777778,0.22222222 0.88888889,0.22222222 1,0.22222222 0,0.11111111 0.11111111,0.11111111 0.22222222,0.11111111 0.33333333,0.11111111 0.44444444,0.11111111 0.55555556,0.11111111 0.66666667,0.11111111 0.77777778,0.11111111 0.88888889,0.11111111 1,0.11111111 0,0 0.11111111,0
  4975.                     0.22222222,0 0.33333333,0 0.44444444,0 0.55555556,0 0.66666667,0 0.77777778,0 0.88888889,0 1,0
  4976.                   </PointCollection>
  4977.                 </MeshGeometry3D.TextureCoordinates>
  4978.               </MeshGeometry3D>
  4979.             </GeometryModel3D.Geometry>
  4980.             <GeometryModel3D.Material>
  4981.               <DiffuseMaterial Brush="{DynamicResource detailBrakeLightVisualBrush}"/>
  4982.             </GeometryModel3D.Material>
  4983.             <GeometryModel3D.Transform>
  4984.               <Transform3DGroup>
  4985.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4986.                 <ScaleTransform3D ScaleX="1.5" ScaleY="1.5" ScaleZ="1.5"/>
  4987.                 <RotateTransform3D d:EulerAngles="0,0,0"/>
  4988.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4989.                 <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="0"/>
  4990.               </Transform3DGroup>
  4991.             </GeometryModel3D.Transform>
  4992.           </GeometryModel3D>
  4993.         </ModelVisual3D.Content>
  4994.       </ModelVisual3D>
  4995.       <ModelVisual3D x:Name="AmbientContainer">
  4996.         <ModelVisual3D.Content>
  4997.           <AmbientLight x:Name="Ambient" Color="#FF808080"/>
  4998.         </ModelVisual3D.Content>
  4999.       </ModelVisual3D>
  5000.       <ModelVisual3D x:Name="DirectionalContainer">
  5001.         <ModelVisual3D.Content>
  5002.           <DirectionalLight x:Name="Directional" Color="#FF7F7F7F" Direction="0,0,-1">
  5003.             <DirectionalLight.Transform>
  5004.               <TranslateTransform3D OffsetX="0" OffsetY="0" OffsetZ="3"/>
  5005.             </DirectionalLight.Transform>
  5006.           </DirectionalLight>
  5007.         </ModelVisual3D.Content>
  5008.       </ModelVisual3D>
  5009.     </Viewport3D>
  5010.     <Grid Opacity="1" x:Name="header" Margin="30,30,30,0" VerticalAlignment="Top">
  5011.       <Image HorizontalAlignment="Right" Margin="0,7,0,0" VerticalAlignment="Top" Width="133" Height="33" Source="Assets\blend.png" Stretch="Fill" x:Name="ExpressionBlendLogo"/>
  5012.       <Rectangle Fill="#26FFFFFF" Stroke="{x:Null}" StrokeThickness="0.5" HorizontalAlignment="Stretch" Margin="0,45,0,0" VerticalAlignment="Bottom" Height="21" x:Name="menuBar"/>
  5013.       <TextBlock Opacity="1" FontFamily="Segoe" FontSize="48" FontStretch="Normal" FontWeight="Light" TextWrapping="Wrap" Foreground="#FFFFFFFF" Margin="-2,-15.14,208,5.14">
  5014.         <Run Foreground="#FF9C9FA3">Viewer</Run>
  5015.         <Run FontWeight="Normal">3D</Run>
  5016.         <Run FontSize="14" FontWeight="Normal" Foreground="#FF9C9FA3">Sample Pack 1</Run>
  5017.       </TextBlock>
  5018.       <StackPanel HorizontalAlignment="Stretch" Margin="2,0,0,0" VerticalAlignment="Bottom" Height="21" Orientation="Horizontal" x:Name="stackMenu">
  5019.         <Button Style="{DynamicResource MenuButtonStyle}" Content="_Overview" x:Name="buttonOverview"/>
  5020.         <Button Style="{DynamicResource MenuButtonStyle}" Content="_Exit" Click="OnExit" x:Name="buttonExit"/>
  5021.       </StackPanel>
  5022.     </Grid>
  5023.     <Grid x:Name="buttonsGrid">
  5024.       <Button HorizontalAlignment="Left" Margin="1,142,0,0" x:Name="buttonFrontLight" Style="{DynamicResource hotSpotButtonStyle}" VerticalAlignment="Top" Width="350" Height="350" Content="FRONT LIGHT" RenderTransformOrigin="0.5,0.5" d:LayoutOverrides="HorizontalAlignment" Cursor="Hand" Opacity="1">
  5025.         <Button.RenderTransform>
  5026.           <TransformGroup>
  5027.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  5028.             <SkewTransform AngleX="0" AngleY="0"/>
  5029.             <RotateTransform Angle="0"/>
  5030.             <TranslateTransform X="0" Y="0"/>
  5031.           </TransformGroup>
  5032.         </Button.RenderTransform>
  5033.       </Button>
  5034.       <Button x:Name="buttonWheels" Style="{DynamicResource hotSpotButtonStyle}" Width="350" Content="WHEELS" HorizontalAlignment="Left" Margin="176,0,0,50" VerticalAlignment="Bottom" Height="350" RenderTransformOrigin="0.5,0.5" d:LayoutOverrides="VerticalAlignment" Cursor="Hand" Opacity="1">
  5035.         <Button.RenderTransform>
  5036.           <TransformGroup>
  5037.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  5038.             <SkewTransform AngleX="0" AngleY="0"/>
  5039.             <RotateTransform Angle="0"/>
  5040.             <TranslateTransform X="0" Y="0"/>
  5041.           </TransformGroup>
  5042.         </Button.RenderTransform>
  5043.       </Button>
  5044.       <Button x:Name="buttonWindShield" Style="{DynamicResource hotSpotButtonStyle}" Content="WIND SHIELD" HorizontalAlignment="Stretch" Margin="298.5,95,369.5,0" VerticalAlignment="Top" Width="350" Height="350" RenderTransformOrigin="0.5,0.5" Cursor="Hand" Opacity="1">
  5045.         <Button.RenderTransform>
  5046.           <TransformGroup>
  5047.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  5048.             <SkewTransform AngleX="0" AngleY="0"/>
  5049.             <RotateTransform Angle="0"/>
  5050.             <TranslateTransform X="0" Y="0"/>
  5051.           </TransformGroup>
  5052.         </Button.RenderTransform>
  5053.         <Button.Background>
  5054.           <LinearGradientBrush EndPoint="0.514,0.997" StartPoint="0.514,-0.003">
  5055.             <GradientStop Color="#FFFFFFFF" Offset="0"/>
  5056.             <GradientStop Color="#FFE3E5F0" Offset="0.5"/>
  5057.             <GradientStop Color="#FFC6C5D7" Offset="1"/>
  5058.           </LinearGradientBrush>
  5059.         </Button.Background>
  5060.       </Button>
  5061.       <Button x:Name="buttonEngine" Style="{DynamicResource hotSpotButtonStyle}" Content="ENGINE" HorizontalAlignment="Right" Margin="319.5,336,274.5,93" VerticalAlignment="Bottom" Width="350" Height="350" RenderTransformOrigin="0.5,0.5" d:LayoutOverrides="HorizontalAlignment" Cursor="Hand" Opacity="1">
  5062.         <Button.RenderTransform>
  5063.           <TransformGroup>
  5064.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  5065.             <SkewTransform AngleX="0" AngleY="0"/>
  5066.             <RotateTransform Angle="0"/>
  5067.             <TranslateTransform X="0" Y="0"/>
  5068.           </TransformGroup>
  5069.         </Button.RenderTransform>
  5070.       </Button>
  5071.       <Button x:Name="buttonBrakeLight" Style="{DynamicResource hotSpotButtonStyle}" Content="BRAKE LIGHT" Width="350" d:LayoutOverrides="HorizontalAlignment, VerticalAlignment" HorizontalAlignment="Stretch" Margin="602.5,80,65.5,306" VerticalAlignment="Stretch" Height="350" RenderTransformOrigin="0.5,0.5" Cursor="Hand" Opacity="1">
  5072.         <Button.RenderTransform>
  5073.           <TransformGroup>
  5074.             <ScaleTransform ScaleX="1" ScaleY="1"/>
  5075.             <SkewTransform AngleX="0" AngleY="0"/>
  5076.             <RotateTransform Angle="0"/>
  5077.             <TranslateTransform X="0" Y="0"/>
  5078.           </TransformGroup>
  5079.         </Button.RenderTransform>
  5080.       </Button>
  5081.     </Grid>
  5082.       <TextBlock Margin="0,0,0,-44" VerticalAlignment="Bottom" Height="37" Foreground="#FFFFFFFF" TextWrapping="Wrap"><Run FontFamily="Tahoma" FontSize="12" FontWeight="Bold" Foreground="#FFFF0000" xml:space="preserve">Performance Note: </Run><Run FontFamily="Tahoma" FontSize="12">In order to run properly this sample requires fully hardware acceleration. To verify if your computer reaches the minimum requirements please select Help > About Microsoft Expression Blend. For best performance you must have the following configuration: ΓÇ£Full optimized rendering is supported by your system and video drivers.ΓÇ¥</Run><LineBreak/></TextBlock>
  5083.   </Grid>
  5084. </Window>